Building a cross-compiler for powerpc-eabi

Segher Boessenkool segher@kernel.crashing.org
Fri Jun 15 15:17:00 GMT 2007


> 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



More information about the Gcc-help mailing list