maxdev1/ghost

Cannot build libstdc++ and shared libgcc without libc and crts

MarcoCicognani opened this issue · 1 comments

The toolchain builder script fails when tries to link the shared libgcc due to a missing libc and crts.
You should compile the static version of the C library and the crts between the gcc and the libgcc build.

keep it up Max!!

Hey @MarcoCicognani, you are right, I made a mistake somewhere there when I introduced shared versions of libgcc. Thanks for your ideas I'll have a look and try to fix this soon.