ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
280 stars 92 forks source link

ld: library not found for -lcrt1.o #59

Open nevik-xx opened 12 years ago

nevik-xx commented 12 years ago

I have gotten this error while building the geohot tools in psl1ght but the updated version from euss still build?

Everything runs fine in all scripts until the tools in psl1ght.

building ... make_self ld: library not found for -lcrt1.o collect2: ld returned 1 exit status make[2]: * [make_self] Error 1 make[1]: * [all] Error 2 make: *\ [all] Error 2 ../scripts/011-psl1ght.sh: Failed. ERROR: Could not run the toolchain script.

I also tried to build some of the other tools and cgcomp, sprxlinker both get the same error. Ps3py builds fine.

Software Mac OS X Lion 10.7.4 (11E53) Xcode 4.3.3

Thanks for any help!

I have found that the proper libraries are installed in /usr/lib. crt1.10.5.o, crt1.10.6.o and crt1.o are all there. I will try and link the libraries and rerun the script.