This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cross compilers for MacOS-X Jaguar


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]