<?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 Design Studioのトピックlinker errors &amp;quot;multiple defintion of&amp;quot; when migrating from KDS 2.0 to 3.1</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462240#M4853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a project that built fine on KDS 2.0, but now that I have upgraded to KDS 3.1 I get the linker errors below.&amp;nbsp; I followed the migrating procedure (using the KDS Upgrade Assistant) as described here: &lt;A _jive_internal="true" data-containerid="11213" data-containertype="14" data-objectid="103698" data-objecttype="102" href="https://community.nxp.com/docs/DOC-103698"&gt;Kinetis Design Studio: Migrating KDS V2.0.0 Projects to GNU Tools for ARM Embedded (Launchpad, KDS V3.0.0)&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building a Segger graphics library first (emWin_V528b), then linking to that library in my application (called A9950V0002).&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**************************&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Building target: A9950V0002_dbg.elf'&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 "C:/Users/Mike/workspace.kds/A9950V0002/Project_Settings/Linker_Files/ProcessorExpert.ld" -Xlinker --gc-sections -L"C:/Users/Mike/workspace.kds/A9950V0002/Project_Settings/Linker_Files" -L"C:\Users\Mike\workspace.kds\emWin_V528b\Debug" -Wl,-Map,"A9950V0002_dbg.map" --specs=nano.specs -o "A9950V0002_dbg.elf" @ObjectList&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `_cleanup_r':&lt;/P&gt;&lt;P&gt;findfp.c:(.text._cleanup_r+0x0): multiple definition of `_cleanup_r'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text._cleanup_r+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfmoreglue':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfmoreglue+0x0): multiple definition of `__sfmoreglue'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfmoreglue+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `_cleanup':&lt;/P&gt;&lt;P&gt;findfp.c:(.text._cleanup+0x0): multiple definition of `_cleanup'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text._cleanup+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sinit':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sinit+0x0): multiple definition of `__sinit'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sinit+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfp':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfp+0x0): multiple definition of `__sfp'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfp+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfp_lock_acquire':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfp_lock_acquire+0x0): multiple definition of `__sfp_lock_acquire'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfp_lock_acquire+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfp_lock_release':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfp_lock_release+0x0): multiple definition of `__sfp_lock_release'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfp_lock_release+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sinit_lock_acquire':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sinit_lock_acquire+0x0): multiple definition of `__sinit_lock_acquire'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sinit_lock_acquire+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sinit_lock_release':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sinit_lock_release+0x0): multiple definition of `__sinit_lock_release'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sinit_lock_release+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__fp_lock_all':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__fp_lock_all+0x0): multiple definition of `__fp_lock_all'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__fp_lock_all+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__fp_unlock_all':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__fp_unlock_all+0x0): multiple definition of `__fp_unlock_all'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__fp_unlock_all+0x0): first defined here&lt;/P&gt;&lt;P&gt;collect2.exe: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;make: *** [A9950V0002_dbg.elf] Error 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 00:17:44 GMT</pubDate>
    <dc:creator>mike1974</dc:creator>
    <dc:date>2016-02-17T00:17:44Z</dc:date>
    <item>
      <title>linker errors "multiple defintion of" when migrating from KDS 2.0 to 3.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462240#M4853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a project that built fine on KDS 2.0, but now that I have upgraded to KDS 3.1 I get the linker errors below.&amp;nbsp; I followed the migrating procedure (using the KDS Upgrade Assistant) as described here: &lt;A _jive_internal="true" data-containerid="11213" data-containertype="14" data-objectid="103698" data-objecttype="102" href="https://community.nxp.com/docs/DOC-103698"&gt;Kinetis Design Studio: Migrating KDS V2.0.0 Projects to GNU Tools for ARM Embedded (Launchpad, KDS V3.0.0)&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building a Segger graphics library first (emWin_V528b), then linking to that library in my application (called A9950V0002).&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**************************&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Building target: A9950V0002_dbg.elf'&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 "C:/Users/Mike/workspace.kds/A9950V0002/Project_Settings/Linker_Files/ProcessorExpert.ld" -Xlinker --gc-sections -L"C:/Users/Mike/workspace.kds/A9950V0002/Project_Settings/Linker_Files" -L"C:\Users\Mike\workspace.kds\emWin_V528b\Debug" -Wl,-Map,"A9950V0002_dbg.map" --specs=nano.specs -o "A9950V0002_dbg.elf" @ObjectList&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `_cleanup_r':&lt;/P&gt;&lt;P&gt;findfp.c:(.text._cleanup_r+0x0): multiple definition of `_cleanup_r'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text._cleanup_r+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfmoreglue':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfmoreglue+0x0): multiple definition of `__sfmoreglue'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfmoreglue+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `_cleanup':&lt;/P&gt;&lt;P&gt;findfp.c:(.text._cleanup+0x0): multiple definition of `_cleanup'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text._cleanup+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sinit':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sinit+0x0): multiple definition of `__sinit'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sinit+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfp':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfp+0x0): multiple definition of `__sfp'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfp+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfp_lock_acquire':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfp_lock_acquire+0x0): multiple definition of `__sfp_lock_acquire'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfp_lock_acquire+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sfp_lock_release':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sfp_lock_release+0x0): multiple definition of `__sfp_lock_release'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sfp_lock_release+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sinit_lock_acquire':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sinit_lock_acquire+0x0): multiple definition of `__sinit_lock_acquire'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sinit_lock_acquire+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__sinit_lock_release':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__sinit_lock_release+0x0): multiple definition of `__sinit_lock_release'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__sinit_lock_release+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__fp_lock_all':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__fp_lock_all+0x0): multiple definition of `__fp_lock_all'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__fp_lock_all+0x0): first defined here&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/lib/armv7e-m/fpu\libg_s.a(lib_a-findfp.o): In function `__fp_unlock_all':&lt;/P&gt;&lt;P&gt;findfp.c:(.text.__fp_unlock_all+0x0): multiple definition of `__fp_unlock_all'&lt;/P&gt;&lt;P&gt;C:/Freescale/KDS_2.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a(lib_a-findfp.o):(.text.__fp_unlock_all+0x0): first defined here&lt;/P&gt;&lt;P&gt;collect2.exe: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;make: *** [A9950V0002_dbg.elf] Error 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 00:17:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462240#M4853</guid>
      <dc:creator>mike1974</dc:creator>
      <dc:date>2016-02-17T00:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: linker errors "multiple defintion of" when migrating from KDS 2.0 to 3.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462241#M4854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the errors show us that the same symbol is included in two files.&lt;/P&gt;&lt;P&gt;for example, symbol "_cleanup_r"&amp;nbsp; is detected in both of these two files which are both included in your project:&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/53421iFFAE435FA211EB35/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;to solve the problem:&lt;/P&gt;&lt;P&gt;- Please go to your project properties setting, remove all KDS2.0 related path and included files.&lt;/P&gt;&lt;P&gt;- go to IDE menu "project", "clean" to clean the old file associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you? if not, please post your project here, we can help you check the problem directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:25:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462241#M4854</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-02-17T07:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: linker errors "multiple defintion of" when migrating from KDS 2.0 to 3.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462242#M4855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jennie, I found out the references to KDS_2.0.0 were in a file "makefile.defs".&amp;nbsp; This file was used to correct a problem in KDS_2.0.0 described here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/334455"&gt;KSDK Linker Error - Command line too long&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does KDS 3.1 still have that problem?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462242#M4855</guid>
      <dc:creator>mike1974</dc:creator>
      <dc:date>2016-02-22T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: linker errors "multiple defintion of" when migrating from KDS 2.0 to 3.1</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462243#M4856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;you are welcome.&lt;/P&gt;&lt;P&gt;according to KDS3.1 release note, this "Windows Command Line Limit" issue is still a known issue which is not fixed yet.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 09:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/linker-errors-quot-multiple-defintion-of-quot-when-migrating/m-p/462243#M4856</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-02-23T09:04:53Z</dc:date>
    </item>
  </channel>
</rss>

