Kinetis Design Studio [beta]
Version: 1.0.1 [beta]
Create a new Kinetis Design Studio Project.
Select processor = MKL25Z128VLK4
Add component MQXLite
Generate Processor Expert code.
Build debug target...
'Building file: ../MQXLITE/psp/cortex_m/core/M0/dispatch.S'
'Invoking: Cross ARM GNU Assembler'
arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -x assembler-with-cpp -I"C:/Users/srl/workspace.kds/test1/MQXLITE/include" -I"C:/Users/srl/workspace.kds/test1/MQXLITE/config" -I"C:/Users/srl/workspace.kds/test1/MQXLITE/kernel" -I"C:/Users/srl/workspace.kds/test1/MQXLITE/psp/cortex_m" -I"C:/Users/srl/workspace.kds/test1/MQXLITE/psp/cortex_m/core/M0" -I"C:/Users/srl/workspace.kds/test1/MQXLITE/psp/cortex_m/compiler/cwgcc" -MMD -MP -MF"MQXLITE/psp/cortex_m/core/M0/dispatch.d" -MT"MQXLITE/psp/cortex_m/core/M0/dispatch.o" -c -o "MQXLITE/psp/cortex_m/core/M0/dispatch.o" "../MQXLITE/psp/cortex_m/core/M0/dispatch.S"
../MQXLITE/psp/cortex_m/core/M0/dispatch.S: Assembler messages:
../MQXLITE/psp/cortex_m/core/M0/dispatch.S:276: writing to APSR without specifying a bitmask is deprecated
'Finished building: ../MQXLITE/psp/cortex_m/core/M0/dispatch.S'
Message was edited by: Stephen Langstaff