<?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: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c? in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263446#M1663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about that. However, I always pick the Keil compiler in PEx and use the ARMCC compiler in the Project Settings. Turns out the two compilers are almost the same beast. I've been having a lot of success with that combination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 22:20:53 GMT</pubDate>
    <dc:creator>jackblather</dc:creator>
    <dc:date>2014-01-29T22:20:53Z</dc:date>
    <item>
      <title>Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263441#M1658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set up PE 10.3 for Eclipse on Linux (Fedora 19).&amp;nbsp; I am using arm-none-eabi-gcc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following along a tutorial for MQX Lite.&amp;nbsp; Everything goes OK until the build phase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=soft -O2 -fmessage-length=0&amp;nbsp; -g -I../Generated_Code -I../MQXLITE/config -I../MQXLITE/include -I../MQXLITE/kernel -I../MQXLITE/psp/cortex_m -I../Sources -I../Project_Settings/Startup_Code -I"/usr/lib64/ProcessorExpert/lib/Kinetis/iofiles" -I"/usr/lib64/ProcessorExpert/lib/Kinetis/pdd/inc" -MMD -MP -MF"Project_Settings/Startup_Code/startup_ARM_CC.d" -MT"Project_Settings/Startup_Code/startup_ARM_CC.d" -c -o "Project_Settings/Startup_Code/startup_ARM_CC.o" "../Project_Settings/Startup_Code/startup_ARM_CC.c"&lt;/P&gt;&lt;P&gt;../Project_Settings/Startup_Code/startup_ARM_CC.c:24:7: error: expected '(' before 'void'&lt;/P&gt;&lt;P&gt; __asm void __thumb_startup(void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax in startup_ARM_CC.c is clearly not GNU compatible.&amp;nbsp; How do I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 02:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263441#M1658</guid>
      <dc:creator>robriggs</dc:creator>
      <dc:date>2014-01-29T02:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263442#M1659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I expect you have created application from bareboard project which uses startup in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Project_Settings/Startup_Code/startup_ARM_CC.c. &lt;/SPAN&gt;The MQX Lite uses its own startup in __boot.S so try to delete the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;startup_ARM_CC.c from project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263442#M1659</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2014-01-29T10:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263443#M1660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can tell PEx to not generate the startup file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "Components" window, open "Processors". click on the Cpu.&lt;/P&gt;&lt;P&gt;In the "Component Inspector" window, click on the "Build options" tab.&lt;/P&gt;&lt;P&gt;Scroll down to "Startup", expand it.&lt;/P&gt;&lt;P&gt;For "Add startup file", select "no".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:30:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263443#M1660</guid>
      <dc:creator>jackblather</dc:creator>
      <dc:date>2014-01-29T10:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263444#M1661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think my problem is earlier.&amp;nbsp; I was a bit tired when going through this yesterday and missed it.&amp;nbsp; I am following the video &lt;A href="http://www.youtube.com/watch?v=Y49ugAZpJH4"&gt;Processor Expert: Creating an MQX Lite Project (Driver Suite)&lt;/A&gt; .&amp;nbsp; I followed the steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Eclipse&lt;/P&gt;&lt;P&gt;File|New|Processor Expert MQX-Lite Prjejct&lt;/P&gt;&lt;P&gt;Pick the MCU derivative (KL20DX256xxx7)&lt;/P&gt;&lt;P&gt;There is not option at this point to click "Next" (it is greyed out), so I never have a chance to pick the build tools as is done in the video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to set up the build tools after the fact.&amp;nbsp; So something is not tracking with the demo video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Fedora 19, Eclipse Kepler (from Fedora RPMS) and have a couple GCC ARM build systems installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263444#M1661</guid>
      <dc:creator>robriggs</dc:creator>
      <dc:date>2014-01-29T21:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263445#M1662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You can tell PEx to not generate the startup file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is helpful.&amp;nbsp; I also was able to change the Compiler in that screen. to "GNU C Compiler".&amp;nbsp; Do you know if that means that C++ is not supported with GCC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 22:03:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263445#M1662</guid>
      <dc:creator>robriggs</dc:creator>
      <dc:date>2014-01-29T22:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263446#M1663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about that. However, I always pick the Keil compiler in PEx and use the ARMCC compiler in the Project Settings. Turns out the two compilers are almost the same beast. I've been having a lot of success with that combination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 22:20:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263446#M1663</guid>
      <dc:creator>jackblather</dc:creator>
      <dc:date>2014-01-29T22:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263447#M1664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have identified this to be a bug. It can be workarounded by creating&amp;nbsp; the bareboard Processor Expert project and add MQXlite component later.&lt;/P&gt;&lt;P&gt;We apologize for an inconvenienc, it will be fixed in the next Driver Suite versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 10:15:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263447#M1664</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-04-02T10:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263448#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I encountered this problem last week as well and thought it was related to the fact that when I first created the project, I didn't set the compiler option and that it was set to Keil by default.&amp;nbsp; I've gotten the project to build w/o this file but when I change some of the settings in PE and then "Generate Processor Expert Code", startup_ARM_CC.c gets added back to the generated source code.&amp;nbsp; This is true even though I have changed the compiler option to IAR since then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround proposed by Jack Blather, above, doesn't seem to work for me because I don't see a Startup section on the build options tab of the processor (MK64FN1M0VLQ12 if it matters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I start on the unpleasant task of recreating my project (I've got ~25 components defined) I'd like to make sure that there is no easier way to get around the problem using an existing project?&amp;nbsp; Also, is there anything that needs to be done between creating the bareboard PE project and adding the MQXlite component?&amp;nbsp; And will this problem come back when more components are added?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 20:05:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263448#M1665</guid>
      <dc:creator>jvasil</dc:creator>
      <dc:date>2014-04-03T20:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263449#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is most probably related to a known problem in Processor Expert core. For proper removing files, it's necessary to perform the Code Generation twice. After second code generation the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;startup_ARM_CC.c&lt;/SPAN&gt; is removed. Please try that and let me know, if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the recreation of the project -&amp;nbsp; it's possible to import all the components with settings from other project using File &amp;gt; Import and select Processor Expert / Component Settings to Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 12:37:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263449#M1666</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-04-09T12:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a compiler error on ../Project_Settings/Startup_Code/startup_ARM_CC.c?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263450#M1667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one suggest me how to change the compiler option in the code warrior IDE to generate the MQX-Lite source for the IAR project(&lt;STRONG&gt;IAR ARM C Compiler&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;Not able to get the &lt;STRONG&gt;IAR ARM COMPILER&lt;/STRONG&gt; option in the code warrior IDE(10.5).&lt;/P&gt;&lt;P&gt;I have KL46Z board and created the IAR project for the KL46Z, want to use the MQX_Lite RTOS in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;--Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 05:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Why-am-I-getting-a-compiler-error-on-Project-Settings-Startup/m-p/263450#M1667</guid>
      <dc:creator>microeval</dc:creator>
      <dc:date>2014-08-22T05:10:23Z</dc:date>
    </item>
  </channel>
</rss>

