On Wed, 11 Feb 2009, Pedro Alves wrote:

> (Not putting the build directory inside the source directory would
> be slightly better.)

actually, i did the same thing than when I build gcc.

> That should be:
> 4) ../configure --target=arm-mingw32ce --prefix=$HOME/local/wince

hoo, right, I see it in the wiki now. I didn't read it carefully.

> That is, you're building a GDB binary that is hosted on your
> linux machine, which will target mingw32ce debugging.  But,
> it's still a linux binary.  You don't even need to have a mingw32ce
> compiler for this step.

ok, I understand more, now :)

> 5) make
>
> Then you need to build gdbserver.  This is a ARM WinCE binary,
> so, hosted to run on arm-mingw32ce:
>
> mkdir build-gdbserver
> cd build-gdbserver
> ../src/gdb/gdbserver --host=arm-mingw32ce --prefix=foo
> make

I already have that one :) But anyway I ask a question about it: in the 
wiki, the host and target is defined. Is it necessary ? For my libs, I do 
like you say, that is I set only the host.

thank you !

Vincent Torri

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to