make all-target-libgcc error
Posted: Tue Dec 28, 2021 2:02 am
I try to make gcc, from this tutorial: https://wiki.osdev.org/GCC_Cross-Compiler
p.s in "GCC" stage
But when I run 'make all-target-libgcc' it's failed with this error:
p.s in "GCC" stage
But when I run 'make all-target-libgcc' it's failed with this error:
Code: Select all
conftest.c:9:10: fatal error: stdio.h: No such file or directory
9 | #include <stdio.h>
| ^~~~~~~~~