当前位置: 技术问答>linux和unix
eclipse 使用cdt的问题
来源: 互联网 发布时间:2015-10-12
本文导语: windows下eclipse 使用cdt编译c++程序, 编译的时候出现错误: **** Incremental build of configuration Debug for project vv **** make -k all Building file: ../bb.cpp g++ -O0 -g3 -Wall -c -fmessage-length=0 -obb.o ../bb.cpp In file included fr...
windows下eclipse 使用cdt编译c++程序,
编译的时候出现错误:
**** Incremental build of configuration Debug for project vv ****
make -k all
Building file: ../bb.cpp
g++ -O0 -g3 -Wall -c -fmessage-length=0 -obb.o ../bb.cpp
In file included from /usr/include/c++/3.3.3/backward/iostream.h:31,
from ../bb.cpp:2:
/usr/include/c++/3.3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
g++: installation problem, cannot exec `as': No such file or directory
make: *** [bb.o] Error 1
make: Target `all' not remade because of errors.
Build complete for project vv
编译的时候出现错误:
**** Incremental build of configuration Debug for project vv ****
make -k all
Building file: ../bb.cpp
g++ -O0 -g3 -Wall -c -fmessage-length=0 -obb.o ../bb.cpp
In file included from /usr/include/c++/3.3.3/backward/iostream.h:31,
from ../bb.cpp:2:
/usr/include/c++/3.3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
g++: installation problem, cannot exec `as': No such file or directory
make: *** [bb.o] Error 1
make: Target `all' not remade because of errors.
Build complete for project vv
|
g++: installation problem, cannot exec `as': No such file or directory
没有as这个程序
欢迎访问我的个人网站 www.linuxc.net
没有as这个程序
欢迎访问我的个人网站 www.linuxc.net
|
cygwin 某些模块没装全