You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use clion (cmake) build example1,it was fail at 85% and throw the error :
i don't know what should i do now . can every one help me ? thanks !!!
-Cpp/MinGW64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/as.exe: CMakeFiles\nanogui-obj.dir\src\colorwheel.cpp.obj: too many sections (32966)
C:\Users\majiao\AppData\Local\Temp\cckNLntO.s: Assembler messages:
C:\Users\majiao\AppData\Local\Temp\cckNLntO.s: Fatal error: can't write CMakeFiles\nanogui-obj.dir\src\colorwheel.cpp.obj: File too big
C:/PROGRA~2/Dev-Cpp/MinGW64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/as.exe: CMakeFiles\nanogui-obj.dir\src\colorwheel.cpp.obj: too many sections (32966)
C:\Users\majiao\AppData\Local\Temp\cckNLntO.s: Fatal error: can't close CMakeFiles\nanogui-obj.dir\src\colorwheel.cpp.obj: File too big
mingw32-make.exe[3]: *** [CMakeFiles/nanogui-obj.dir/src/colorwheel.cpp.obj] Error 1
mingw32-make.exe[2]: *** [CMakeFiles/nanogui-obj.dir/all] Error 2
CMakeFiles\nanogui-obj.dir\build.make:412: recipe for target 'CMakeFiles/nanogui-obj.dir/src/colorwheel.cpp.obj' failed
CMakeFiles\Makefile2:173: recipe for target 'CMakeFiles/nanogui-obj.dir/all' failed
CMakeFiles\Makefile2:288: recipe for target 'CMakeFiles/example3.dir/rule' failed
Makefile:247: recipe for target 'example3' failed
mingw32-make.exe[1]: *** [CMakeFiles/example3.dir/rule] Error 2
mingw32-make.exe: *** [example3] Error 2
The text was updated successfully, but these errors were encountered:
when i use clion (cmake) build
example1
,it was fail at85%
and throw the error :i don't know what should i do now . can every one help me ? thanks !!!
The text was updated successfully, but these errors were encountered: