Re: [Cegcc-devel] compiling gdb 6.8

2009-02-11 Thread Pedro Alves
On Wednesday 11 February 2009 06:10:18, Vincent Torri wrote: > 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. It's not necessary, in fact, it's a nop,

Re: [Cegcc-devel] compiling gdb 6.8

2009-02-10 Thread Vincent Torri
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

Re: [Cegcc-devel] compiling gdb 6.8

2009-02-10 Thread Pedro Alves
On Tuesday 10 February 2009 19:56:01, Vincent Torri wrote: > I have an error when copiling gdb 6.8. I have to compile it as I have a 64 > bits linux distro. > What I did: > > 1) I downloaded gdb 6.8, and go into its directory (/path/gdb-6.8) > 2) mkdir build > 3) cd build > 4) ../configure --hos

[Cegcc-devel] compiling gdb 6.8

2009-02-10 Thread Vincent Torri
Hey, I have an error when copiling gdb 6.8. I have to compile it as I have a 64 bits linux distro. What I did: 1) I downloaded gdb 6.8, and go into its directory (/path/gdb-6.8) 2) mkdir build 3) cd build 4) ../configure --host=arm-mingw32ce --prefix=$HOME/local/wince 5) make Then, libiberty