BUilding GCC Cross-Compiler
-
- Posts: 1
- Joined: Sat Apr 01, 2023 3:07 pm
BUilding GCC Cross-Compiler
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
-
- Member
- Posts: 5560
- Joined: Mon Mar 25, 2013 7:01 pm
Re: BUilding GCC Cross-Compiler
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?
Out of curiosity, why not use WSL?