gccfilter and gcc 4.7.2 does not work, stops compiling

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 01:24:52

问题


I have successfully installed the gccfilter (http://www.mixtion.org/gccfilter/) in my toolchain. The filter should actually work because all perl modules and other stuff has been installed the problem is that it does not work properly when I use for example the following command line:

gccfilter -c -a  g++    -std=c++11 -O3 -DNDEBUG -I/"tonnes of includes"   -o CMakeFiles/...../main.cpp.o
-c  /...path.../App/main.cpp
.../variant.hpp:17:0,
                 from .../SceneParser.hpp:12,
                 from .../SimulationManager.hpp:12,
                 from .../main.cpp:8:
_ <-- Cursor is here

It compiles but after the error message it stops doing anything, the cursor is on the bottom line and nothing happens? So the tool does not quite work, I am using gcc 4.7.2. i am not quite sure where the problem might be?

来源:https://stackoverflow.com/questions/18954237/gccfilter-and-gcc-4-7-2-does-not-work-stops-compiling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!