Hi,
I'm trying to compile a little program for the iPAQ (running Familiar 0.5.2). Therefore I got the arm-toolchain from handhelds.org.
My program is going to use bluetooth - so I succesfully cross-compiled the bluetooth-libs (libbluetooth and libsdp). Also I copied some libs from the iPAQ to the PC (libglib, libstdc++).
No unremovable errors so far, but: When I'm trying to compile my sourcecode I get an (error-)msg like this:
==================================================
attempt to open /skiff/local/lib//libbluetooth.so failed
attempt to open /skiff/local/lib//libbluetooth.a failed
attempt to open /skiff/local/arm-linux/lib/libbluetooth.so succeeded
-lbluetooth (/skiff/local/arm-linux/lib/libbluetooth.so)
attempt to open /skiff/local/lib//libsdp.so failed
attempt to open /skiff/local/lib//libsdp.a failed
attempt to open /skiff/local/arm-linux/lib/libsdp.so succeeded
-lsdp (/skiff/local/arm-linux/lib/libsdp.so)
attempt to open /skiff/local/lib//libglib.so failed
attempt to open /skiff/local/lib//libglib.a failed
attempt to open /skiff/local/arm-linux/lib/libglib.so succeeded
-lglib (/skiff/local/arm-linux/lib/libglib.so)
attempt to open /skiff/local/lib//libc.so failed
attempt to open /skiff/local/lib//libc.a failed
attempt to open /skiff/local/arm-linux/lib/libc.so succeeded
opened script file /skiff/local/arm-linux/lib/libc.so
attempt to open /skiff/local/arm-linux/lib/libc.so.6 succeeded
/skiff/local/arm-linux/lib/libc.so.6
attempt to open /skiff/local/arm-linux/lib/libc_nonshared.a succeeded
attempt to open /skiff/local/lib//libstdc++.so failed
attempt to open /skiff/local/lib//libstdc++.a failed
attempt to open /skiff/local/arm-linux/lib/libstdc++.so succeeded
-lstdc++ (/skiff/local/arm-linux/lib/libstdc++.so)
attempt to open main.o succeeded
arm-linux-ld: warning: cannot find entry symbol _start; defaulting to 02000a98
/skiff/local/arm-linux/lib/libglib.so: undefined reference to `getpwuid_r@@GLIBC_2.1.2'
make: *** [btrcd] Error 1
Where do I find this GLIBC_2.1.2 ?? Do I have to build it by myself from source?
I'm pretty sure, thats some kind of a FAQ - but I didn't found an answer till now :-(
Thanx in advance,
Sebastian Stoecklein
______________________________________________________________________________
FreeMail in der Premiumversion! Mit mehr Speicher, mehr Leistung, mehr
Erlebnis und mehr Pramie. Jetzt unter http://club.web.de/?mc=021105
Received on Wed Jul 10 11:17:38 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:53 EDT