<?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: undefined reference to `SystemInit' in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1486368#M20486</link>
    <description>&lt;P&gt;Any further thoughts on this????&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 19:12:11 GMT</pubDate>
    <dc:creator>mspenard603</dc:creator>
    <dc:date>2022-07-07T19:12:11Z</dc:date>
    <item>
      <title>undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481382#M20332</link>
      <description>&lt;P&gt;Was doing build just fine. When into the pin configuration tool. Came out. And now I'm getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Building target: PPsys-CIRAS4-HMI_PC143.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -Xlinker -Map="PPsys-CIRAS4-HMI_PC143.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -Xlinker --sort-section=alignment -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -T CIRAS4-HMI_PC143_RELEASE.ld -o "PPsys-CIRAS4-HMI_PC143.axf" ./TargetSpecific/Drivers/board.o ./TargetSpecific/Drivers/clock_config.o ./TargetSpecific/Drivers/fsl_ft5406_rt.o ./TargetSpecific/Drivers/pin_mux.o ./startup_mimxrt1062.o&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.1_7266/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.1.202201181444/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./startup_mimxrt1062.o: in function `ResetISR':&lt;BR /&gt;C:\Users\mike\git\CIRAS4-HMI_Repository\CIRAS4-HMI_PC143\RELEASE/../startup_mimxrt1062.c:683: undefined reference to `SystemInit'&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.1_7266/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.1.202201181444/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\mike\git\CIRAS4-HMI_Repository\CIRAS4-HMI_PC143\RELEASE/../startup_mimxrt1062.c:753: undefined reference to `main'&lt;BR /&gt;Memory region Used Size Region Size %age Used&lt;BR /&gt;BOARD_FLASH: 2176 B 4 MB 0.05%&lt;BR /&gt;SRAM_DTC: 4 KB 128 KB 3.13%&lt;BR /&gt;SRAM_ITC: 0 GB 128 KB 0.00%&lt;BR /&gt;SRAM_OC: 0 GB 768 KB 0.00%&lt;BR /&gt;BOARD_SDRAM: 2 MB 32 MB 6.25%&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make[1]: *** [makefile:47: PPsys-CIRAS4-HMI_PC143.axf] Error 1&lt;BR /&gt;make: *** [makefile:38: all] Error 2&lt;BR /&gt;"make -r -j12 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 20:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481382#M20332</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-06-28T20:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481465#M20341</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;According to the compile log, I'd like to suggest you confirm the __USE_CMSIS whether had already been defined.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeremyzhou_0-1656468879280.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184947i10C204154AF797A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeremyzhou_0-1656468879280.png" alt="jeremyzhou_0-1656468879280.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 02:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481465#M20341</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-06-29T02:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481812#M20355</link>
      <description>&lt;P&gt;Hi, yes, it's defined in #symbols as it has been. Which is why I'm very confused.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185008iB7CD07ADA0CDE1B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My icons look funny all of a sudden now too:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 241px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185012iE2BD96FDE18DD7A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I notice that /Drivers is now in two locations on my Project Tree ?!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 446px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185016i19E88B3AD253DB84/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 13:31:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481812#M20355</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-06-29T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481894#M20359</link>
      <description>&lt;P&gt;If I GIT-&amp;gt;Reset and get my project working again and use the Pin Config tool, and do an Update Code without changing any pins, it breaks again. All my icons change and I get some new TargetSpecific/Drivers/ folder in my Project Tree again&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 14:29:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481894#M20359</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-06-29T14:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481915#M20360</link>
      <description>&lt;P&gt;If I uncheck "Update Include Paths" it doesnt break. But that doesnt seem right. I never had to do that in the past.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 856px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185027i40755336C66D1A56/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 15:09:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1481915#M20360</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-06-29T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1482478#M20373</link>
      <description>&lt;P&gt;Hi，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Actually, it's my first time seeing the 'funny' icon, further, it seems like the system_MIMXRT1052.c and system_MIMXRT1052.h disappear in your project.&lt;BR /&gt;Lastly, can you replicate the phenomenon on the demos in the SDK library?&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 06:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1482478#M20373</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-06-30T06:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1482787#M20378</link>
      <description>&lt;P&gt;I created a new workspace and opened the HelloWorld example. Then opened the Pin Config tool and updated. No issue. So something is going on with my project, which had been working for years now. Thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 12:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1482787#M20378</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-06-30T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1486368#M20486</link>
      <description>&lt;P&gt;Any further thoughts on this????&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 19:12:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1486368#M20486</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2022-07-07T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `SystemInit'</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1486678#M20504</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I was wondering if you can illustrate the steps of replicating the issue.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 07:47:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/undefined-reference-to-SystemInit/m-p/1486678#M20504</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-07-08T07:47:40Z</dc:date>
    </item>
  </channel>
</rss>

