Cross compilers for MacOS-X Jaguar
Edoardo Franzi
edoardo.franzi@ukos.ch
Sat Dec 21 04:42:00 GMT 2002
Gentlemen,
I experienced a problem during the make command for building
the gdb tools. Can someone help me?
target: arm-elf
Host: OS-X 10.2.3
here are the steps used:
export target=arm-elf
export prefix=~/cross/arm
export i=$prefix/bin
....
....
....
cd ~/builds/arm
mkdir gdb-5.2.1
cd gdb-5.2.1
../../../Gcc/gdb-5.2.1/configure --target=$target \
--prefix=$prefix -v --with-newlib \
--with-gnu-as --with-gnu-ld
make
make install
the make command returns:
....
....
....
../../gdb-5.2.1/gdb/../include/fopen-same.h:16: warning: this is the
location of the previous definition
../../gdb-5.2.1/gdb/rdi-share/host.h:178: warning: redefinition of
macro FOPEN_RB
../../gdb-5.2.1/gdb/../include/fopen-same.h:15: warning: this is the
location of the previous definition
../../gdb-5.2.1/gdb/rdi-share/hostchan.h:37: header file 'winsock.h' not
found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
make[1]: *** [remote-rdi.o] Error 1
make: *** [all-gdb] Error 2
bash-2.05a$
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list