<?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 Software Development KitのトピックRe: FRDM-K64F Hello World Demo Undefined Reference</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430873#M2525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow &lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/download/106079-5-298522/Create a new KSDK 1.2.0 project in KDS 3.0.0.pdf" title="https://community.freescale.com/servlet/JiveServlet/download/106079-5-298522/Create%20a%20new%20KSDK%201.2.0%20project%20in%20KDS%203.0.0.pdf"&gt;this guide&lt;/A&gt;, it is based in the another that I think you used but it has more resumed steps. The document is focused in the FRDM-KL25Z just be sure that you use the correct folders for the FRDM-K64F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the problems persists please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 21:04:21 GMT</pubDate>
    <dc:creator>EarlOrlando</dc:creator>
    <dc:date>2015-07-22T21:04:21Z</dc:date>
    <item>
      <title>FRDM-K64F Hello World Demo Undefined Reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430869#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have read the Getting Started with Kinetis SDK tutorial as well as the updated Hello World with GPIO interrupt.&amp;nbsp; I can't get rid of these errors:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Utilities/fsl_debug_console.c:154: undefined reference to `CLOCK_SYS_EnableUartClock'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Utilities/fsl_debug_console.c:157: undefined reference to `CLOCK_SYS_GetUartFreq'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Utilities/fsl_debug_console.c:160: undefined reference to `UART_HAL_SetBaudRate'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Utilities/fsl_debug_console.c:162: undefined reference to `UART_HAL_SetParityMode'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Utilities/fsl_debug_console.c:250: undefined reference to `UART_HAL_SendDataPolling'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Utilities/fsl_debug_console.c:250: undefined reference to `UART_HAL_ReceiveDataPolling'&lt;/P&gt;&lt;P&gt;./Sources/Board/board.o: In function `BOARD_InitOsc0':&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Board/board.c:127: undefined reference to `CLOCK_SYS_OscInit'&lt;/P&gt;&lt;P&gt;./Sources/Board/board.o: In function `BOARD_InitRtcOsc':&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Board/board.c:144: undefined reference to `CLOCK_SYS_RtcOscInit'&lt;/P&gt;&lt;P&gt;./Sources/Board/board.o: In function `BOARD_ClockInit':&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/Board/board.c:166: undefined reference to `CLOCK_SYS_SetConfiguration'&lt;/P&gt;&lt;P&gt;./Sources/main.o: In function `main':&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:11: undefined reference to `CLOCK_SYS_EnablePortClock'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:12: undefined reference to `CLOCK_SYS_EnablePortClock'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:13: undefined reference to `CLOCK_SYS_EnablePortClock'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:14: undefined reference to `CLOCK_SYS_EnablePortClock'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:25: undefined reference to `GPIO_DRV_Init'&lt;/P&gt;&lt;P&gt;./Sources/main.o: In function `PORTC_IRQHandler':&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:43: undefined reference to `GPIO_DRV_ClearPinIntFlag'&lt;/P&gt;&lt;P&gt;C:\Users\SSpears\workspace2.kds\FRDM-K64F_HelloWorld\Debug/../Sources/main.c:44: undefined reference to `GPIO_DRV_TogglePinOutput'&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built the library and added the paths as described.&amp;nbsp; I don't know what to check next.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My include paths:&lt;/P&gt;&lt;P&gt;"../Sources"&lt;/P&gt;&lt;P&gt;"C:\Freescale\KSDK_1.2.0\platform\osa\inc"&lt;/P&gt;&lt;P&gt;"C:\Freescale\KSDK_1.2.0\platform\drivers\inc"&lt;/P&gt;&lt;P&gt;"C:\Freescale\KSDK_1.2.0\platform\hal\inc"&lt;/P&gt;&lt;P&gt;"C:\Freescale\KSDK_1.2.0\platform\system\inc"&lt;/P&gt;&lt;P&gt;"../Sources/Board"&lt;/P&gt;&lt;P&gt;"../Sources/Utilities"&lt;/P&gt;&lt;P&gt;"../Project_Settings/Startup_Code"&lt;/P&gt;&lt;P&gt;"../SDK/platform/CMSIS/Include"&lt;/P&gt;&lt;P&gt;"../SDK/platform/devices"&lt;/P&gt;&lt;P&gt;"../SDK/platform/devices/MK64F12/include"&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}/platform/utilities/inc"&lt;/P&gt;&lt;P&gt;"${PROJECT_KSDK_PATH}/platform/utilities/src"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Library path:&lt;/P&gt;&lt;P&gt;"C:\Freescale\KSDK_1.2.0\lib\ksdk_platform_lib\kds\K64F12\debug"&lt;/P&gt;&lt;P&gt;"${ProjDirPath}/Project_Settings/Linker_Files"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Library:&lt;/P&gt;&lt;P&gt;ksdk_platform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 20:41:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430869#M2521</guid>
      <dc:creator>stephenspears</dc:creator>
      <dc:date>2015-07-21T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Hello World Demo Undefined Reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430870#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #000000; font-style: normal;"&gt;Hello Stephen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11pt; font-style: normal;"&gt;Do the Board and Utilities folders contain all the files as is shown below?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11pt; font-style: normal;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53789i6AADDE1E983A10D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #000000; font-style: normal;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #000000; font-style: normal;"&gt;Earl.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 23:09:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430870#M2522</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-07-21T23:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Hello World Demo Undefined Reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430871#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Earl,&lt;/P&gt;&lt;P&gt;Yes, I have all of the correct files.&amp;nbsp; I managed to figure out the problem.&amp;nbsp; All of the check boxes under References below were empty.&amp;nbsp; I selected debug as shown below and those errors cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ksdk_platform_lib.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37666i45562C2B83808562/image-size/large?v=v2&amp;amp;px=999" role="button" title="ksdk_platform_lib.png" alt="ksdk_platform_lib.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 15:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430871#M2523</guid>
      <dc:creator>stephenspears</dc:creator>
      <dc:date>2015-07-22T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Hello World Demo Undefined Reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430872#M2524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought this was fixed by checking the Reference box (see above) but that has created a new error.&amp;nbsp; When I checked that box it added a library and library path.&amp;nbsp; There doesn't seem to be a library there as it throws the error below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Invoking: Cross ARM C++ Linker'&lt;/P&gt;&lt;P&gt;arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g3 -T "MK64FN1M0xxx12_flash.ld" -Xlinker --gc-sections -L"C:\Freescale\KSDK_1.2.0\lib\ksdk_platform_lib\kds\K64F12" -L"C:\Freescale\KSDK_1.2.0\lib\ksdk_platform_lib\kds\K64F12\debug" -L"C:/Users/SSpears/workspace2.kds/FRDM-K64F_HelloWorld/Project_Settings/Linker_Files" -Wl,-Map,"FRDM-K64F_HelloWorld.map" -specs=nosys.specs -specs=nano.specs -o "FRDM-K64F_HelloWorld.elf"&amp;nbsp; ./Sources/Utilities/fsl_debug_console.o&amp;nbsp; ./Sources/Board/board.o ./Sources/Board/gpio_pins.o ./Sources/Board/pin_mux.o&amp;nbsp; ./Sources/main.o&amp;nbsp; ./Project_Settings/Startup_Code/startup.o ./Project_Settings/Startup_Code/startup_MK64F12.o ./Project_Settings/Startup_Code/system_MK64F12.o&amp;nbsp;&amp;nbsp; -llibtemplatestatic -l"ksdk_platform"&lt;/P&gt;&lt;P&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe:&lt;STRONG&gt; cannot find -llibtemplatestatic&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:51:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430872#M2524</guid>
      <dc:creator>stephenspears</dc:creator>
      <dc:date>2015-07-22T18:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Hello World Demo Undefined Reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430873#M2525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow &lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/download/106079-5-298522/Create a new KSDK 1.2.0 project in KDS 3.0.0.pdf" title="https://community.freescale.com/servlet/JiveServlet/download/106079-5-298522/Create%20a%20new%20KSDK%201.2.0%20project%20in%20KDS%203.0.0.pdf"&gt;this guide&lt;/A&gt;, it is based in the another that I think you used but it has more resumed steps. The document is focused in the FRDM-KL25Z just be sure that you use the correct folders for the FRDM-K64F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the problems persists please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430873#M2525</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-07-22T21:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Hello World Demo Undefined Reference</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430874#M2526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is finally resolved.&amp;nbsp; The library file libksdk_platform.a was not building correctly.&amp;nbsp; The file size was around 50K and it should have been 2.1M.&amp;nbsp; I reinstalled the KSDK 1.2.0 Mainline file and now it builds correctly.&amp;nbsp; The library file is now the correct size and all errors are gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 20:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-Hello-World-Demo-Undefined-Reference/m-p/430874#M2526</guid>
      <dc:creator>stephenspears</dc:creator>
      <dc:date>2015-07-23T20:54:44Z</dc:date>
    </item>
  </channel>
</rss>

