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
ld.lld: error: undefined symbol: __cxa_thread_atexit_impl
> referenced by cxa_thread_atexit.cpp
> >>> cxa_thread_atexit.cpp.o:(__cxa_thread_atexit) in archive /home/ubuntu/OpenOrbis/PS4Toolchain/lib/libc++.a
> Error: Error while running command
To solve the build problem, if I copy the orbisdev/usr/libc_stub.so file from orbisdev, another toolchain, to the OpenOrbis/PS4Toolchain/lib directory and add the -lc_stub parameter to the linker, it compiles, but this time the program crashing, I explained this detail to make it easier to understand the problem.
The text was updated successfully, but these errors were encountered:
ld.lld -o Main -m elf_x86_64 -pie --script /home/ubuntu/OpenOrbis/PS4Toolchain/link.x --eh-frame-hdr -L/home/ubuntu/OpenOrbis/PS4Toolchain/lib -lc -lkernel -lc++ -lSceVideoOut /home/ubuntu/OpenOrbis/PS4Toolchain/lib/crt1.o @obj/linux64/all_objs
The above command returns the following error.
To solve the build problem, if I copy the
orbisdev/usr/libc_stub.so
file from orbisdev, another toolchain, to theOpenOrbis/PS4Toolchain/lib
directory and add the-lc_stub
parameter to the linker, it compiles, but this time the program crashing, I explained this detail to make it easier to understand the problem.The text was updated successfully, but these errors were encountered: