Re: [OT]Petición de tarball

2006-01-04 Por tema Manwe Sulimo
On Wed, 04 Jan 2006 18:22:58 +0100
Rober Morales <[EMAIL PROTECTED]> wrote:

> yo he encontrado esto:
> 
> romeo:/home/rober# apt-cache search wince
> librapi2 - Make RAPI calls to a WinCE device, runtime libraries
> librapi2-dev - Make RAPI calls to a WinCE device, development libraries
> librapi2-tools - Tools for talking to a WinCE machine from the command line
> librra0 - Library to deal with synchronisation with WinCE devices
> librra0-dev - Library to deal with synchronisation with WinCE devices (dev 
> files)
> librra0-tools - Library to deal with synchronisation with WinCE devices 
> (tools)
> libsoap-lite-perl - Client and server side SOAP implementation
> libsynce0 - A helper library for synce, a tool to sync WinCE devices
> libsynce0-dev - A helper library for synce, a tool to sync WinCE devices
> openwince-include - Common include files for the open wince project
> openwince-jtag - allows programming jtag capable devices such as CPUs or FPGAs
> synce-dccm - Daemon to keep a connection to your WinCE device up
> 
> si no te vale nada de eso sigue preguntado...
> 


ya lo había visto, pero no es exactamente lo que busco.

Lo que busco son en realidad las herramientas (gcc, binutils...etc) modificadas
para crear aplicaciones para win CE desde linux.

Gracias de todas formas por tu respuesta.



Re: [OT]Petición de tarball

2006-01-04 Por tema Rober Morales
El Miércoles, 4 de Enero de 2006 18:09, Manwe Sulimo escribió:
> Saludos
>
> Como supongo que aquí habrá algunos desarrolladores de software GNU querría
> saber si alguien tiene o sabe sobre un paquete con ciertas aplicaciones que
> necesito para la universidad y no hay manera de conseguir.
>
> El proyecto se llama GNUWINCE y su link es este:
>
> http://win-ce.voxware.com:28575/Development%20Tools/gnuwince.html
>
>
> Hay unas herramientas de desarrollo que se supone que estan en este link
> pero que no estan:
>
> http://win-ce.voxware.com:28575/Development%20Tools/
>
> son los archivos "winceos"
>
>
> Llevo horas en google buscando si pueden estar colgados en otro sitio pero
> no encuentro nada de nada. Sólo referencias y links a la página que no
> funciona.
>
>
> GRACIAS


yo he encontrado esto:

romeo:/home/rober# apt-cache search wince
librapi2 - Make RAPI calls to a WinCE device, runtime libraries
librapi2-dev - Make RAPI calls to a WinCE device, development libraries
librapi2-tools - Tools for talking to a WinCE machine from the command line
librra0 - Library to deal with synchronisation with WinCE devices
librra0-dev - Library to deal with synchronisation with WinCE devices (dev 
files)
librra0-tools - Library to deal with synchronisation with WinCE devices 
(tools)
libsoap-lite-perl - Client and server side SOAP implementation
libsynce0 - A helper library for synce, a tool to sync WinCE devices
libsynce0-dev - A helper library for synce, a tool to sync WinCE devices
openwince-include - Common include files for the open wince project
openwince-jtag - allows programming jtag capable devices such as CPUs or FPGAs
synce-dccm - Daemon to keep a connection to your WinCE device up

si no te vale nada de eso sigue preguntado...

-- 
En todo ser humano confluyen tres: Como él se ve a sí mismo, como le ven
los demás y como es en realidad.
-- Capitán Garfio. 

-- 
//
//Rober Morales Chaparro
//
#include /* RMC'05 */ 
class saludo { public: saludo(){
std::cout << "Hola"; } ~saludo()
{ std::cout << " Mundo!" ; } } ;
int main() { saludo holamundo; }