Hi Adrian,
I started integrating the MQX-Lite(RTOS folder) which is generated with codeWorrior(for KL46Z) with KL46Z IAR project.
Can you please tell me how to get the "IAR ARM C compiler" option in the CodeWarrior10.5?(able to see only CodeWarrior C compiler and GNU C Compiler).
I selected the GNU C compiler and created the KL46Z project using CodeWarrior10.5 and copied the MQX-Lite folder into KL46Z IAR project ,while compiling the project with IAR IDE am getting build errors in boot.S and dispatch.S files.
Updating build tree...
boot.S
Error[40]: Bad instruction C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 39
Error[42]: Duplicate label:'.equ' C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 44
Error[40]: Bad instruction C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 44
Error[42]: Duplicate label:'.equ' C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 45
Error[40]: Bad instruction C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 45
Error[42]: Duplicate label:'.equ' C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 46
Error[40]: Bad instruction C:\Users\KL46Z\MQXLITE\psp\cortex_m\types.inc 46
how to resolve this compiler dependent error? any suggestions..
Thanks in advance.
Regards,
--Ram.