_stat problem building python

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
webjeff
Posts: 66
Joined: Thu May 05, 2005 2:51 am

_stat problem building python

Post by webjeff »

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: Select all

/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.
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

How old is your toolchain?

Try updating it, it may fix the problem.
Lego of my Ago!
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Agoln wrote:How old is your toolchain?

Try updating it, it may fix the problem.
It won't, _stat() isn't implemented yet.
rinco
Posts: 255
Joined: Fri Jan 21, 2005 2:12 pm
Location: Canberra, Australia

Post by rinco »

crazyc posted an untested implementation:
http://forums.ps2dev.org/viewtopic.php?t=3087

I look forward to seeing python.
Post Reply