Hello,
We have our code running under 10.0 - builds and runs in flash fine. However, when the project is imported to 10.1, there is an option for smart migration - which fails.
Specifically the following:
- 'Building target: example_flash'
'Invoking: ColdFire Linker'
"C:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf" @@"example_flash.args" -o "example_flash"
C:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Linker command file error at line 48
>File not found: exceptions_cfv2.c
C:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Link failed.
It seems it cannot find exceptions_cfv2.c which is already present and worked fine under 10.0 We are unsure how to proceed. Any help is appreciated.
Thanks!