CW v10.0 compile error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CW v10.0 compile error

ソリューションへジャンプ
1,150件の閲覧回数
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 解決策
302件の閲覧回数
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 返答(返信)
303件の閲覧回数
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 件の賞賛
302件の閲覧回数
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 件の賞賛