<?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: artifact name in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460742#M3434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello stefano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif';"&gt;User can use the Build Artifacts properties tab to specify build artifact information, such as the type and name, that gets built by the selected build configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="artifact.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59851i716C41DD1602742B/image-size/large?v=v2&amp;amp;px=999" role="button" title="artifact.png" alt="artifact.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif';"&gt;Can it meet your request? If not, could you please give more details of the purpose to set artifact name from code source? Thank you very much! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 08:22:47 GMT</pubDate>
    <dc:creator>TICS_Fiona</dc:creator>
    <dc:date>2016-06-01T08:22:47Z</dc:date>
    <item>
      <title>artifact name</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460741#M3433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can I set the artifact name from code source, using for example a directive?Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 11:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460741#M3433</guid>
      <dc:creator>stefanomanca</dc:creator>
      <dc:date>2016-05-30T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: artifact name</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460742#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello stefano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif';"&gt;User can use the Build Artifacts properties tab to specify build artifact information, such as the type and name, that gets built by the selected build configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="artifact.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59851i716C41DD1602742B/image-size/large?v=v2&amp;amp;px=999" role="button" title="artifact.png" alt="artifact.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif';"&gt;Can it meet your request? If not, could you please give more details of the purpose to set artifact name from code source? Thank you very much! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:22:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460742#M3434</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-06-01T08:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: artifact name</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460743#M3435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need change the artifac name by source code because of changing the elf name for diferent flashing product name.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;//#define PN1 1//#define PN2 2&lt;/P&gt;&lt;P&gt;#define PRODUCT_NAME PN2&lt;/P&gt;&lt;P&gt;#if PRODUCT_NAME==PN1   #define DELAY 100&lt;/P&gt;&lt;P&gt;#elif PRODUCT_NAME==PN2    #define DELAY 200&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish when I build that elf name to be PN2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;Messaggio originale----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Da: "TICS_Fiona" &amp;lt;admin@community.freescale.com&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: 01/06/2016 10.23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: "stefano manca"&amp;lt;smec@inwind.it&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ogg: Re:  - artifact name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="margin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;	a &lt;SPAN __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;	body {&lt;/P&gt;&lt;P&gt;		font-family: Helvetica, Arial, sans-serif;&lt;/P&gt;&lt;P&gt;		-webkit-text-size-adjust: 100%;&lt;/P&gt;&lt;P&gt;	}&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;	h1, h2, h3, h4, h5, h6, p, hr {&lt;/P&gt;&lt;P&gt;		-webkit-margin-before: 0;&lt;/P&gt;&lt;P&gt;		-webkit-margin-after: 0;&lt;/P&gt;&lt;P&gt;		-webkit-margin-start: 0;&lt;/P&gt;&lt;P&gt;		-webkit-margin-end: 0;&lt;/P&gt;&lt;P&gt;	}&lt;/P&gt;&lt;P&gt;	.button td {&lt;/P&gt;&lt;P&gt;		background-image: -moz-linear-gradient(top, #75B7E3 0%, #5498D6 50%, #408BD0 51%, #387AC8 100%) !important;&lt;/P&gt;&lt;P&gt;		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75B7E3), color-stop(50%,#5498D6), color-stop(51%,#408BD0), color-stop(100%,#387AC8)) !important;&lt;/P&gt;&lt;P&gt;		-webkit-box-shadow: inset 0 1px 0 #74b9de, 0 1px 3px rgba(0,0,0,.3) !important;&lt;/P&gt;&lt;P&gt;		-moz-box-shadow: inset 0 1px 0 #74b9de, 0 1px 3px rgba(0,0,0,.3) !important;&lt;/P&gt;&lt;P&gt;	}&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;			&lt;/P&gt;&lt;P&gt;				&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;			&lt;/P&gt;&lt;P&gt;				&lt;/P&gt;&lt;P&gt;					&lt;/P&gt;&lt;P&gt;					&lt;/P&gt;&lt;P&gt;					&lt;/P&gt;&lt;P&gt;					&lt;/P&gt;&lt;P&gt;							NXP Community&lt;/P&gt;&lt;P&gt;					&lt;/P&gt;&lt;P&gt;				&lt;/P&gt;&lt;P&gt;			&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;			&lt;/P&gt;&lt;P&gt;artifact name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Xin Kuang in CodeWarrior Development Tools - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello stefano  &lt;/P&gt;&lt;P&gt;User can use the Build Artifacts properties tab to specify build artifact information, such as the type and name, that gets built by the selected build configuration. &lt;/P&gt;&lt;P&gt;Can it meet your request? If not, could you please give more details of the purpose to set artifact name from code source? Thank you very much!   &lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 09:09:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/artifact-name/m-p/460743#M3435</guid>
      <dc:creator>stefanomanca</dc:creator>
      <dc:date>2016-06-01T09:09:11Z</dc:date>
    </item>
  </channel>
</rss>

