goi 发表于 2007-4-26 16:43:19

请假大家:我下载安装了c++ test ,为什么read symbols的时候报错?

Compiler GNU GCC 2.9.x used in project configuration cannot be found.

Please be sure that directory containing GNU GCC 2.9.x compiler, is included in
the $PATH environmental variable.





------------------------

Precompiling D:\Program Files\Parasoft\C++Test\examples\cpptest_demo.cpp

Working directory: D:\Program Files\Parasoft\C++Test\examples

g++.exe -ftemplate-depth-35 -xc++ "D:\\Program Files\\Parasoft\\C++Test\\examples\\cpptest_demo.cpp" -o "C:\\Documents and Settings\\Administrator\\C++TestFiles\\Temp\\project5040TmpDir\\Product\\cpptest_demo.cpp_0\\cpptest_demo.o" -c -g -w

Error: Precompile failed for:
    D:\Program Files\Parasoft\C++Test\examples\cpptest_demo.cpp.



------------------------

The following problem(s) occured during reading symbols:



Error: Precompile failed for:
    D:\Program Files\Parasoft\C++Test\examples\cpptest_demo.cpp.

yuezhiyin 发表于 2007-4-27 14:07:56

把你的路径名 换成 英文试下

cwj007 发表于 2007-4-30 11:46:22

提示明显,需要加系统变量
Please be sure that directory containing GNU GCC 2.9.x compiler, is included in
the $PATH environmental variable

cwj007 发表于 2007-4-30 11:46:43

把GCC的路径设成系统变量

goi 发表于 2007-5-8 16:21:52

不好意思节后才来,非常感谢版主和yuezhiyin 的回复

问题如版主所述,确实是路径没有加到系统路径下

Z121916471 发表于 2015-8-25 16:12:42

cwj007 发表于 2007-4-30 11:46
提示明显,需要加系统变量
Please be sure that directory containing GNU GCC 2.9.x compiler, is include ...

我想请问一下,就是我设了环境变量为什么还是不行呢?环境变量是设成C++test的安装路径/bin还是C++test的安装路径/etc
页: [1]
查看完整版本: 请假大家:我下载安装了c++ test ,为什么read symbols的时候报错?