<?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>topic Re: ld fails with a simple KSDK project in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476625#M3971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jerome,&lt;/P&gt;&lt;P&gt;checking your .cproject, I see that this library is listed there&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;lt;listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="libtemplatestatic"/&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;lt;/option&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;containerId="ksdk_platform_lib_KL46Z4;" factoryId="org.eclipse.cdt.core.cfg.export.settings.sipplier"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;externalSetting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;entry flags="VALUE_WORKSPACE_PATH" kind="includePath" name="/libtemplatestatic"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;entry flags="VALUE_WORKSPACE_PATH" kind="libraryPath" name="/libtemplatestatic/debug"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;entry flags="RESOLVED" kind="libraryFile"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to me it looks you have that library listed in your project settings.&lt;/P&gt;&lt;P&gt;Could you check your linker (Libraries) settings:&lt;/P&gt;&lt;P&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/56674i9701BDD45834BACF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As for the library itself: I think it is a C++ template static library, see &lt;A href="http://stackoverflow.com/questions/15079578/template-static-library-with-template-instantiation" title="http://stackoverflow.com/questions/15079578/template-static-library-with-template-instantiation"&gt;http://stackoverflow.com/questions/15079578/template-static-library-with-template-instantiation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I think you have it listed in your linker settings. If you are not using it, then remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jan 2016 08:28:58 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2016-01-09T08:28:58Z</dc:date>
    <item>
      <title>ld fails with a simple KSDK project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476621#M3967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all KSDK afficionados,&lt;/P&gt;&lt;P&gt;I am a newbie with embedded development &amp;amp; Freescale MCUs (now NXP).&lt;/P&gt;&lt;P&gt;I am using a FRDM KL46Z board with KSDK 1.3 on Linux (Debian unstable 64 bits) and a fresh Eclipse Mars IDE.&lt;/P&gt;&lt;P&gt;I used the tutorials found on mcuoneclipse.com &amp;amp; the article cited here : &lt;A _jive_internal="true" data-containerid="11234" data-containertype="14" data-objectid="359660" data-objecttype="1" href="https://community.nxp.com/thread/359660"&gt;FRDM-K64F Hello World Demo Undefined Reference &lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have the same strange error than Stephen Frears.&lt;/P&gt;&lt;P&gt;The linker is unable to find the libtemplatestatic library.&lt;/P&gt;&lt;P&gt;I can find references in the project settings to this library but Eclipsee warns that this library is not available.&lt;/P&gt;&lt;P&gt;My project was defined while referencing the KDS project containing the libksdk1.3. This project compiles fine and I have a libksdk.a about 1.3Mb ( is it correct?)&lt;/P&gt;&lt;P&gt;I started another project from scratch and the result is the same, I tried 2 buildchains (arm-non-eabi-gcc 4.9q3 coming with debian sid) and fetched the 4.8q4 on launchpad.net&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any clues . So your help is important for me, I am strugggling for weeks with dummy projects and I am still unable to blink LEDs &amp;amp; test SPI &amp;amp; I2c communications required for my project.&lt;/P&gt;&lt;P&gt;All KDS projects run fine so no problem with KSDK samples .&lt;/P&gt;&lt;P&gt;I have got some remarks regarding the CMakeLists.txt in the projects but it's not important (but most of the common CMake anti patterns can be found in the samples) and does not have any consequences regarding my problems.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS:&lt;/P&gt;&lt;P&gt;I attached my .cproject file &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-339178"&gt;.cproject.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 22:54:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476621#M3967</guid>
      <dc:creator>lispybear</dc:creator>
      <dc:date>2016-01-08T22:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: ld fails with a simple KSDK project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476622#M3968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to add an excerpt from the console viw (last lines) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building file: ../Project_Settings/Startup_Code/system_MKL46Z4.c&lt;/P&gt;&lt;P&gt;Invoking: Cross ARM C Compiler&lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall&amp;nbsp; -g3 -D"CPU_MKL46Z256VLH4" -I"../Sources" -I"../Project_Settings/Startup_Code" -I"../SDK/platform/CMSIS/Include" -I"../SDK/platform/devices" -I"../SDK/platform/devices/MKL46Z4/include" -I"/home/deadbrain2/platform/embedded/KSDK_1.3.0/platform/utilities/inc" -I"/home/deadbrain2/platform/embedded/KSDK_1.3.0/platform/utilities/src" -I/home/lispybear/platform/embedded/KSDK_1.3.0/platform/osa/inc -I/home/lispybear/platform/embedded/KSDK_1.3.0/platform/hal/inc -I/home/lispybear/platform/embedded/KSDK_1.3.0/platform/system/inc -I/home/lispybear/platform/embedded/KSDK_1.3.0/examples/frdmkl46z -I/home/lispybear/platform/embedded/KSDK_1.3.0/platform/drivers/inc -std=c99 -MMD -MP -MF"Project_Settings/Startup_Code/system_MKL46Z4.d" -MT"Project_Settings/Startup_Code/system_MKL46Z4.o" -c -o "Project_Settings/Startup_Code/system_MKL46Z4.o" "../Project_Settings/Startup_Code/system_MKL46Z4.c"&lt;/P&gt;&lt;P&gt;Finished building: ../Project_Settings/Startup_Code/system_MKL46Z4.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building target: test1.elf&lt;/P&gt;&lt;P&gt;Invoking: Cross ARM C++ Linker&lt;/P&gt;&lt;P&gt;arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall&amp;nbsp; -g3 -T "MKL46Z256xxx4_flash.ld" -Xlinker --gc-sections -L"/home/lispybear/workspaces/embedded-dev-mars/test1/Project_Settings/Linker_Files" -Wl,-Map,"test1.map" -specs=nosys.specs -specs=nano.specs -Xlinker -z -Xlinker muldefs -o "test1.elf"&amp;nbsp; ./Sources/Utilities/fsl_debug_console.o&amp;nbsp; ./Sources/hardware_init.o ./Sources/main.o ./Sources/pin_init.o&amp;nbsp; ./Project_Settings/Startup_Code/startup.o ./Project_Settings/Startup_Code/startup_MKL46Z4.o ./Project_Settings/Startup_Code/system_MKL46Z4.o&amp;nbsp;&amp;nbsp; -llibtemplatestatic&lt;/P&gt;&lt;P&gt;/home/lispybear/platform/embedded/gcc-arm-none-eabi-4_8-2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld: cannot find -llibtemplatestatic&lt;/P&gt;&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;makefile:59: recipe for target 'test1.elf' failed&lt;/P&gt;&lt;P&gt;make: *** [test1.elf] Error 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wondered why this project uses the arm-none-eabi-g++ while it is a plain C one ? Can I change that in the CDT complex settings?&lt;/P&gt;&lt;P&gt;It may be the source for this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 23:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476622#M3968</guid>
      <dc:creator>lispybear</dc:creator>
      <dc:date>2016-01-08T23:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: ld fails with a simple KSDK project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476623#M3969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I just tested with the .deb package for KDS 3.0 , I applied the patches (inside KSDK folder) and I got the same behavior.&lt;/P&gt;&lt;P&gt;LD is unable to find the libtemplatestatic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expected KDS/Eclipse to ease my life with much simpler debuging than with GDB or DDD but after 2 or 3 days struggling with the problem I will be oliged to default to the Emacs + makefile + gdb solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 00:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476623#M3969</guid>
      <dc:creator>lispybear</dc:creator>
      <dc:date>2016-01-09T00:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: ld fails with a simple KSDK project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476624#M3970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;just to close another door I just check the contents for the compiled lib_ksdk.a with the standard nm Unix tool and it seems that all symbols referenced in the code are present in this file , I checked with the calls used inside hardware_init for the clock settings and all symbols are present in the libksdk_platform.a file.&lt;/P&gt;&lt;P&gt;Could you explain me what is this libtemplatestatic library?&lt;/P&gt;&lt;P&gt;I can't find it &amp;amp; google is not my friend.&lt;/P&gt;&lt;P&gt;debian repositories do not know nothing about this library and apt-file does not find this library inside any package from the repositories I am using.&lt;/P&gt;&lt;P&gt;I guess it comes with KDS/Eclipse plugins or KSDK ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your explanations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 00:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476624#M3970</guid>
      <dc:creator>lispybear</dc:creator>
      <dc:date>2016-01-09T00:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: ld fails with a simple KSDK project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476625#M3971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jerome,&lt;/P&gt;&lt;P&gt;checking your .cproject, I see that this library is listed there&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;lt;listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="libtemplatestatic"/&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;lt;/option&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;containerId="ksdk_platform_lib_KL46Z4;" factoryId="org.eclipse.cdt.core.cfg.export.settings.sipplier"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;externalSetting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;entry flags="VALUE_WORKSPACE_PATH" kind="includePath" name="/libtemplatestatic"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;entry flags="VALUE_WORKSPACE_PATH" kind="libraryPath" name="/libtemplatestatic/debug"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;entry flags="RESOLVED" kind="libraryFile"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to me it looks you have that library listed in your project settings.&lt;/P&gt;&lt;P&gt;Could you check your linker (Libraries) settings:&lt;/P&gt;&lt;P&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/56674i9701BDD45834BACF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As for the library itself: I think it is a C++ template static library, see &lt;A href="http://stackoverflow.com/questions/15079578/template-static-library-with-template-instantiation" title="http://stackoverflow.com/questions/15079578/template-static-library-with-template-instantiation"&gt;http://stackoverflow.com/questions/15079578/template-static-library-with-template-instantiation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I think you have it listed in your linker settings. If you are not using it, then remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 08:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476625#M3971</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-01-09T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: ld fails with a simple KSDK project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476626#M3972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich,&lt;/P&gt;&lt;P&gt;I was sure to have dropped it before , I was wondering about an absolute requirement for the project (from CDT Wizards point of view).&lt;/P&gt;&lt;P&gt;I dropped it again &amp;amp; this time the problem disappeared.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Now I must understand why some symbols are undefined but that 's another story -)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 11:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ld-fails-with-a-simple-KSDK-project/m-p/476626#M3972</guid>
      <dc:creator>lispybear</dc:creator>
      <dc:date>2016-01-09T11:16:35Z</dc:date>
    </item>
  </channel>
</rss>

