<?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 CodeWarrior + hc12x+xgate help!! in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126199#M314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello everybody! I've created a hc12x + xgate project in codewarrior 4.5 using wizard and using PE. I've added a target CPU bean and I've tryied to compile project but there's an error because&amp;nbsp; in the xgate main there is a include &amp;lt;mc9s12xdp512.h&amp;gt; but compiler doesn't locate it. i've tryied to add all file path but it doesn't works, has anyboby the solution????&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks and sorry for my english¡&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 15:44:59 GMT</pubDate>
    <dc:creator>Ral_Virutas</dc:creator>
    <dc:date>2007-03-14T15:44:59Z</dc:date>
    <item>
      <title>CodeWarrior + hc12x+xgate help!!</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126199#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello everybody! I've created a hc12x + xgate project in codewarrior 4.5 using wizard and using PE. I've added a target CPU bean and I've tryied to compile project but there's an error because&amp;nbsp; in the xgate main there is a include &amp;lt;mc9s12xdp512.h&amp;gt; but compiler doesn't locate it. i've tryied to add all file path but it doesn't works, has anyboby the solution????&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks and sorry for my english¡&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126199#M314</guid>
      <dc:creator>Ral_Virutas</dc:creator>
      <dc:date>2007-03-14T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior + hc12x+xgate help!!</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126200#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&amp;gt;I've created a hc12x + xgate project in codewarrior&lt;BR /&gt;&amp;gt;4.5 using wizard and using PE&lt;BR /&gt;&lt;BR /&gt;That's not choice offered by the wizard actually. Not sure if the XGATE is supported by PE (of V4.5). You should still be able to use it on your own tough.&lt;BR /&gt;&lt;BR /&gt;Anyway, mc9s12xdp512.h is located in lib\hc12c\include, and the compiler should find this file there.&lt;BR /&gt;What exact error message do you get (click into the message window, press Ctrl-C to copy the content)? I would expect the compiler find the mc9s12xdp512.h on the disk, but I would also expect to get tons of link time errors because PE does maintain its own derivative header file. PE maintained code does not use mc9s12xdp512.h, so I guess you probably have to use the same header for the XGATE code as PE is using for its maintained HCS12X code (not sure about the name).&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 18:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126200#M315</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-03-14T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior + hc12x+xgate help!!</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126201#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Daniel and&amp;nbsp;thanks for your interest.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I was a little bit crazy with this scope yesterday.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm using Codewarrior 4.5 and this software lets us create projects with Xgate. We are used to create projects with Processor Expert&amp;nbsp; beans to make design quickly. The current PE version is 2.96 and it doesn't provides support for Xgate.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In a non Xgate project, PE adds the 'PE_low_level_init()' function in main file. In a project with Xgate coprocessor, PE creates a new main. In this moment I'm trying to&amp;nbsp;join the&amp;nbsp;two main&amp;nbsp;files&amp;nbsp;combinating code in order&amp;nbsp;to&amp;nbsp;support&amp;nbsp; both Xgate and beans usage.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This project compiles and links, in this moments I'm learning a little bit about Xgate to verify it's working propperly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Well, sorry for my english...&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>Thu, 15 Mar 2007 15:29:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-hc12x-xgate-help/m-p/126201#M316</guid>
      <dc:creator>Ral_Virutas</dc:creator>
      <dc:date>2007-03-15T15:29:03Z</dc:date>
    </item>
  </channel>
</rss>

