[Bug c++/82985] GCC 7.2.1 crashes when compiling DSO (Direct Sparse Odometry) on Linux Ubuntu 17.10
BlenderEi at LwTV dot de
gcc-bugzilla@gcc.gnu.org
Tue Nov 14 17:13:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985
--- Comment #9 from BlenderEi at LwTV dot de ---
Created attachment 42604
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42604&action=edit
Output of command "make VERBOSE=1" with altered makefile with additional flags
which invokes the compiler to crash
Oh ok. Sorry for this taking so long. If I didnt misunderstand you, I got it
now.
I have now executed:
> make VERBOSE=1
after I changed the Makefile (generated by CMake) by adding the flags (-v
--save-temps) inbetween "/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES)
$(CXX_FLAGS)" and "-o
CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.o -c
/home/akp/dso/src/FullSystem/FullSystemOptimize.cpp" (because building the
"FullSystemOptimize" object seems to be the reason for the crash).
What do you say, is this useful?
More information about the Gcc-bugs
mailing list