1.导入外部工程,编译出现以下错误
mingw32-make: *** No rule to make target `E:/CODE/FXTH87/CODE/02.Delay/Project_Headers/../Sources/Interrupts.c', needed by `Sources/Interrupts_c.obj'. Stop.
解决方法,参考论坛
It means that the make file cannot find my file. More precise, it means that the make utility cannot resolve the rule to build the ‘target’ (see my other post on make files). Or in other words: the make files do not match any more what I have in my project. There could be several reasons:
- A file does not exist any more or is under a different path. That is something I have to fix in the project.
- I have imported a project from another place.
- I have changed the IDE and now it has a path to the libraries.
- I have generated new/different source fi

文章讲述了在导入外部工程时遇到编译错误的问题,解决方法包括检查makefile路径、清理项目并重新生成、删除输出文件夹。同时介绍了在使用P&E_Multilink烧录S08单片机时,如果出现ConnectionAssistant对话框,可通过重新安装驱动解决问题。
最低0.47元/天 解锁文章
6653

被折叠的 条评论
为什么被折叠?



