在使用eclipse
Description Resource Path Location Type
Program "g++" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
1首先确认是否安装了gcc 与g++
首先,gcc和g++编译器的编译器是有区别的;
其次,通过build-essential 安装的gcc,在使用的过程中出现的Program "g++" not found in PATH 问题,自己没能解决。
再通过Ubuntu软件中心搜索g++,选择GNU C++ complier,自动安装到us r/bin目录下。
2.安装了以后查看eclipse 的window--》preference--》c/c++--》 build --》 setting --》discovery--》CDT GCC Build in Complier Settings [Shared]
From: ${COMMAND} -E -P -v -dD "${INPUTS}"
To: /usr/bin/${COMMAND} -E -P -v -dD "${INPUTS}" 之后就OK了。