<?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: need more solution regarding codewarrior in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136551#M949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;as doing application level development I would highly recommend that you read the Targeting manual, specified in the my previous post, on application development.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 16:31:15 GMT</pubDate>
    <dc:creator>Voxan</dc:creator>
    <dc:date>2007-06-13T16:31:15Z</dc:date>
    <item>
      <title>how to compile using code warrior</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136548#M946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;as iam working with mpc8360MDS processor ,iam using code warrior(CW_PPC_Comm_V8.7_Build_60605.exe) software for loading kernel and ramdisk images while u-boot is already bulilt in and iam not bothered to disturb it. and now&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what is the procedure to load my own application into your ramdisk image and kernal being linux image what is the cross compiler used ? please reply as soon as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 18:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136548#M946</guid>
      <dc:creator>rathishnair</dc:creator>
      <dc:date>2007-06-12T18:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile using code warrior</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136549#M947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;are you planing to develop eLinux applications or will you need to debug the Bootloader or the kernel itself?&lt;BR /&gt;&lt;BR /&gt;1- eLinux applications only: You'll need the CW v8.7 Application Edition. The target connection will be a serial port via a debug agent named AppTRK. It should be part of the BSP, You'll need to make sure it is part of the kernel image deployed on the target. Deployement is made via the bootloader.&lt;BR /&gt;&lt;BR /&gt;2- eLinux, applications but also bootloader, kernel and modules debugging: You'll need the CW v8.7 Platform Edition (please note this Edition is Linux hosted!), it exists also the Windows hosted Edition named Professional Edition, BUT you will not have the eLinux kernel awareness. You'll need to make sure your application is part of the kernel image you are deploying on the target. Deployement is made via the COP (JTAG) port, either using the USB-TAP HTI or Ethernet-TAP HTI.&lt;BR /&gt;&lt;BR /&gt;in any case I recommand that you read the targeting manaul located in your installation folder at:&lt;BR /&gt;&lt;BR /&gt;{CW}\Help\PDF\Pro &amp;amp; Linux App Edition Targeting Manual.pdf&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 19:00:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136549#M947</guid>
      <dc:creator>Voxan</dc:creator>
      <dc:date>2007-06-12T19:00:45Z</dc:date>
    </item>
    <item>
      <title>need more solution regarding codewarrior</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136550#M948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;iam glad and happy for the reply voxan&lt;BR /&gt;&lt;BR /&gt;let me describe you in crystal clear manner.&lt;BR /&gt;&lt;BR /&gt;1) i have installed a code warrior software(CW v8.7) in my pc which has windows 2000 profeesional.&lt;BR /&gt;&lt;BR /&gt;2) i am creating a new proj and that was sucessfully done using (CW v8.7) .&lt;BR /&gt;&lt;BR /&gt;3) and now iam connecting the USBTAP to the processor card (MPC8360MDS) which is connected to my pc.&lt;BR /&gt;&lt;BR /&gt;4)now using USBTAP iam re-programming the flash. i have erased only the kernel and ramdisk sectors. iam not disturbing the uboot. this was also successfully done.&lt;BR /&gt;&lt;BR /&gt;5)now i am programming your linux image to the kernel sectors.(i.e say from ffdooooo to ffxxxxxx)&lt;BR /&gt;&lt;BR /&gt;6)as previous step i am programming&amp;nbsp; your ramdisk image(i.e say from fe900000 to ffxxxxxx)&lt;BR /&gt;&lt;BR /&gt;7) the programming was successfully done.&lt;BR /&gt;&lt;BR /&gt;8) but in step 6 i have included my own application to your ramdisk image&lt;BR /&gt;&lt;BR /&gt;9) i have given bootm ffd00000 fe900000 using hyperterminal in&amp;nbsp; my pc&lt;BR /&gt;&lt;BR /&gt;10) boot was successful and i could freescale login as root&lt;BR /&gt;&lt;BR /&gt;11) and now in&amp;nbsp; /bin&amp;nbsp; i can find my application build. (for ex:&amp;nbsp; /bin/myapplication)&lt;BR /&gt;&lt;BR /&gt;12) but while iam trying to run it it shows an error.(/bin #&amp;nbsp; ./myapplication)&lt;BR /&gt;&lt;BR /&gt;13) i guess this would be the compiling problem.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;14) i need to know will i be able to compile only the ramdisk image using your compiler built on th IDE or i need to whic cross compiler you are using for development)&lt;BR /&gt;&lt;BR /&gt;hope you will find a solution&lt;BR /&gt;&lt;BR /&gt;rathishnair&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136550#M948</guid>
      <dc:creator>rathishnair</dc:creator>
      <dc:date>2007-06-13T11:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: need more solution regarding codewarrior</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136551#M949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;as doing application level development I would highly recommend that you read the Targeting manual, specified in the my previous post, on application development.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 16:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/how-to-compile-using-code-warrior/m-p/136551#M949</guid>
      <dc:creator>Voxan</dc:creator>
      <dc:date>2007-06-13T16:31:15Z</dc:date>
    </item>
  </channel>
</rss>

