<?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>CodeWarrior for StarCoreのトピックRe: Code Warrior IDE editor,compile and make related</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196008#M287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some other doubts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) What is the expansion &amp;nbsp;and significance of &amp;nbsp;'&lt;STRONG&gt;elb'&lt;/STRONG&gt;&amp;nbsp;for the library file created in the code warrior project (for eg: helloworld.elb) ?&lt;/P&gt;&lt;P&gt;2) What is the expansion and significance of &lt;STRONG&gt;'MSC'&lt;/STRONG&gt; &amp;nbsp;in the MSC8101/MSC8122/MSC8144/MSC8156 platform names ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Kanu__&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 May 2010 20:20:45 GMT</pubDate>
    <dc:creator>kanu__</dc:creator>
    <dc:date>2010-05-05T20:20:45Z</dc:date>
    <item>
      <title>Code Warrior IDE editor,compile and make  related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196004#M283</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using code warrior version&amp;nbsp;5.9.0 for my project works.&lt;/P&gt;&lt;P&gt;Now am facing the following problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How can i put line number in the editor window.(It would help me a lot in coding time)&lt;/P&gt;&lt;P&gt;2. How can i clean build the project (only 'compile' &amp;nbsp;option in the project settings)&lt;/P&gt;&lt;P&gt;3. What is the main difference in compiling the whole project and making the whole project?&lt;/P&gt;&lt;P&gt;4. How can i build the source code in command line by exporting make file from the code warrior tool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;some &amp;nbsp;'make project_name.mpp ' , i don't know how.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please help me in finding these doubts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/renjith g&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 16:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196004#M283</guid>
      <dc:creator>kanu__</dc:creator>
      <dc:date>2010-04-27T16:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196005#M284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;1. How can I put line number in the editor window.(It would help me a lot in coding time)&lt;/P&gt;&lt;P&gt;This is not supported in CodeWarrior V5.9. This feature will be available with&amp;nbsp;the next generation of IDE, which will be eclipse based.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;2. How can I clean build the project (only 'compile' &amp;nbsp;option in the project settings)&lt;/P&gt;&lt;P&gt;&amp;nbsp; In order to force a rebuild from the whole project::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp; From menu "Project" select "Remove Object code".&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; - From menu "Project" select Make&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;3. What is the main difference in compiling the whole project and making the whole project?&lt;/P&gt;&lt;P&gt;Can you please explain what you mean here with "compiling the whole project"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Making the whole project will compile all ANSI C source file, assemble all assembly source files and link them all together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;4. How can I build the source code in command line by exporting make file from the code warrior tool&lt;/P&gt;&lt;P&gt;&amp;gt; &amp;nbsp; &amp;nbsp;some &amp;nbsp;'make project_name.mpp ' , I don't know how.&lt;/P&gt;&lt;P&gt;CodeWarrior build system is based ion an internal build engine, which is not based on makefile.&lt;/P&gt;&lt;P&gt;So you cannot export a make file from CodeWarrior.&lt;/P&gt;&lt;P&gt;If you wish to build from command line you need to create your make file manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 21:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196005#M284</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-04-27T21:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196006#M285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;This is not supported in CodeWarrior V5.9. This feature will be available with&amp;nbsp;the next generation of IDE, &amp;nbsp;which will be eclipse based&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;Is it possible to integrate this feature(to show line numbers) by installing any extra plug in to v5.9 ?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;An editor should give this feature even if it is having low version &amp;nbsp;or not eclipse based right?&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;can you please give the exact details(download link if any) of the next version of IDE which support this feature?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Can you please explain what you mean here with "compiling the whole project"?&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;I mean just right click the uppermost folder in the project and select &amp;nbsp;'compile'&lt;/FONT&gt; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;If you wish to build from command line you need to create your make file manually&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;but in the CW v5.9 'help' it is telling that you can make the whole project by giving&amp;nbsp;make project_name.mpp thats why i asked. Also the CW internal build engine also creates build invocations can we get that? Also is there any make utility in&amp;nbsp;C:\Program Files\Freescale\CodeWarrior for StarCore 3.2.2\StarCore_Support\compiler\bin &amp;nbsp;?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Also i have some questions.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;1. When i given project menu 'make' for a library &amp;nbsp;project it is not creating/showing &amp;nbsp;the object files for&amp;nbsp;corresponding&amp;nbsp;&amp;nbsp;source files but i am getting the final library after linking . But when i given 'compile' in the project source folder it is creating/showing the source object files correctly. Why &amp;nbsp;this happens?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;2. Is there any&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;linux versions&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#FF0000"&gt;of &amp;nbsp;CW version 5.9 is available? so that i can work on my platform.&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;3.&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;How can i get the full assembly instruction set and its explanations of &amp;nbsp;the following cores?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;1)SC 140(MSC 8122)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;2)SC 3400(MSC 8144)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;3)SC 3850(MSC8156)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expecting your positive reply soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Kanu__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 11:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196006#M285</guid>
      <dc:creator>kanu__</dc:creator>
      <dc:date>2010-04-28T11:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196007#M286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;&amp;nbsp;Is it possible to integrate this feature(to show line numbers) by installing any extra plug in to V5.9 ?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;This is not supported in V5.9 and cannot be installed separately. Additionally we are not implementing any extension in the classic IDE as we are planning to move to an eclipse based IDE in&amp;nbsp;the future.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;An editor should give this feature even if it is having low version &amp;nbsp;or not eclipse based right?&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;can you please give the exact details(download link if any) of the next version of IDE which support this feature?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;CodeWarrior with Eclipse IDE is not available on public web site yet.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;We are not discussing or providing release date through the forum. Please contact your sales representative to get this kind of information.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;gt;Can you please explain what you mean here with "compiling the whole project"?&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;I mean just right click the uppermost folder in the project and select &amp;nbsp;'compile'&lt;/FONT&gt; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;When &amp;nbsp;you are using Compile, you are only compiling ANSI C source files and assembling assembly source files. When you use Make you will compiler ANSI C source files and assemble assembly source files and also link the application or create the library file.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Compile is only compiling and will not generate the executable file or the object library.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;gt;If you wish to build from command line you need to create your make file manually&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;but in the CW v5.9 'help' it is telling that you can make the whole project by giving&amp;nbsp;make project_name.mpp thats&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;why I asked.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The information you are talking about are related to the ability of building the project from a tcl script in the CodeWarrior Command window. It cannot be used from DOS command line.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Note you can start the IDE in batch mode and tell you want to start a specific TCL script.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Please refer to {Install}\Help\PDF\IDE_5.9_Automation_Guide.pdf chapter "IDE Batch-Mode Processing" and look for option /d&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;Also the CW internal build engine also creates build invocations can we get that?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;No this is IDE internal information only and is not available in a textual form.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt; Also is there any&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;make utility in&amp;nbsp;C:\Program Files\Freescale\CodeWarrior for StarCore 3.2.2\StarCore_Support\compiler\bin &amp;nbsp;?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;There is no make utility delivered with CodeWarrior for StarCore. If you wish to build from batch you can use GNU make or NMAKE or whatever make utility you are used to. You will then have to create your make file manually.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;gt;Also I have some questions.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;1. When I given project menu 'make' for a library &amp;nbsp;project it is not creating/showing &amp;nbsp;the object files &amp;gt;for&amp;nbsp;corresponding&amp;nbsp;&amp;nbsp;source files but I am getting the final library after linking . But when I given 'compile' in the project &amp;gt;source folder it is creating/showing the source object files correctly. Why &amp;nbsp;this happens?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;When you are building your project from the IDE the object files have extension .eln and are located in the&amp;nbsp;sub directory &amp;lt;ProjectName&amp;gt;_Data\&amp;lt;TargetName&amp;gt;\ObjectCode, where &amp;lt;ProjectName&amp;gt; stands for your project name and &amp;lt;TargetName&amp;gt; stands for your build target name (whatever is displayed on the combo box on the left hand side of the .mcp window).&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;2. Is there any&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;Linux versions&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#ff0000"&gt;of &amp;nbsp;CW version 5.9 is available? so that I can work on my platform.&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;There is no Linux version of CodeWarrior for StarCore V5.9.&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&amp;gt;3.&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;How can I get the full assembly instruction set and its explanations of &amp;nbsp;the following cores?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Please do not do cross posting, This one will be answered in thread&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A __default_attr="65070" class="jive_macro jive_macro_thread default_title" href="https://community.freescale.com/thread/65070" jivemacro="thread" title="http://forums.freescale.com/t5/StarCore-DSPs/Programming-manual-related/td-p/55071"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://forums.freescale.com/t5/StarCore-DSPs/Programming-manual-related/td-p/55071" target="test_blank"&gt;http://forums.freescale.com/t5/StarCore-DSPs/Programming-manual-related/td-p/55071&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 19:24:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196007#M286</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-04-28T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196008#M287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some other doubts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) What is the expansion &amp;nbsp;and significance of &amp;nbsp;'&lt;STRONG&gt;elb'&lt;/STRONG&gt;&amp;nbsp;for the library file created in the code warrior project (for eg: helloworld.elb) ?&lt;/P&gt;&lt;P&gt;2) What is the expansion and significance of &lt;STRONG&gt;'MSC'&lt;/STRONG&gt; &amp;nbsp;in the MSC8101/MSC8122/MSC8144/MSC8156 platform names ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Kanu__&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 20:20:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196008#M287</guid>
      <dc:creator>kanu__</dc:creator>
      <dc:date>2010-05-05T20:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196009#M288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you mean&amp;nbsp; by expansion but I will provide you the information that I have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) What is the expansion &amp;nbsp;and significance of &amp;nbsp;'&lt;STRONG&gt;elb'&lt;/STRONG&gt;&amp;nbsp;for the library file created in the code warrior project (for eg: helloworld.elb) ?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;This extension is part of the elf(executable and linkable format) extension. It is the extension that is given to library files.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;2) What is the expansion and significance of &lt;STRONG&gt;'MSC'&lt;/STRONG&gt; &amp;nbsp;in the MSC8101/MSC8122/MSC8144/MSC8156 platform names ?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;MSC stands for Motorola "Network- Ready" StarCore&lt;/FONT&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 23:19:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196009#M288</guid>
      <dc:creator>Irene</dc:creator>
      <dc:date>2010-05-05T23:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196010#M289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MSC is fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what is the full form of 'elb' in the output of code warrior library project?&lt;/P&gt;&lt;P&gt;For example : If a library is produced with name Helloworld.elb &amp;nbsp;after building the Helloworld CW project.&lt;/P&gt;&lt;P&gt;This is really urgent for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Kanu__&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 01:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196010#M289</guid>
      <dc:creator>kanu__</dc:creator>
      <dc:date>2010-05-06T01:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196011#M290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what you mean by the following: "But what is the full form of 'elb' in the output of code warrior library project?"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you create a library file it will generate a &amp;lt;library_name.elb&amp;gt; file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please be more specific as to what information you are looking for so that we know what information you are exactly looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 01:46:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196011#M290</guid>
      <dc:creator>Irene</dc:creator>
      <dc:date>2010-05-06T01:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196012#M291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expecting this is purely due to communication gap between both of us. I will try to reduce it as I can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my Code Warrior , when i built my project , i got one library named&amp;nbsp;&lt;STRONG&gt;&amp;lt;library_name.elb&amp;gt;&lt;/STRONG&gt; file .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My doubt is that what does the '&lt;STRONG&gt;elb&lt;/STRONG&gt;' stands for? in the above library name. That means, what is the expansion of &amp;nbsp;"&lt;STRONG&gt;.elb&lt;/STRONG&gt;"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Kanu__&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 11:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196012#M291</guid>
      <dc:creator>kanu__</dc:creator>
      <dc:date>2010-05-06T11:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior IDE editor,compile and make related</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196013#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.elb does not stand for anything special.&lt;/P&gt;&lt;P&gt;It is the standard extension the CodeWarrior for StarCore linker is associating to a library file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file itself is a run time library and is a standard ELF binary archive file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 16:56:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Code-Warrior-IDE-editor-compile-and-make-related/m-p/196013#M292</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-05-10T16:56:41Z</dc:date>
    </item>
  </channel>
</rss>

