I have a project that runs fine on a K52 that was built using CW10.3 When I build the same project in CW10.4, it only works with the debugger running. When I try to run the code out of flash, without the debugger, the CW10.4 version does not run. Without the debugger attached, I can't tell what is wrong.
I do not know if this is the problem but when building in CW10.4 I get 2 additional warnings:
Description: C:/Freescale/CW MCU v10.4/MCU/ARM_GCC_Support/ewl/EWL_C/include/ctime ignoring #pragma options align [-Wunknown-pragmas]
Resource: Myproject
Location: line 307, external location: C:\Freescale\CW MCU v10.4\MCU\ARM_GCC_Support\ewl\EWL_C\include\ctime
Type: C/C++ Problem
and...
Description: C:/Freescale/CW MCU v10.4/MCU/ARM_GCC_Support/ewl/EWL_C/include/ctime ignoring #pragma options align [-Wunknown-pragmas]
Resource: Myproject
Location: line 45, external location: C:\Freescale\CW MCU v10.4\MCU\ARM_GCC_Support\ewl\EWL_C\include\ctime
Type: C/C++ Problem
lines 45 and 307 are..
45 #pragma options align=native
.
.
.
307 #pragma options align=reset
Does anyone have an ideas what the problem(s) could be?
Gary