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

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

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

902 次查看
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 回复

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