Hello everybody,
currently I`ve trying to rebuild the standard EWL libraries.
The reason was, I've got Compiler Warnings as they`re described in
https://community.freescale.com/thread/300543
Source file >"D:\workspace\ColdFire\ColdFire_Build_Tools\ewl\EWL_Runtime\..." not found, cannot display source
So I've tried as suggested:
with Build Configuration "CF_EWL_C" I could build without errors, and also the warnings for the EWL C Library disappears in my project.
But any other Build Configuration failed, Ive tried "CF_EWL_RUNTIME" (because had 4 warnings referenced to it) but build failed with 3 Errors:
make: *** [all] Error 2 coldfire_lib C/C++ Problem
make[1]: *** [v1/librt] Error 2
make[2]: *** [Runtime_CF_CmdLineData/v1/librt/obj/MWException.o] Error 1
Does anyone have a solution to build the EWL library project successfully?
I've testedd with Codewarrior for MCU V10.4 and V10.2, same results.
Best regards,
Christian
Solved! Go to Solution.
Take a look at this thread: Odd / Irrelevant Linker Warnings in CW v10.4
I was able to import the coldfire_lib located at C:\Freescale\CW MCU v10.4\MCU\ColdFire_Support\ewl
locate coldfire_lib project to import into CW 10.4
Once imported, select Build configuration and a large menu like the one below is displayed. Select the appropriate build configuration and do a clean and build. See sequence below
I cleaned and rebuilt these configurations in this order:
1) ALL the EWL_C_v1_xxxxx configurations
2) CF_EWL_Runtime
3) CF_EWL_C++
4) CF_EWL_C
5) Cleaned and built my project
Hi Christian,
If Matthew comments don't help you, let me know.
Be aware the MCU V10.5 has been released in September.
Regards
Pascal
Take a look at this thread: Odd / Irrelevant Linker Warnings in CW v10.4
I was able to import the coldfire_lib located at C:\Freescale\CW MCU v10.4\MCU\ColdFire_Support\ewl
locate coldfire_lib project to import into CW 10.4
Once imported, select Build configuration and a large menu like the one below is displayed. Select the appropriate build configuration and do a clean and build. See sequence below
I cleaned and rebuilt these configurations in this order:
1) ALL the EWL_C_v1_xxxxx configurations
2) CF_EWL_Runtime
3) CF_EWL_C++
4) CF_EWL_C
5) Cleaned and built my project