Compile FNET failed on CW10.1

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

Compile FNET failed on CW10.1

Jump to solution
734 Views
tongxuan
Contributor I

I want compile FNET project based on CW10.1

m52259demo_shell - Int. Flash Release

thisi is message:

E:/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.c
E:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Linker command file error at line 147
>File not found: fapp_params.c
E:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Link failed.

0 Kudos
1 Solution
456 Views
butok
NXP Employee
NXP Employee

Hi  Winricky

 

Oficial FNET does not suport CW10.1, so far (till CW10 be mature enough).

Please use CW7.2, if you can.

 

Thanks,

Andrey Butok

View solution in original post

0 Kudos
2 Replies
456 Views
butok
NXP Employee
NXP Employee

Hi Winricky,

 

It should help for CW10.1:

 

You should edit your linker command file and replace:

fapp_params.c                  with                       fapp_params_c.obj

exceptions.c                      with                       exceptions_c.obj

fnet_cfm.c                          with                       fnet_cfm_c.obj

 

This is feature of the MCU 10.1 and should be fixed in the next CW version.

 

Best regards,

Andrey Butok

457 Views
butok
NXP Employee
NXP Employee

Hi  Winricky

 

Oficial FNET does not suport CW10.1, so far (till CW10 be mature enough).

Please use CW7.2, if you can.

 

Thanks,

Andrey Butok

0 Kudos