code warrior 10.1 compile error:" make: *****[psp KINETIS/kinetis.obj]error"

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

code warrior 10.1 compile error:" make: *****[psp KINETIS/kinetis.obj]error"

Jump to solution
1,068 Views
aarontc
Contributor I

i have installed 10.1 and latest compile patch with mqx 3.7

when i compile psp , bsp and hello example the same error message shows.

Some one can help me fix it?Thx

Labels (1)
0 Kudos
1 Solution
689 Views
CarlFST60L
Senior Contributor II

There is likely an error in your user_config.h file. I had the same #define in the header twice i.e.

 

....

#define this 

...

...

#define this

... 

 

The error and console outputs are often quite misleading in diagnosing errors...

View solution in original post

0 Kudos
6 Replies
689 Views
tavo
Contributor I

hi , how you solve the problem error, you copy and paste #DEFINE what?

0 Kudos
690 Views
CarlFST60L
Senior Contributor II

There is likely an error in your user_config.h file. I had the same #define in the header twice i.e.

 

....

#define this 

...

...

#define this

... 

 

The error and console outputs are often quite misleading in diagnosing errors...

0 Kudos
689 Views
aarontc
Contributor I

tried to change the directory to c:\freescale instead of c:\program files(x86)\freescal

but still gettiing these errors

0 Kudos
689 Views
aarontc
Contributor I

solved

0 Kudos
689 Views
CarlFST60L
Senior Contributor II

Would you mind sharing your fix? I am assuming it is a path issue...?

0 Kudos
689 Views
CarlFST60L
Senior Contributor II

If anyone else has this problem, I had managed to copy and paste the same #define twice in the user_config.h, this comes up as the above error which is not very descriptive.

0 Kudos