-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script error on 011, pslight #40
Comments
It sounds like you're using an old version of newlib. Try grabbing the latest version of ps3toolchain, making sure to delete the build directory before you start to clear out any incomplete builds. |
thx for your reply. i grabbed the toolchain last night in a new folder and ran the toolchain shell script. No error found until script 011. I deleted build folder and re-executed the script 003,008, 011,same error as shown on 1st post. sorry for my poor english. |
This is very strange then. Can you tell me what OS + version you are running? |
running under virtualbox: Kernel : Linux 2.6.35-22-generic (x86_64) |
here is my log, any help on to fix this?
remainderd2.c
libsimdmath.a
make[2]: Nothing to be done for `all'.
crt0.S
crt1.c
./ps3toolchain/psl1ght/ppu/crt/crt1.c:37:56: warning: 'struct tms' declared inside parameter list
./ps3toolchain/psl1ght/ppu/crt/crt1.c:37:56: warning: its scope is only this definition or declaration, which is probably not what you want
./ps3toolchain/psl1ght/ppu/crt/crt1.c: In function '__syscalls_init':
./ps3toolchain/psl1ght/ppu/crt/crt1.c:78:12: error: 'struct __syscalls_t' has no member named 'sleep_r'
./ps3toolchain/psl1ght/ppu/crt/crt1.c:79:12: error: 'struct __syscalls_t' has no member named 'usleep_r'
./ps3toolchain/psl1ght/ppu/crt/crt1.c:82:12: error: 'struct __syscalls_t' has no member named 'times_r'
make[3]: *** [crt1.o] Error 1
make[2]: *** [ppu] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
thx~
The text was updated successfully, but these errors were encountered: