eclipse cdt indigo: symbol could not be resolved fixed

来源:互联网 发布:制作linux启动画面 编辑:程序博客网 时间:2024/05/21 14:52

1. autotools
2. path mapping

window -> preferences -> C/C++ -> debug -> source lookup path > Path Mapping: cygwin -> \cygdrive\c-c:\ ......
3. symbol discovery

project --> c/c++ build --> discovery options --> automate discovery;
4. indexer:  index source and header files opened  in editor
window -> preferences -> C/C++ -> indexer


For could not be resolved symbol 'cout',  'endl', using namespace std ambiguous error. 
eclipse cdt editor error.

原创粉丝点击