BUilding GCC Cross-Compiler

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
megalodon338
Posts: 1
Joined: Sat Apr 01, 2023 3:07 pm

BUilding GCC Cross-Compiler

Post 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
Octocontrabass
Member
Member
Posts: 5560
Joined: Mon Mar 25, 2013 7:01 pm

Re: BUilding GCC Cross-Compiler

Post 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?
Post Reply