cppfront
cppfront copied to clipboard
[BUG] Error when i try to build cppfront
g++ cppfront.cpp -std=c++20 -o cppfront C:/codeblocks/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/as.exe: C:\Users\Dio\AppData\Local\Temp\ccY6j4zz.o: too many sections (41204) C:\Users\Dio\AppData\Local\Temp\ccsHBHmj.s: Assembler messages: C:\Users\Dio\AppData\Local\Temp\ccsHBHmj.s: Fatal error: can't write 11 bytes to section .text of C:\Users\Dio\AppData\Local\Temp\ccY6j4zz.o: 'file too big' C:/codeblocks/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/as.exe: C:\Users\Dio\AppData\Local\Temp\ccY6j4zz.o: too many sections (41204) C:\Users\Dio\AppData\Local\Temp\ccsHBHmj.s: Fatal error: C:\Users\Dio\AppData\Local\Temp\ccY6j4zz.o: file too big
That's the error i get when i run the command: "g++ cppfront.cpp -std=c++20 -o cppfront" on windows 7 using mingw g++ version 13.1.0