You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: