maxdev1 / ghost

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

Build Failure #15

Closed speartaker closed 7 years ago

speartaker commented 7 years ago

I did everything as suggested, without skipping anything crucial and got these messages:

My operating system:

speartaker commented 7 years ago

Even if I download GMP, MPFR and MPC and place them manually it refuses to work, throwing:

speartaker commented 7 years ago

M4 was missing so I installed it, + installed GMP, MPFR and MPC. GCC build keeps failing! // Building core part

maxdev1 commented 7 years ago

Does the directory /ghost/sysroot/system/include exist? It is created when executing the build.sh install-headers task of libapi.

speartaker commented 7 years ago

Hey, thanks for replying. It certainly does not exist. That is the problem I guess.