Changes between Version 12 and Version 13 of OFDMReferenceDesign/SDK


Ignore:
Timestamp:
Jul 12, 2012, 11:19:48 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK

    v12 v13  
    124124 * If you import a software project from an old workspace into a new workspace, some stale metadata comes with it. You may see an error in the console that says
    125125
    126 {{{
     126 {{{
    127127ERROR:EDK:756 - Cannot read XML file
    128128   ../../old_project_name_hw_platform/system.xml
    129129Error: Creating Hardware Debug Object from ../../old_project_name_hw_platform/system.xml
    130 }}}
     130 }}}
    131131
    132    Here, {{{'old_project_name'}}} will be the name of the hardware project that you imported from-- not necessarily the name of the hardware project in your current workspace. This name is populated in the properties for your software project under C/C++ Build->Settings->Tool Settings Tab->Xilinx ELF Check->Options->Hardware Specifications. You can manually update that string, or you can simply right click on your software project and {{{'Change Referenced BSP'}}} then simply hit {{{'OK'}}}. That's enough for the SDK to reach into the BSP and update that field with the proper string.
     132  Here, {{{'old_project_name'}}} will be the name of the hardware project that you imported from-- not necessarily the name of the hardware project in your current workspace. This name is populated in the properties for your software project under C/C++ Build->Settings->Tool Settings Tab->Xilinx ELF Check->Options->Hardware Specifications. You can manually update that string, or you can simply right click on your software project and {{{'Change Referenced BSP'}}} then simply hit {{{'OK'}}}. That's enough for the SDK to reach into the BSP and update that field with the proper string.