maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
559 stars 57 forks source link

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

Closed MarcoCicognani closed 4 years ago

MarcoCicognani commented 4 years ago

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!!

maxdev1 commented 4 years ago

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.