CW v10.0 compile error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW v10.0 compile error

Jump to solution
1,143 Views
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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
295 Views
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

View solution in original post

0 Kudos
2 Replies
296 Views
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 Kudos
295 Views
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 Kudos