<?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>LPCXpresso IDEのトピックRe: LPCXPRESSO-What files are generated during project Build ?</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550573#M11481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Nov 30 04:21:54 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The .map files (text) is output as part of the link (final) step of the build process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It shows the addresses and sizes of the various items (i.e. code and data etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that make up the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a sort of report about the final download image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can help with various issues such as 'code too big', overruning memory (stack and heap),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and where in the address space the various functions and variables reside.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all is OK, you need not look at it other than for interrest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, the axf file is the build result which is used by the flash program to burn the program&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;into the device. This is also used by the debugger to get the 'symbols' for debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:59:53 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:59:53Z</dc:date>
    <item>
      <title>LPCXPRESSO-What files are generated during project Build ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550570#M11478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Karthik Venkatesh on Sun Nov 29 19:55:27 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to LPCXpresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to understand what files are created during a project build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened an in-built example project called "periph-blinky" and when i did build, it create a folder called "Release".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inside "Release" folder, I could see files like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. makefile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. objects.mk&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. periph_blinky.map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. periph_blinky_Release.ld&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. periph_blinky_Release_library.ld&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6. periph_blinky_Release_memory.ld&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;7. periph_blinky_Release_old.ld&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;8. sources.mk&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know what each of the above files mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Karthik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:59:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550570#M11478</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXPRESSO-What files are generated during project Build ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550571#M11479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Mon Nov 30 00:59:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;These files are all auto-generated by LPCXpresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.ld files are linker script files - which control the layout of your code and data in memory. As a starting point for more information, read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; [*]&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fown-linker-scripts" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/faq/lpcxpresso/own-linker-scripts&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other files are the files used to carry out the build of your project, which is done by the make utility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; [*]&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FMake_%28software" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/Make_(software&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550571#M11479</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXPRESSO-What files are generated during project Build ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550572#M11480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Karthik Venkatesh on Mon Nov 30 01:37:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick answer. I really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I understand makefile, objects.mk, sources.mk are make files that are used to execute various build command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All .ld files are the linker files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what is the purpose of .map ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Karthik&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550572#M11480</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXPRESSO-What files are generated during project Build ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550573#M11481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Nov 30 04:21:54 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The .map files (text) is output as part of the link (final) step of the build process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It shows the addresses and sizes of the various items (i.e. code and data etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that make up the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a sort of report about the final download image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can help with various issues such as 'code too big', overruning memory (stack and heap),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and where in the address space the various functions and variables reside.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all is OK, you need not look at it other than for interrest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, the axf file is the build result which is used by the flash program to burn the program&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;into the device. This is also used by the debugger to get the 'symbols' for debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXPRESSO-What-files-are-generated-during-project-Build/m-p/550573#M11481</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:59:53Z</dc:date>
    </item>
  </channel>
</rss>

