On Sun, 2 Apr 2006, Joseph wrote: > (.text+0x91): undefined reference to `_libintl_gettext'
you'll have to hack the makefiles in order to get this working - the symbol you mentioned is probably part of GNU's gettext library, used for internationalization support. search for info about it on the web, or find a forum dedicated to cross-compiling to ask this on. --guy > Dear Colleagues, > > > > I’m trying to compile a snapgear Linux version by using ARM cross compiler, > under Cygwin. > > The order of building is this: > > 1) unzip the tar package of ARM and snapgear. > > > > 2) compile and link > > make xconfig > > choosing: a) Linux kernel version 2.6.x > > b) platform, Intet for network processor IXDP465 > > make > > > > The problem (as you can see) is with make, could you please advise what’s the > problem and how I can solve it. > > Every help is appreciated very much. > > > > [EMAIL PROTECTED] /snapgear > > $ make > > /usr/local/bin/arm-linux-gcc: /usr/local/bin/arm-linux-gcc: cannot execute > binary file > > scripts/kconfig/conf.o:conf.c:(.text+0x91): undefined reference to > `_libintl_gettext' > > scripts/kconfig/conf.o:conf.c:(.text+0xa5): undefined reference to > `_libintl_gettext' > > scripts/kconfig/conf.o:conf.c:(.text+0xb9): undefined reference to > `_libintl_gettext' > > scripts/kconfig/conf.o:conf.c:(.text+0x7c9): undefined reference to > `_libintl_gettext' > > scripts/kconfig/conf.o:conf.c:(.text+0xe54): undefined reference to > `_libintl_gettext' > > scripts/kconfig/conf.o:conf.c:(.text+0xea0): more undefined references to > `_libintl_gettext' follow > > collect2: ld returned 1 exit status > > make[3]: *** [scripts/kconfig/conf] Error 1 > > make[2]: *** [silentoldconfig] Error 2 > > make[1]: *** [include/linux/autoconf.h] Error 2 > > make: *** [linux] Error 1 > > > > [EMAIL PROTECTED] /snapgear > > > > Thanks in advance and best regards; > > Joseph Halloun. > > > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.772 / Virus Database: 519 - Release Date: 01/10/2004 > > -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://www.haifux.org) To unsub send an empty message to [EMAIL PROTECTED]
