<?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 MCU中的主题 Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182589#M6239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They should be deleted when you do a clean, are they not regenerated? I would expect that to happen. Check the file dates for example.&lt;/P&gt;&lt;P&gt;The logs did not show those files to be generated, but apears to be a partial log. For a full one you might have to increase the size of the console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think the obj files are corrupted.&lt;/P&gt;&lt;P&gt;I read&lt;/P&gt;&lt;PRE&gt;ERROR L1818: Symbol 23 - error duplicated in ProcessorExpert.obj and Events.obj&lt;/PRE&gt;&lt;P&gt;to mean that there was a symbol called error defined in both ProcessorExpert.c and in Events.c.&lt;/P&gt;&lt;P&gt;I guess the error symbol is the 23'th in the ELF symbol table in ProcessorExpert.obj, but that's just a unimportant detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second error message&lt;/P&gt;&lt;PRE&gt;ERROR L1301: Cannot open file ./Sources/ProcessorExpert.obj&lt;/PRE&gt;&lt;P&gt;just means something failed whiile looking at the content of&amp;nbsp;&lt;SPAN&gt;ProcessorExpert.obj, it does not mean that object file got corrupted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I would look through the source code and check if there is any symbol called error defined in those files (or in any header included by them).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 09:33:30 GMT</pubDate>
    <dc:creator>CompilerGuru</dc:creator>
    <dc:date>2020-10-29T09:33:30Z</dc:date>
    <item>
      <title>CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182581#M6231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a project in CW10 and I had it working the last time I had CW10 running, as in it built clean and debugged successfully. &amp;nbsp;It's been a couple weeks and I just opened the project back up to continue working on it, and now when I try to build it's spitting out the following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cannot open file ./Sources/ProcessorExpert.obj&lt;/P&gt;&lt;P&gt;make: *** [SLP_2.abs] Error 1&lt;/P&gt;&lt;P&gt;Symbol 23 - error duplicated in ProcessorExpert.obj and Events.obj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only changes that I've made since last opening the project was some basic additions to the source code. &amp;nbsp;I didn't do anything with processor expert config, project config, beans, etc. &amp;nbsp;The files ProcessorExpert.obj and Events.obj are listed in the project file tree under MC9S08GB60/Sources where they should be. &amp;nbsp;Seems like one of those ghost issues where you get something working then let it sit for a while and then it's mysteriously broken when you come back to it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've had this problem before with other projects and I could never figure out whats going on. &amp;nbsp;In the past I've had to recreate the entire project to be able to move forward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know the cause of the problem I'm seeing and how to resolve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:05:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182581#M6231</guid>
      <dc:creator>JakeP</dc:creator>
      <dc:date>2012-07-24T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182582#M6232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A little more info... &amp;nbsp;I cleaned the project and rebuild the processor expert code and it had no effect. &amp;nbsp;Restarted my PC and CW10 for the heck of it and still no go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182582#M6232</guid>
      <dc:creator>JakeP</dc:creator>
      <dc:date>2012-07-24T13:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182583#M6233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your full Console Log output? Or even better: your project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182583#M6233</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-07-24T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182584#M6234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do appreciate the help but at this time I won't be able to post the whole project because of IP protection concerns.&lt;/P&gt;&lt;P&gt;Here's PART 1 (because of msg post char limits) of the console output after a clean+build right after opening CW:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;'Finished building: ../Generated_Code/Led.c'&lt;BR /&gt;' '&lt;BR /&gt;'Building file: ../Generated_Code/PE_Timer.c'&lt;BR /&gt;'Invoking: HCS08 Compiler'&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/PE_Timer.args" -ObjN="Generated_Code/PE_Timer.obj" "../Generated_Code/PE_Timer.c"&lt;BR /&gt;../Generated_Code/PE_Timer.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/PE_Timer.args" -ObjN="Generated_Code/PE_Timer.obj" "../Generated_Code/PE_Timer.c"'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\PE_Timer.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;Object file: Generated_Code/PE_Timer.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 567&lt;BR /&gt;Global objects: 10&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/PE_Timer.args" -ObjN="Generated_Code/PE_Timer.obj" "../Generated_Code/PE_Timer.c" -Lm="Generated_Code/PE_Timer.d" -LmCfg=xilmou&lt;BR /&gt;../Generated_Code/PE_Timer.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/PE_Timer.args" -ObjN="Generated_Code/PE_Timer.obj" "../Generated_Code/PE_Timer.c" -Lm="Generated_Code/PE_Timer.d" -LmCfg=xilmou'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\PE_Timer.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;Option -Lm Update: Create new dependency file&lt;BR /&gt;Option -Lm: Adding make info to 'Generated_Code/PE_Timer.d'&lt;BR /&gt;Object file: Generated_Code/PE_Timer.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 567&lt;BR /&gt;Global objects: 10&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;'Finished building: ../Generated_Code/PE_Timer.c'&lt;BR /&gt;' '&lt;BR /&gt;'Building file: ../Generated_Code/PwrCtl.c'&lt;BR /&gt;'Invoking: HCS08 Compiler'&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/PwrCtl.args" -ObjN="Generated_Code/PwrCtl.obj" "../Generated_Code/PwrCtl.c"&lt;BR /&gt;../Generated_Code/PwrCtl.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/PwrCtl.args" -ObjN="Generated_Code/PwrCtl.obj" "../Generated_Code/PwrCtl.c"'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\PwrCtl.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrCtl.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;Object file: Generated_Code/PwrCtl.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 13&lt;BR /&gt;Global objects: 2&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/PwrCtl.args" -ObjN="Generated_Code/PwrCtl.obj" "../Generated_Code/PwrCtl.c" -Lm="Generated_Code/PwrCtl.d" -LmCfg=xilmou&lt;BR /&gt;../Generated_Code/PwrCtl.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/PwrCtl.args" -ObjN="Generated_Code/PwrCtl.obj" "../Generated_Code/PwrCtl.c" -Lm="Generated_Code/PwrCtl.d" -LmCfg=xilmou'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\PwrCtl.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrCtl.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;Option -Lm Update: Create new dependency file&lt;BR /&gt;Option -Lm: Adding make info to 'Generated_Code/PwrCtl.d'&lt;BR /&gt;Object file: Generated_Code/PwrCtl.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 13&lt;BR /&gt;Global objects: 2&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;'Finished building: ../Generated_Code/PwrCtl.c'&lt;BR /&gt;' '&lt;BR /&gt;'Building file: ../Generated_Code/PwrSwitchMonitor.c'&lt;BR /&gt;'Invoking: HCS08 Compiler'&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/PwrSwitchMonitor.args" -ObjN="Generated_Code/PwrSwitchMonitor.obj" "../Generated_Code/PwrSwitchMonitor.c"&lt;BR /&gt;../Generated_Code/PwrSwitchMonitor.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/PwrSwitchMonitor.args" -ObjN="Generated_Code/PwrSwitchMonitor.obj" "../Generated_Code/PwrSwitchMonitor.c"'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\PwrSwitchMonitor.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrSwitchMonitor.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;Object file: Generated_Code/PwrSwitchMonitor.obj, format ELF/DWARF 2.0&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/PwrSwitchMonitor.args" -ObjN="Generated_Code/PwrSwitchMonitor.obj" "../Generated_Code/PwrSwitchMonitor.c" -Lm="Generated_Code/PwrSwitchMonitor.d" -LmCfg=xilmou&lt;BR /&gt;../Generated_Code/PwrSwitchMonitor.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/PwrSwitchMonitor.args" -ObjN="Generated_Code/PwrSwitchMonitor.obj" "../Generated_Code/PwrSwitchMonitor.c" -Lm="Generated_Code/PwrSwitchMonitor.d" -LmCfg=xilmou'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\PwrSwitchMonitor.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrSwitchMonitor.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;Option -Lm Update: Create new dependency file&lt;BR /&gt;Option -Lm: Adding make info to 'Generated_Code/PwrSwitchMonitor.d'&lt;BR /&gt;Object file: Generated_Code/PwrSwitchMonitor.obj, format ELF/DWARF 2.0&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;'Finished building: ../Generated_Code/PwrSwitchMonitor.c'&lt;BR /&gt;' '&lt;BR /&gt;'Building file: ../Generated_Code/RS232.c'&lt;BR /&gt;'Invoking: HCS08 Compiler'&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/RS232.args" -ObjN="Generated_Code/RS232.obj" "../Generated_Code/RS232.c"&lt;BR /&gt;../Generated_Code/RS232.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/RS232.args" -ObjN="Generated_Code/RS232.obj" "../Generated_Code/RS232.c"'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\RS232.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\RS232.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Sources\Events.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\BRIDGE_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyCol_In.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyLed.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyRowStrobe.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_CTL.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_Light.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCDDATA.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Led.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrCtl.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrSwitchMonitor.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Tmr100hz.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\USB.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_PROGn.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_RESETn.h"&lt;BR /&gt;Object file: Generated_Code/RS232.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 548&lt;BR /&gt;Global objects: 29, Data Size (RAM): 135&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/RS232.args" -ObjN="Generated_Code/RS232.obj" "../Generated_Code/RS232.c" -Lm="Generated_Code/RS232.d" -LmCfg=xilmou&lt;BR /&gt;../Generated_Code/RS232.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/RS232.args" -ObjN="Generated_Code/RS232.obj" "../Generated_Code/RS232.c" -Lm="Generated_Code/RS232.d" -LmCfg=xilmou'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\RS232.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\RS232.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Sources\Events.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\BRIDGE_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyCol_In.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyLed.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyRowStrobe.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_CTL.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_Light.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCDDATA.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Led.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrCtl.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrSwitchMonitor.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Tmr100hz.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\USB.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_PROGn.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_RESETn.h"&lt;BR /&gt;Option -Lm Update: Create new dependency file&lt;BR /&gt;Option -Lm: Adding make info to 'Generated_Code/RS232.d'&lt;BR /&gt;Object file: Generated_Code/RS232.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 548&lt;BR /&gt;Global objects: 29, Data Size (RAM): 135&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;'Finished building: ../Generated_Code/RS232.c'&lt;BR /&gt;' '&lt;BR /&gt;'Building file: ../Generated_Code/Tmr100hz.c'&lt;BR /&gt;'Invoking: HCS08 Compiler'&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/Tmr100hz.args" -ObjN="Generated_Code/Tmr100hz.obj" "../Generated_Code/Tmr100hz.c"&lt;BR /&gt;../Generated_Code/Tmr100hz.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/Tmr100hz.args" -ObjN="Generated_Code/Tmr100hz.obj" "../Generated_Code/Tmr100hz.c"'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\Tmr100hz.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Sources\Events.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\BRIDGE_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyCol_In.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyLed.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyRowStrobe.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_CTL.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_Light.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCDDATA.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Led.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrCtl.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrSwitchMonitor.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\RS232.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Tmr100hz.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\USB.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_PROGn.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_RESETn.h"&lt;BR /&gt;Object file: Generated_Code/Tmr100hz.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 80&lt;BR /&gt;Global objects: 12, Data Size (RAM): 1&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;"C:\Freescale\CW MCU v10.0\eclipse\../MCU/prog/chc08" -ArgFile"Generated_Code/Tmr100hz.args" -ObjN="Generated_Code/Tmr100hz.obj" "../Generated_Code/Tmr100hz.c" -Lm="Generated_Code/Tmr100hz.d" -LmCfg=xilmou&lt;BR /&gt;../Generated_Code/Tmr100hz.c&lt;BR /&gt;Command Line: '-ArgFile"Generated_Code/Tmr100hz.args" -ObjN="Generated_Code/Tmr100hz.obj" "../Generated_Code/Tmr100hz.c" -Lm="Generated_Code/Tmr100hz.d" -LmCfg=xilmou'&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Project_Headers\../Generated_Code\Tmr100hz.c"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Sources\Events.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Types.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Error.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Const.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\IO_Map.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PE_Timer.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\BRIDGE_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Cpu.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyCol_In.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyLed.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\KeyRowStrobe.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_CTL.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_EN.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCD_Light.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\LCDDATA.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Led.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrCtl.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\PwrSwitchMonitor.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\RS232.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\Tmr100hz.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\USB.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_PROGn.h"&lt;BR /&gt;"C:/Users/Jake/CodeWarrior Workspace/SLP_2/Generated_Code\VINC_RESETn.h"&lt;BR /&gt;Option -Lm Update: Create new dependency file&lt;BR /&gt;Option -Lm: Adding make info to 'Generated_Code/Tmr100hz.d'&lt;BR /&gt;Object file: Generated_Code/Tmr100hz.obj, format ELF/DWARF 2.0&lt;BR /&gt;Code Size: 80&lt;BR /&gt;Global objects: 12, Data Size (RAM): 1&lt;BR /&gt;HC08 Compiler: *** 0 error(s), 0 warning(s), 0 information message(s) ***&lt;BR /&gt;HC08 Compiler: *** Processing ok ***&lt;BR /&gt;'Finished building: ../Generated_Code/Tmr100hz.c'&lt;BR /&gt;' '&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 10:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182584#M6234</guid>
      <dc:creator>JakeP</dc:creator>
      <dc:date>2012-07-25T10:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182585#M6235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I don't see that error in your log file extract you have posted? Maybe the text go cut?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:29:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182585#M6235</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-07-25T13:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182586#M6236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as a suggestion: you can copy-paste the console output to a text file and attach that file. That way you do not run into the post size limitation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:45:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182586#M6236</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-07-25T13:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182587#M6237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like part 2 didn't make it, sorry... &amp;nbsp;Attached is a text file with the whole console output for a clean+build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:56:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182587#M6237</guid>
      <dc:creator>JakeP</dc:creator>
      <dc:date>2012-07-25T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182588#M6238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the ProcessorExpert.obj and Events.obj files are present in the project but the compiler is complaining that it can't read them, I'm guessing they got corrupted somewhere along the way. &amp;nbsp;If I delete the files from the project and then run a "generate processor expert code" command would that regenerate the files? &amp;nbsp;If not how would I regenerate the files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 11:21:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182588#M6238</guid>
      <dc:creator>JakeP</dc:creator>
      <dc:date>2012-07-27T11:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182589#M6239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They should be deleted when you do a clean, are they not regenerated? I would expect that to happen. Check the file dates for example.&lt;/P&gt;&lt;P&gt;The logs did not show those files to be generated, but apears to be a partial log. For a full one you might have to increase the size of the console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think the obj files are corrupted.&lt;/P&gt;&lt;P&gt;I read&lt;/P&gt;&lt;PRE&gt;ERROR L1818: Symbol 23 - error duplicated in ProcessorExpert.obj and Events.obj&lt;/PRE&gt;&lt;P&gt;to mean that there was a symbol called error defined in both ProcessorExpert.c and in Events.c.&lt;/P&gt;&lt;P&gt;I guess the error symbol is the 23'th in the ELF symbol table in ProcessorExpert.obj, but that's just a unimportant detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second error message&lt;/P&gt;&lt;PRE&gt;ERROR L1301: Cannot open file ./Sources/ProcessorExpert.obj&lt;/PRE&gt;&lt;P&gt;just means something failed whiile looking at the content of&amp;nbsp;&lt;SPAN&gt;ProcessorExpert.obj, it does not mean that object file got corrupted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I would look through the source code and check if there is any symbol called error defined in those files (or in any header included by them).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182589#M6239</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2020-10-29T09:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182590#M6240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When adding this line to main.c and a newly created file s.c&lt;/P&gt;&lt;P&gt;&amp;gt; int defined_twice=2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get these errors in the problems view:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Cannot open file ./Sources/s.obj s08 line 0 C/C++ Problemmake: *** [s08.abs] Error 1 s08 line 0 C/C++ ProblemSymbol 14 - defined_twice duplicated in s.obj and main.obj s08 line 0 C/C++ Problem&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problems view sorts them by the description, which is a bit unfortunate as the last one actually caused the two other messages. Also the "Cannot open file" is a bit misleading, as it can open it, the linker just does not like the content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just added this to show that the error in the original report just is a variable or function name and not part of the message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:33:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182590#M6240</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2020-10-29T09:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: CW10 mystery error - missing ProcessorExpert.obj file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182591#M6241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep you're right, I did have a variable named "error" that was declared in both ProcessorExpert.c and Events.c. &amp;nbsp;That's obviously a bad variable name because I thought it was a part of the console output like you said. &amp;nbsp;I corrected the declarations and now the project builds correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 08:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW10-mystery-error-missing-ProcessorExpert-obj-file/m-p/182591#M6241</guid>
      <dc:creator>JakeP</dc:creator>
      <dc:date>2012-07-30T08:01:41Z</dc:date>
    </item>
  </channel>
</rss>

