NIOS II - Eclipse - ERROR - " Type 'xxxx' could not be resolved "

打开Eclipse后,编辑c/c++,编译时出错:* could not be resolved ,但能够运行,结果正确

解决方法:

       在eclipse上,project->properties->C/C++ General->indexer,将大部分选项都选中,如下图所示:

       PS:如果都按照图片上的选项都选上了还是不行,则假如你的工程为C++工程,则Index unused headers as C++ files 选中,Index unused headers as C files 就别选中了,反之为C工程,则Index unused headers as C++ files不选,

NIOS II - Eclipse - ERROR - " Type 'xxxx' could not be resolved "

转载文章:参考https://blog.51cto.com/lihaichuan/1060466

相关文章:

  • 2021-09-05
  • 2021-12-18
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-05-13
  • 2022-02-14
  • 2021-07-23
猜你喜欢
  • 2021-10-25
  • 2021-09-02
  • 2021-06-07
  • 2021-05-16
  • 2022-01-08
  • 2021-10-27
  • 2021-04-20
相关资源
相似解决方案