Macro to determine EWL version

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Macro to determine EWL version

553件の閲覧回数
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

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

461件の閲覧回数
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 件の賞賛
返信