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,120件の閲覧回数
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 解決策
741件の閲覧回数
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 返答(返信)
741件の閲覧回数
tavo
Contributor I

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

0 件の賞賛
742件の閲覧回数
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 件の賞賛
741件の閲覧回数
aarontc
Contributor I

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

but still gettiing these errors

0 件の賞賛
741件の閲覧回数
aarontc
Contributor I

solved

0 件の賞賛
741件の閲覧回数
CarlFST60L
Senior Contributor II

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

0 件の賞賛
741件の閲覧回数
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 件の賞賛