<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis Microcontrollersのトピックnew rtos project doesn't build</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/new-rtos-project-doesn-t-build/m-p/620914#M37153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded Kinetis Design Studio with the Kinetis SDK 2.x and tried creating a new project for the FRDM-KW41Z with all drivers and FreeRTOS selected. I expected to be able to build the project right out of the gate but get the following errors? Is there an environment variable I need to set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15:05:20 **** Build of configuration Debug for project test_project_v2 ****&lt;BR /&gt;make -j8 all &lt;BR /&gt;Building file: ../utilities/fsl_debug_console.c&lt;BR /&gt;Building file: ../startup/startup_MKW41Z4.S&lt;BR /&gt;Building file: ../startup/system_MKW41Z4.c&lt;BR /&gt;Building file: ../utilities/fsl_sbrk.c&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;Building file: ../source/main.c&lt;BR /&gt;Building file: ../freertos/Source/portable/MemMang/heap_4.c&lt;BR /&gt;Invoking: Cross ARM GNU Assembler&lt;BR /&gt;Building file: ../utilities/fsl_notifier.c&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"utilities/fsl_debug_console.d" -MT"utilities/fsl_debug_console.o" -c -o "utilities/fsl_debug_console.o" "../utilities/fsl_debug_console.c"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;Building file: ../freertos/Source/portable/GCC/ARM_CM4F/port.c&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -x assembler-with-cpp -MMD -MP -MF"startup/startup_MKW41Z4.d" -MT"startup/startup_MKW41Z4.o" -c -o "startup/startup_MKW41Z4.o" "../startup/startup_MKW41Z4.S"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"startup/system_MKW41Z4.d" -MT"startup/system_MKW41Z4.o" -c -o "startup/system_MKW41Z4.o" "../startup/system_MKW41Z4.c"&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"utilities/fsl_sbrk.d" -MT"utilities/fsl_sbrk.o" -c -o "utilities/fsl_sbrk.o" "../utilities/fsl_sbrk.c"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"utilities/fsl_notifier.d" -MT"utilities/fsl_notifier.o" -c -o "utilities/fsl_notifier.o" "../utilities/fsl_notifier.c"&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"source/main.d" -MT"source/main.o" -c -o "source/main.o" "../source/main.c"&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"freertos/Source/portable/MemMang/heap_4.d" -MT"freertos/Source/portable/MemMang/heap_4.o" -c -o "freertos/Source/portable/MemMang/heap_4.o" "../freertos/Source/portable/MemMang/heap_4.c"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"freertos/Source/portable/GCC/ARM_CM4F/port.d" -MT"freertos/Source/portable/GCC/ARM_CM4F/port.o" -c -o "freertos/Source/portable/GCC/ARM_CM4F/port.o" "../freertos/Source/portable/GCC/ARM_CM4F/port.c"&lt;BR /&gt;Finished building: ../startup/startup_MKW41Z4.S&lt;BR /&gt; &lt;BR /&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s: Assembler messages:&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:181: Error: lo register required -- `ldmia r0!,{r4-r11,r14}'&lt;/STRONG&gt;&lt;BR /&gt;Building file: ../freertos/Source/portable/GCC/ARM_CM0/port.c&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:583: Error: unshifted register required -- `tst r14,#0x10'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:584: Error: selected processor does not support Thumb mode `it eq'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:585: Error: selected processor does not support Thumb mode `vstmdbeq r0!,{s16-s31}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:587: Error: selected processor does not support Thumb mode `stmdb r0!,{r4-r11,r14}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:591: Error: selected processor does not support Thumb mode `stmdb sp!,{r3}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:599: Error: lo register required -- `ldmia sp!,{r3}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:604: Error: lo register required -- `ldmia r0!,{r4-r11,r14}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:606: Error: unshifted register required -- `tst r14,#0x10'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:607: Error: selected processor does not support Thumb mode `it eq'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:608: Error: selected processor does not support Thumb mode `vldmiaeq r0!,{s16-s31}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:726: Error: unexpected character `w' in type specifier&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:726: Error: bad instruction `ldr.w r0,=0xE000ED88'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:729: Error: unshifted register required -- `orr r1,r1,#(0xf&amp;lt;&amp;lt;20)'&lt;/STRONG&gt;&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;&lt;STRONG&gt;freertos/Source/portable/GCC/ARM_CM4F/subdir.mk:18: recipe for target 'freertos/Source/portable/GCC/ARM_CM4F/port.o' failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make: *** [freertos/Source/portable/GCC/ARM_CM4F/port.o] Error 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make: *** Waiting for unfinished jobs....&lt;/STRONG&gt;&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"freertos/Source/portable/GCC/ARM_CM0/port.d" -MT"freertos/Source/portable/GCC/ARM_CM0/port.o" -c -o "freertos/Source/portable/GCC/ARM_CM0/port.o" "../freertos/Source/portable/GCC/ARM_CM0/port.c"&lt;BR /&gt;Finished building: ../utilities/fsl_sbrk.c&lt;BR /&gt;Finished building: ../freertos/Source/portable/MemMang/heap_4.c&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Finished building: ../freertos/Source/portable/GCC/ARM_CM0/port.c&lt;BR /&gt; &lt;BR /&gt;Finished building: ../startup/system_MKW41Z4.c&lt;BR /&gt;Finished building: ../source/main.c&lt;BR /&gt;Finished building: ../utilities/fsl_notifier.c&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Finished building: ../utilities/fsl_debug_console.c&lt;/P&gt;&lt;P&gt;15:05:21 Build Finished (took 858ms)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 21:17:13 GMT</pubDate>
    <dc:creator>davidandresky</dc:creator>
    <dc:date>2017-03-27T21:17:13Z</dc:date>
    <item>
      <title>new rtos project doesn't build</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/new-rtos-project-doesn-t-build/m-p/620914#M37153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded Kinetis Design Studio with the Kinetis SDK 2.x and tried creating a new project for the FRDM-KW41Z with all drivers and FreeRTOS selected. I expected to be able to build the project right out of the gate but get the following errors? Is there an environment variable I need to set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15:05:20 **** Build of configuration Debug for project test_project_v2 ****&lt;BR /&gt;make -j8 all &lt;BR /&gt;Building file: ../utilities/fsl_debug_console.c&lt;BR /&gt;Building file: ../startup/startup_MKW41Z4.S&lt;BR /&gt;Building file: ../startup/system_MKW41Z4.c&lt;BR /&gt;Building file: ../utilities/fsl_sbrk.c&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;Building file: ../source/main.c&lt;BR /&gt;Building file: ../freertos/Source/portable/MemMang/heap_4.c&lt;BR /&gt;Invoking: Cross ARM GNU Assembler&lt;BR /&gt;Building file: ../utilities/fsl_notifier.c&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"utilities/fsl_debug_console.d" -MT"utilities/fsl_debug_console.o" -c -o "utilities/fsl_debug_console.o" "../utilities/fsl_debug_console.c"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;Building file: ../freertos/Source/portable/GCC/ARM_CM4F/port.c&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -x assembler-with-cpp -MMD -MP -MF"startup/startup_MKW41Z4.d" -MT"startup/startup_MKW41Z4.o" -c -o "startup/startup_MKW41Z4.o" "../startup/startup_MKW41Z4.S"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"startup/system_MKW41Z4.d" -MT"startup/system_MKW41Z4.o" -c -o "startup/system_MKW41Z4.o" "../startup/system_MKW41Z4.c"&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"utilities/fsl_sbrk.d" -MT"utilities/fsl_sbrk.o" -c -o "utilities/fsl_sbrk.o" "../utilities/fsl_sbrk.c"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"utilities/fsl_notifier.d" -MT"utilities/fsl_notifier.o" -c -o "utilities/fsl_notifier.o" "../utilities/fsl_notifier.c"&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"source/main.d" -MT"source/main.o" -c -o "source/main.o" "../source/main.c"&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"freertos/Source/portable/MemMang/heap_4.d" -MT"freertos/Source/portable/MemMang/heap_4.o" -c -o "freertos/Source/portable/MemMang/heap_4.o" "../freertos/Source/portable/MemMang/heap_4.c"&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"freertos/Source/portable/GCC/ARM_CM4F/port.d" -MT"freertos/Source/portable/GCC/ARM_CM4F/port.o" -c -o "freertos/Source/portable/GCC/ARM_CM4F/port.o" "../freertos/Source/portable/GCC/ARM_CM4F/port.c"&lt;BR /&gt;Finished building: ../startup/startup_MKW41Z4.S&lt;BR /&gt; &lt;BR /&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s: Assembler messages:&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:181: Error: lo register required -- `ldmia r0!,{r4-r11,r14}'&lt;/STRONG&gt;&lt;BR /&gt;Building file: ../freertos/Source/portable/GCC/ARM_CM0/port.c&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:583: Error: unshifted register required -- `tst r14,#0x10'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:584: Error: selected processor does not support Thumb mode `it eq'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:585: Error: selected processor does not support Thumb mode `vstmdbeq r0!,{s16-s31}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:587: Error: selected processor does not support Thumb mode `stmdb r0!,{r4-r11,r14}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:591: Error: selected processor does not support Thumb mode `stmdb sp!,{r3}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:599: Error: lo register required -- `ldmia sp!,{r3}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:604: Error: lo register required -- `ldmia r0!,{r4-r11,r14}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:606: Error: unshifted register required -- `tst r14,#0x10'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:607: Error: selected processor does not support Thumb mode `it eq'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:608: Error: selected processor does not support Thumb mode `vldmiaeq r0!,{s16-s31}'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:726: Error: unexpected character `w' in type specifier&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:726: Error: bad instruction `ldr.w r0,=0xE000ED88'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\Users\DAVIDA~1\AppData\Local\Temp\ccemUdBe.s:729: Error: unshifted register required -- `orr r1,r1,#(0xf&amp;lt;&amp;lt;20)'&lt;/STRONG&gt;&lt;BR /&gt;Invoking: Cross ARM C Compiler&lt;BR /&gt;&lt;STRONG&gt;freertos/Source/portable/GCC/ARM_CM4F/subdir.mk:18: recipe for target 'freertos/Source/portable/GCC/ARM_CM4F/port.o' failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make: *** [freertos/Source/portable/GCC/ARM_CM4F/port.o] Error 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make: *** Waiting for unfinished jobs....&lt;/STRONG&gt;&lt;BR /&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -D"CPU_MKW41Z512VHT4" -I../CMSIS -I../board -I../drivers -I../freertos/Source/include -I../freertos/Source/portable/GCC/ARM_CM0 -I../freertos/Source/portable/GCC/ARM_CM4F -I../source -I../startup -I../utilities -std=gnu99 -MMD -MP -MF"freertos/Source/portable/GCC/ARM_CM0/port.d" -MT"freertos/Source/portable/GCC/ARM_CM0/port.o" -c -o "freertos/Source/portable/GCC/ARM_CM0/port.o" "../freertos/Source/portable/GCC/ARM_CM0/port.c"&lt;BR /&gt;Finished building: ../utilities/fsl_sbrk.c&lt;BR /&gt;Finished building: ../freertos/Source/portable/MemMang/heap_4.c&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Finished building: ../freertos/Source/portable/GCC/ARM_CM0/port.c&lt;BR /&gt; &lt;BR /&gt;Finished building: ../startup/system_MKW41Z4.c&lt;BR /&gt;Finished building: ../source/main.c&lt;BR /&gt;Finished building: ../utilities/fsl_notifier.c&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Finished building: ../utilities/fsl_debug_console.c&lt;/P&gt;&lt;P&gt;15:05:21 Build Finished (took 858ms)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 21:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/new-rtos-project-doesn-t-build/m-p/620914#M37153</guid>
      <dc:creator>davidandresky</dc:creator>
      <dc:date>2017-03-27T21:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: new rtos project doesn't build</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/new-rtos-project-doesn-t-build/m-p/620915#M37154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution. I went back to the SDK builder on the web site and made sure everything was selected properly. Downloaded an updated version of the SDK and now the project builds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 22:29:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/new-rtos-project-doesn-t-build/m-p/620915#M37154</guid>
      <dc:creator>davidandresky</dc:creator>
      <dc:date>2017-03-27T22:29:48Z</dc:date>
    </item>
  </channel>
</rss>

