<?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: Debugging from two computer in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201668#M5474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 17:33:48 GMT</pubDate>
    <dc:creator>Teckna</dc:creator>
    <dc:date>2012-02-02T17:33:48Z</dc:date>
    <item>
      <title>Debugging from two computer</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201667#M5473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two computer where I installed CW 10. The first is an XP computer (32 bit) where the installation path is "c:\program files\freescale\cw mcu v10.1"; the second one is a 7 computer (64 bit) where the installation path is "c:\program files (x86)\freescale\cw mcu v10.1". I have a NAS containing the workspace, the project&amp;nbsp;and all the source files.&lt;/P&gt;&lt;P&gt;I can successfully open and build the project from both the computers. If I build the project on the XP computer, then I can even debug it on the same computer. However if I try to debug the project from the 7 computer&amp;nbsp;I get the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"make: *** No rule to make target `C:\&lt;STRONG&gt;Program Files&lt;/STRONG&gt;\Freescale\CW MCU v10.1\MCU\ARM_EABI_Support\ewl\EWL_C\include\lib_ewl.prefix', needed by `Sources/main.obj'."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the contrary, if I build the project on the&amp;nbsp;7 computer, then I can even debug it on the same computer. However if I try to debug the project from the&amp;nbsp;XP computer&amp;nbsp;I get the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"make: *** No rule to make target `C:\&lt;STRONG&gt;Program Files (x86)&lt;/STRONG&gt;\Freescale\CW MCU v10.1\MCU\ARM_EABI_Support\ewl\EWL_C\include\lib_ewl.prefix', needed by `Sources/main.obj'."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made some investigation and I found that the file .\sources\main.d, generated by the building process related to the XP computer, contains the dependency list of the source file, that is written in a resolved form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;C:\&lt;STRONG&gt;Program Files&lt;/STRONG&gt;\Freescale\CW\ MCU\ v10.1\MCU\ARM_EABI_Support\ewl\EWL_C\include\lib_ewl.prefix \&lt;/P&gt;&lt;P&gt;C:\&lt;STRONG&gt;Program&amp;nbsp;Files&lt;/STRONG&gt;\Freescale\CW\ MCU\ v10.1\MCU\ARM_EABI_Support\ewl\EWL_C\include\common.prefix \&lt;/P&gt;&lt;P&gt;C:\&lt;STRONG&gt;Program&amp;nbsp;Files&lt;/STRONG&gt;\Freescale\CW\ MCU\ v10.1\MCU\ARM_EABI_Support\ewl\EWL_C\include\ewl_c_version.h \&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(A similar file is generated by the building process on the 7 computer where "&lt;STRONG&gt;Program Files&lt;/STRONG&gt;" is substituted from "&lt;STRONG&gt;Program Files (x86)&lt;/STRONG&gt;")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to output this file in a non resolved form such:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${CW_INSTALLATION_PATH}&lt;/STRONG&gt;\MCU\ARM_EABI_Support\ewl\EWL_C\include\lib_ewl.prefix \&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${CW_INSTALLATION_PATH}&lt;/STRONG&gt;\MCU\ARM_EABI_Support\ewl\EWL_C\include\common.prefix \&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${CW_INSTALLATION_PATH}&lt;/STRONG&gt;\MCU\ARM_EABI_Support\ewl\EWL_C\include\ewl_c_version.h \&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&lt;STRONG&gt;CW_INSTALLATION_PATH&lt;/STRONG&gt; can be a system environment variable representing the installation path of CW?&lt;/P&gt;&lt;P&gt;Or is there another method to debug the same network project from different computers (maybe even at the same time)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to avoid uninstalling CW from one computer and then reinstalling it in the same path as the other computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 21:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201667#M5473</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2012-01-30T21:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging from two computer</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201668#M5474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 17:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201668#M5474</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2012-02-02T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging from two computer</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201669#M5475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to file a service request on this. Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework" rel="nofollow" target="_self"&gt;here&lt;/A&gt; to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 21:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Debugging-from-two-computer/m-p/201669#M5475</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2012-02-02T21:35:39Z</dc:date>
    </item>
  </channel>
</rss>

