Macro to determine EWL version

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

Macro to determine EWL version

393 Views
brianmitchell
Contributor II

There was an important bug fix in the Kinetis EWL implementation in Codewarrior 10.6 in the __copy_longs_aligned function.

I had previously implemented a workaround, but I would like to use the standard EWL function now.

Does anyone know of a macro or environment variable that I can use to determine the version of EWL implementation?

 

I checked C:\Freescale\CW MCU v10.x\MCU\ARM_GCC_Support\ewl\EWL_C\include\ewl_c_version.h but it did not change between the versions.

 

/* EWL 15.1 */

#define __EWL__ 0x00015001

 

Thanks,

Brian

Labels (1)
Tags (2)
0 Kudos
1 Reply

301 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Brian,

I just checked ewl_c_version.h. this definition:

#define __EWL__ 0x00015001

is the same since CW10.3. I will check it with other team. WIll keep you posted.


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos