<?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: object file name misspelled during linker invocation in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488723#M5809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich!&amp;nbsp; That was the problem exactly!&amp;nbsp; It would be nice if NXP would provide these make tools with their distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 14:26:46 GMT</pubDate>
    <dc:creator>randyburnham</dc:creator>
    <dc:date>2016-01-14T14:26:46Z</dc:date>
    <item>
      <title>object file name misspelled during linker invocation</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488721#M5807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The linker is misinterpreting one of the object file names:&amp;nbsp; fsl_flexbus_hal.o is seen by the linker as fsl_flebus_hal.o (see linker invocation capture below).&amp;nbsp; The output name from the compiler is correct and file fsl_flexbus_hal.o exists where it is supposed to be.&amp;nbsp; The input name to the linker is correct in the list of object files to link.&amp;nbsp; How do I fix this error?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;16:21:08 **** Incremental Build of configuration Debug for project 1034X08_Configuration_Module_BLT ****&lt;/P&gt;&lt;P&gt;make all &lt;/P&gt;&lt;P&gt;'Building file: ../SDK/platform/hal/src/flexbus/fsl_flexbus_hal.c'&lt;/P&gt;&lt;P&gt;'Invoking: Cross ARM C Compiler'&lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall&amp;nbsp; -g3&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;MT"SDK/platform/hal/src/flexbus/fsl_flexbus_hal.o" -c -&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;o "SDK/platform/hal/src/flexbus/fsl_flexbus_hal.o"&lt;/STRONG&gt;&lt;/SPAN&gt; "../SDK/platform/hal/src/flexbus/fsl_flexbus_hal.c"&lt;/P&gt;&lt;P&gt;'Finished building: ../SDK/platform/hal/src/flexbus/fsl_flexbus_hal.c'&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Building target: 1034X08_Configuration_Module_BLT.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 -Wall&amp;nbsp; -g3&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;.&lt;STRONG&gt;/SDK/platform/hal/src/flexbus/fsl_flexbus_hal.o&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;arm-none-eabi-g++: error: &lt;SPAN style="color: #f1b259;"&gt;&lt;STRONG&gt;./SDK/platform/hal/src/flexbus/fsl_flebus_hal.o&lt;/STRONG&gt;&lt;/SPAN&gt;: No such file or directory&lt;/P&gt;&lt;P&gt;make: *** [1034X08_Configuration_Module_BLT.elf] Error 1&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;16:21:11 Build Finished (took 3s.496ms)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 21:43:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488721#M5807</guid>
      <dc:creator>randyburnham</dc:creator>
      <dc:date>2016-01-13T21:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: object file name misspelled during linker invocation</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488722#M5808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy,&lt;/P&gt;&lt;P&gt;there is a known problem on Windows with a 8192 command line character limit. One symptom is that it cuts out some characters. See &lt;A href="http://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/" title="http://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/"&gt;Solving the 8192 Character Command Line Limit on Windows | MCU on Eclipse&lt;/A&gt;&amp;nbsp; for the description and the solution.&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>Thu, 14 Jan 2016 06:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488722#M5808</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-01-14T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: object file name misspelled during linker invocation</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488723#M5809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich!&amp;nbsp; That was the problem exactly!&amp;nbsp; It would be nice if NXP would provide these make tools with their distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 14:26:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/object-file-name-misspelled-during-linker-invocation/m-p/488723#M5809</guid>
      <dc:creator>randyburnham</dc:creator>
      <dc:date>2016-01-14T14:26:46Z</dc:date>
    </item>
  </channel>
</rss>

