| View previous topic :: View next topic |
| Author |
Message |
webjeff
Joined: 05 May 2005 Posts: 66
|
Posted: Thu Aug 25, 2005 9:24 am Post subject: _stat problem building python |
|
|
Guys:
Building python, got everything compiling but running into this error. Any idea if this is a problem with libc? Can someone check it out for me, thatd be great.
| Code: |
/usr/local/pspdev/lib/gcc/psp/4.0.1/../../../../psp/lib/libc.a(sysstat.o): In function `stat':
../../../../../newlib/libc/syscalls/sysstat.c:14: undefined reference to `_stat'
|
Thanks alot!
Jeff. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Aug 25, 2005 10:44 pm Post subject: |
|
|
How old is your toolchain?
Try updating it, it may fix the problem. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Fri Aug 26, 2005 2:55 am Post subject: |
|
|
| Agoln wrote: | How old is your toolchain?
Try updating it, it may fix the problem. |
It won't, _stat() isn't implemented yet. |
|
| Back to top |
|
 |
rinco
Joined: 21 Jan 2005 Posts: 255 Location: Canberra, Australia
|
|
| Back to top |
|
 |
|