<?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: Using WinRiver Diab from CodeWarrior in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-WinRiver-Diab-from-CodeWarrior/m-p/200958#M5446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CodeWarrior does not include any plug in to integrate Diab build tools.&lt;/DIV&gt;&lt;DIV&gt;That means you will not be able to use Diab Compiler within CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Only solution you have here is to switch to External Build Linker in the Project "Target Settings" panel.&lt;/DIV&gt;&lt;DIV&gt;But here you need to have a make file and make utility available to build the application.&lt;/DIV&gt;&lt;DIV&gt;Also the CodeWarrior Front end is not 100% supported by Diab compiler.&lt;/DIV&gt;&lt;DIV&gt;You will have to port&amp;nbsp;all&amp;nbsp;the pragmas and __declspec to something that Diab compiler does understand.&lt;/DIV&gt;&lt;DIV&gt;Finally I would recommend you to use the library and register definition file provided by Diab to build an application with Diab compiler.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Anyway if you want to build an application with Diab Compiler &amp;nbsp;I would recommend you to use Diab IDE for that. This will be much easier than trying to do it from CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;Just my 2 cents on this one.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 17:23:55 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2008-03-10T17:23:55Z</dc:date>
    <item>
      <title>Using WinRiver Diab from CodeWarrior</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-WinRiver-Diab-from-CodeWarrior/m-p/200957#M5445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I am trying to use WindRiver Diab compiler from within CodeWarrior IDE without success. I keep on getting errors such as:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;{PATH}\MCF5282.h, line 42: warning (dcc:1504): arglist in declaration&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;{PATH}\MCF5282.h, line 42: error (dcc:1082): illegal storage class&lt;BR /&gt;{PATH}\MCF5282.h, line 42: error (dcc:1117): identifier __declspec not an argument&lt;BR /&gt;{PATH}\MCF5282.h, line 42: error (dcc:1633): parse error&amp;nbsp; near 'uint8'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;{PATH}\MCF5282.h, line 43: warning (dcc:1504): arglist in declaration&lt;BR /&gt;{PATH}\MCF5282.h, line 43: error (dcc:1082): illegal storage class&lt;BR /&gt;{PATH}\MCF5282.h, line 43: error (dcc:1633): parse error&amp;nbsp; near 'uint8'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;etc.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;where PATH is "&lt;SPAN style="font-family: 'Courier New'; font-size: 1;"&gt;&lt;EM&gt;C:\program files\freescale\codewarrior for coldfire v7.0\coldfire_support\(headers)\MCF5282&lt;/EM&gt;&lt;/SPAN&gt;"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It seems like the statement:&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;#pragma define_section system ".system" far_absolute RW&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;is not being recognized by Diab.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any help in using Diab from within CodeWarrior will be appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Simon&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 00:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-WinRiver-Diab-from-CodeWarrior/m-p/200957#M5445</guid>
      <dc:creator>SVC1</dc:creator>
      <dc:date>2008-03-08T00:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using WinRiver Diab from CodeWarrior</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-WinRiver-Diab-from-CodeWarrior/m-p/200958#M5446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CodeWarrior does not include any plug in to integrate Diab build tools.&lt;/DIV&gt;&lt;DIV&gt;That means you will not be able to use Diab Compiler within CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Only solution you have here is to switch to External Build Linker in the Project "Target Settings" panel.&lt;/DIV&gt;&lt;DIV&gt;But here you need to have a make file and make utility available to build the application.&lt;/DIV&gt;&lt;DIV&gt;Also the CodeWarrior Front end is not 100% supported by Diab compiler.&lt;/DIV&gt;&lt;DIV&gt;You will have to port&amp;nbsp;all&amp;nbsp;the pragmas and __declspec to something that Diab compiler does understand.&lt;/DIV&gt;&lt;DIV&gt;Finally I would recommend you to use the library and register definition file provided by Diab to build an application with Diab compiler.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Anyway if you want to build an application with Diab Compiler &amp;nbsp;I would recommend you to use Diab IDE for that. This will be much easier than trying to do it from CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;Just my 2 cents on this one.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 17:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-WinRiver-Diab-from-CodeWarrior/m-p/200958#M5446</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-03-10T17:23:55Z</dc:date>
    </item>
  </channel>
</rss>

