Author Topic: C3100 Gcc 2.95.2 Little Help...  (Read 904 times)

xfaethorx

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
C3100 Gcc 2.95.2 Little Help...
« on: September 12, 2005, 10:48:17 am »
Hi,

 Problems yet again for me . I've managed to get Java installed on my Zaurus and I turned my focus to gcc , everything is mounted properly but when I go to compile a test application I get cannot find -lc.

I did some digging on this and found out that this is because of not having the static library to link to.

The solution is to use libc_nonshared.a in a file called libc.so as follows

Group(/path/libc.so /path/libc_nonshared.a);

thing is I can't find libc_nonshared.a on my device, so I'm assuming its a download from elsewhere and unfortunately I can't seem to find it!

Can anyone help here? does anyone have what I'm looking for?