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

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

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

跳至解决方案
1,270 次查看
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

标签 (1)
0 项奖励
回复
1 解答
891 次查看
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 项奖励
回复
6 回复数
891 次查看
tavo
Contributor I

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

0 项奖励
回复
892 次查看
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 项奖励
回复
891 次查看
aarontc
Contributor I

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

but still gettiing these errors

0 项奖励
回复
891 次查看
aarontc
Contributor I

solved

0 项奖励
回复
891 次查看
CarlFST60L
Senior Contributor II

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

0 项奖励
回复
891 次查看
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 项奖励
回复