-
-
Notifications
You must be signed in to change notification settings - Fork 328
Description
Hello good day,
I have problems when using the "mingw32-make" or "jom" it throws me the following error
[ 66%] Building CXX object src/CMakeFiles/ripes_lib.dir/processorhandler.cpp.obj
[ 67%] Linking CXX executable tst_leros.exe
[ 67%] Built target tst_leros
C:/Qt/Tools/mingw810_64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe: CMakeFiles\ripes_lib.dir\processorhandler.cpp.obj: too many sections (40575)
C:\Users\JUANRO1\AppData\Local\Temp\ccWebnW4.s: Assembler messages:1\AppData\Local\Temp\ccWebnW4.s: Fatal error: can't write 92 bytes to section .text of CMakeFiles\ripes_lib.dir\processorhandler.cpp.obj: 'File too big'
C:\Users\JUANRO
C:/Qt/Tools/mingw810_64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe: CMakeFiles\ripes_lib.dir\processorhandler.cpp.obj: too many sections (40575)
C:\Users\JUANRO~1\AppData\Local\Temp\ccWebnW4.s: Fatal error: can't close CMakeFiles\ripes_lib.dir\processorhandler.cpp.obj: File too big
jom: C:\Users\Juan Romero\Documents\Ripes\build\src\CMakeFiles\ripes_lib.dir\build.make [src\CMakeFiles\ripes_lib.dir\processorhandler.cpp.obj] Error 1
jom: C:\Users\Juan Romero\Documents\Ripes\build\CMakeFiles\Makefile2 [src\CMakeFiles\ripes_lib.dir\all] Error 2
jom: C:\Users\Juan Romero\Documents\Ripes\build\Makefile [all] Error 2
Do you know what is causing this error and how can I fix it?
Thank you