笔记:Code Warrior 问题汇总

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:

  1. A file does not exist any more or is under a different path. That is something I have to fix in the project.
  2. I have imported a project from another place.
  3. I have changed the IDE and now it has a path to the libraries.
  4. I have generated new/different source files with Processor Expert.

All of above lead to wrong makes files with wrong paths in it.

The cure for the problem is to select the project and use the menu Project > Clean:

选择需要清理的项目

This cause a re-creation of the make files

Another solution is to delete the output folder where all the make files and object files are. This is equal to what exists in classic (non-eclipse) CodeWarrior in the menu Project > Remove Object Code… But first I need to know which folder I have to delete. The Build Directory in the project settings configures this:

Deleting that folder will remove all the make files and object files. Starting a new build afterwards will then recreate my make files.

Tip: If you are exporting a project, then make sure you delete the Build Directory from the archive/project. 

This will reduce the file size. And it avoids that the project will get generate a “No rule to make target” message.

来源: No rule to make target | MCU on Eclipse

2,使用  P&E_Multilink 烧录,弹出 Connection Assistant

使用CW11.1 烧录器 P&E_Multilink ,烧录S08单片机,弹出如下对话框,

 烧录器 P&E_Multilink 指示灯正常,烧录线路连接正常,WIN10-设备管理器中 P&E_Multilink 驱动加载正常

经查阅资料,重新安装 P&E_Multilink 驱动,可正常烧录

同类问题的解决方法

PEmicro - 40+ years innovating in the embedded systems space. Flash Programmers, Cloud-based, Automated, Gang Programmers, and more...

  • 24
    点赞
  • 17
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值