This is the mail archive of the crossgcc@sourceware.org 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]

Problem with glibc




I'm trying to build a toolchain using crosstool for an arm-xscale target using Cygwin. My set up is as follows

binutils-2.15
gcc-3.4.4
glibc-2.3.5

When I run demo-arm-xscale.sh I get the following error during the glibc make:

-glibc/elf/librtld.os(.text+0xf238): In function `__local_syscall_error':
: undefined reference to `__errno_location'
/home/Paul/downloads/crosstool-0.38/build/arm-xscale-linux-gnu/gcc-3.4.4-glibc-2.3.5/build
-glibc/elf/librtld.os(.text+0xf268): In function `__local_syscall_error':
: undefined reference to `__errno_location'
/home/Paul/downloads/crosstool-0.38/build/arm-xscale-linux-gnu/gcc-3.4.4-glibc-2.3.5/build
-glibc/elf/librtld.os(.text+0xf2b4): In function `_exit':
: undefined reference to `rtld_errno'
/home/Paul/downloads/crosstool-0.38/build/arm-xscale-linux-gnu/gcc-3.4.4-glibc-2.3.5/build
-glibc/elf/librtld.os(.text+0xf42c): In function `__sigaction':
: undefined reference to `rtld_errno'
/home/Paul/downloads/crosstool-0.38/build/arm-xscale-linux-gnu/gcc-3.4.4-glibc-2.3.5/build
-glibc/elf/librtld.os(.text+0x102b8): In function `__local_syscall_error':
: undefined reference to `__errno_location'
collect2: ld returned 1 exit status
make[2]: *** [/home/Paul/downloads/crosstool-0.38/build/arm-xscale-linux-gnu/gcc-3.4.4-glibc-2.3.5/build-glibc/elf/ld.so] Error 1
make[2]: Leaving directory `/home/Paul/downloads/glibc-2.3.5/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/home/Paul/downloads/glibc-2.3.5'
make: *** [all] Error 2




Does anyone have any idea whats going on here, because I have no clue. I googled the error but cant seem to find anything that explains it to me.

Any help would be great.

Cheers,
Paul

_________________________________________________________________
Dating has never been easier - get FREE Match.com membership! http://match.msn.ie/match/mt.cfm?pg=channel&tcid=237596



------ 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]