This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Building a cross-compiler for powerpc-eabi


i did everything you described below an get the following message. I'm building the cross compiler on Mac OS X....

gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a
/usr/bin/ld: Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
_libiconv_set_relocation_prefix
collect2: ld returned 1 exit status

[don't top-post]


Try configuring with --disable-nls, you won't have message
translations that way but the toolchain will build at least
(unless you hit some other problem...)


Segher



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