Changes between Version 10 and Version 11 of OFDMReferenceDesign/SDK


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK

    v10 v11  
    122122 * Changing the SDK log level to Trace is helpful for debugging odd SDK behavior (Window->Preferences->Xilinx SDK->Log Information Level)
    123123
     124 * 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
     125
     126{{{
     127ERROR:EDK:756 - Cannot read XML file
     128   ../../old_project_name_hw_platform/system.xml
     129Error: Creating Hardware Debug Object from ../../old_project_name_hw_platform/system.xml
     130}}}
     131
     132Here, {{{'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.