<?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>i.MX RT Crossover MCUsのトピックRe: Creating bare project with GCC toolchain</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Creating-bare-project-with-GCC-toolchain/m-p/883147#M2523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ritesh unde,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your interest in NXP MIMXRT product, I would like to provide service for your.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please help me to double check the board on your side, is it MIMXRT1050-EVK or MIMXRT1050-EVKB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you don't modify the SDK project, whether it works ok on your side or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If works OK on your side, please also upload your problem project, I need to check it on my side.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 style="min- padding: 0px;"&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2019 10:21:36 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-03-13T10:21:36Z</dc:date>
    <item>
      <title>Creating bare project with GCC toolchain</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Creating-bare-project-with-GCC-toolchain/m-p/883146#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating bare project for MIMXRT1050-EVK with GCC toolchain, for this I have taken reference from "led_blinky" demo app from SDK "SDK_2.5.0_EVKB-IMXRT1050" and using "gcc-arm-none-eabi-8-2018-q4-major-win32" toolchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied all dependent source files, libraries and compiled them using command&lt;/P&gt;&lt;P&gt;"arm-none-eabi-gcc -Wall -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16&amp;nbsp; -Qn -Os -c led_blinky.c -o led_blinky.o"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linked all object files and added in program code section of link file "MIMXRT1052xxxxx_flexspi_nor.ld"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* The program code and other data goes into internal RAM */&lt;BR /&gt; .text :&lt;BR /&gt; {&lt;BR /&gt; . = ALIGN(4);&lt;BR /&gt; *(.text) /* .text sections (code) */&lt;BR /&gt; *(.text*) /* .text* sections (code) */&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;MPLCthree.o (*.text)&lt;/SPAN&gt;&lt;BR /&gt; *(.rodata) /* .rodata sections (constants, strings, etc.) */&lt;BR /&gt; *(.rodata*) /* .rodata* sections (constants, strings, etc.) */&lt;BR /&gt; *(.glue_7) /* glue arm to thumb code */&lt;BR /&gt; *(.glue_7t) /* glue thumb to arm code */&lt;BR /&gt; *(.eh_frame)&lt;BR /&gt; KEEP (*(.init))&lt;BR /&gt; KEEP (*(.fini))&lt;BR /&gt; . = ALIGN(4);&lt;BR /&gt; } &amp;gt; m_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;added&amp;nbsp;SEARCH_DIR path for toolchain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH_DIR("D:\ToolchainM7\lib\gcc\arm-none-eabi\8.2.1\thumb\v7e-m+dp\hard")&lt;/P&gt;&lt;P&gt;SEARCH_DIR("D:\ToolchainM7\arm-none-eabi\lib\thumb\v7e-m+dp\hard")&lt;/P&gt;&lt;P&gt;linked file with command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ld -cref -Map map.txt -S -T MIMXRT1052xxxxx_flexspi_nor.ld -lm -lc -lgcc -lnosys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives me error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;undefined reference to `_start'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Creating-bare-project-with-GCC-toolchain/m-p/883146#M2522</guid>
      <dc:creator>riteshunde</dc:creator>
      <dc:date>2019-03-11T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating bare project with GCC toolchain</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Creating-bare-project-with-GCC-toolchain/m-p/883147#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ritesh unde,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your interest in NXP MIMXRT product, I would like to provide service for your.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please help me to double check the board on your side, is it MIMXRT1050-EVK or MIMXRT1050-EVKB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you don't modify the SDK project, whether it works ok on your side or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If works OK on your side, please also upload your problem project, I need to check it on my side.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 style="min- padding: 0px;"&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 10:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Creating-bare-project-with-GCC-toolchain/m-p/883147#M2523</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-03-13T10:21:36Z</dc:date>
    </item>
  </channel>
</rss>

