Page 1 of 1

BUilding GCC Cross-Compiler

Posted: Sat Apr 01, 2023 3:10 pm
by megalodon338
I try to build cross compiler on windows cygwin using this tutorial: https://wiki.osdev.org/GCC_Cross-Compiler. And on GCC step make all-gcc I get error: fatal error: langinfo.h: No such file or directory. I dont know where I can get langinfo.h

Re: BUilding GCC Cross-Compiler

Posted: Mon Apr 03, 2023 7:14 pm
by Octocontrabass
That tutorial worked perfectly fine last time I tried it, but I was using MSYS2 instead of Cygwin...

Out of curiosity, why not use WSL?