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

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

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

504 Views
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

Labels (1)
0 Kudos
1 Reply

288 Views
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 Kudos