Convert CW10.6 example to KDS2.0.0 Linker error Message

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

Convert CW10.6 example to KDS2.0.0 Linker error Message

900件の閲覧回数
rabbitz
Contributor I

I convert the CW10.6 example from C:\Freescale\CW MCU v10.6\MCU\CodeWarrior_Examples\Kinetis_Examples\k60

 

It pass the compiler, but fails on linker.  The message is in the attached file.

 

Anyone can fix it?

Original Attachment has been moved to: KDS-Linker-Error-Message.txt.zip

ラベル(1)
0 件の賞賛
返信
1 返信

684件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

check your linker options of the project. You have something like this in it, probably starting with --start-group:

arm-none-eabi-gcc: error: unrecognized command line option '--undefined=__pformatter_'

arm-none-eabi-gcc: error: unrecognized command line option '--defsym=__pformatter=__pformatter_'

arm-none-eabi-gcc: error: unrecognized command line option '--start-group'

arm-none-eabi-gcc: error: unrecognized command line option '--end-group'

These are from the CW project, settings for the EWL libraries.

I hope this helps,

Erich

0 件の賞賛
返信