OSDev.org https://forum.osdev.org/ |
|
make all-target-libgcc error https://forum.osdev.org/viewtopic.php?f=1&t=56068 |
Page 1 of 1 |
Author: | buridan [ Tue Dec 28, 2021 2:02 am ] |
Post subject: | make all-target-libgcc error |
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: Code: conftest.c:9:10: fatal error: stdio.h: No such file or directory
9 | #include <stdio.h> | ^~~~~~~~~ |
Author: | Octocontrabass [ Wed Dec 29, 2021 7:17 pm ] |
Post subject: | Re: make all-target-libgcc error |
What OS are you using? How did you set up your build environment? What are the exact commands you ran leading up to this point? |
Author: | kotovalexarian [ Mon Jan 17, 2022 1:24 pm ] |
Post subject: | Re: make all-target-libgcc error |
Maybe you target triplet is different from i686-elf? Autotools may consider this as a sign of hosted environment. I met similar error because of invalid target triplet, however during compilation of my project, not the cross-compiler itself. Don't you compile your cross-compiler with other cross-compiler for freestanding environment? |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |