<?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 Errors upon debug and release in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528461#M952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jx1 on Sun May 19 20:39:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unsure of what does the errors mean. When I debug it shows me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_________________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10:30:34 **** Incremental Build of configuration Debug for project myproject ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: Nothing to be done for `all'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10:30:34 Build Finished (took 83ms)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_______________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The errors are " make: *** [cstartup_M.o] Error 1 " , " make: *** [myproject.axf] Error 1"&amp;nbsp; and " make: *** No rule to make target `cstartup_M.o', needed by `myproject.axf' ".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_______________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More errors surfaced when I did a release.Due to the word constraint, I placed the errors in a text file as shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone knows how to solve these errors?:confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:14:08 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:14:08Z</dc:date>
    <item>
      <title>Errors upon debug and release</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528461#M952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jx1 on Sun May 19 20:39:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unsure of what does the errors mean. When I debug it shows me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_________________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10:30:34 **** Incremental Build of configuration Debug for project myproject ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: Nothing to be done for `all'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10:30:34 Build Finished (took 83ms)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_______________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The errors are " make: *** [cstartup_M.o] Error 1 " , " make: *** [myproject.axf] Error 1"&amp;nbsp; and " make: *** No rule to make target `cstartup_M.o', needed by `myproject.axf' ".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_______________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More errors surfaced when I did a release.Due to the word constraint, I placed the errors in a text file as shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone knows how to solve these errors?:confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:14:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528461#M952</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Errors upon debug and release</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528462#M953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon May 20 00:34:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;looks like cstartup_M.s is an assembler file you have been supplied from somewhere else and uses a different assembler syntax. Why don't you use the cr_startup.c file created by the New Project wizard? This is known to work properly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:14:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528462#M953</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Errors upon debug and release</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528463#M954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jx1 on Mon May 20 01:17:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thefallguy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes,cstartup_M.s is a assembler file which I took from the software code for DALI. Are there other ways that the LPCXpresso v5 can debug an assembler source file? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I create a new project wizard using LPCXpresso v5.2.4 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:14:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528463#M954</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Errors upon debug and release</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528464#M955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon May 20 02:18:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Start by reading the getting started guide. Funnily enough, this tell you how to get started...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not "debugging" an assembler source file, you are trying to assemble ('compile') it. LPCXpresso uses GNU for its compiler and assembler. You must make sure that any assembler files you use are compatible with GNU syntax (and the vast majority are).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using DALI, have you seen this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.lpcware.com/content/project/dali-lpc-microcontrollers&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this will probably save you are lot of time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:14:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Errors-upon-debug-and-release/m-p/528464#M955</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:14:10Z</dc:date>
    </item>
  </channel>
</rss>

