CW v10.0 compile error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

CW v10.0 compile error

跳至解决方案
1,816 次查看
donw
Contributor IV

using CW10 on win7 64 bit:

I have made a new project and added my assembly only code (JM60).

it compiles with the error:


make: *** No rule to make target `default.obj', needed by `my code filename.obj.s19'.

 

I have the latest CW version.

 

how do I fix this?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
968 次查看
BlackNight
NXP Employee
NXP Employee

That message "no rule to make target" is an indication that the make file is not up-to-date.

Try to do a 'clean' (context menu on the project, or Project > Clean) to have the make file re-generated.

That should solve it.

 

BK

在原帖中查看解决方案

0 项奖励
回复
2 回复数
969 次查看
BlackNight
NXP Employee
NXP Employee

That message "no rule to make target" is an indication that the make file is not up-to-date.

Try to do a 'clean' (context menu on the project, or Project > Clean) to have the make file re-generated.

That should solve it.

 

BK

0 项奖励
回复
968 次查看
admin
Specialist II

Can you try to create a "default" project first? and compile?

After that, you could add your files (or asseply code) to see if you still have error.

0 项奖励
回复