Jump to content

Ansh Waikar

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Ansh Waikar

  1. Hi, 

    Thanks for your help. It was the linker script import bug indeed. I also had to change the directory under C/C++ General to what you mentioned. Some of the .d files under the Debug folder had the same spurious paths though, so I had to manually change them to my workspace path (I did this step before fixing the linker script import bug, so I wonder if I had to do it at all had I fixed the import bug before).

    I was able to build successfully, and program the zedboard as well.

  2. Hello, 

    I am using Ubuntu version 2020.04.6 LTS, with vitis version 2022.2. I downloaded the 2023.1-1 project sw-ide zip from the demo's website. I was able to follow all steps under 'Using the Latest Release' section up until importing the sw-ide.zip project into a workspace. It then shows a warning on the include path:

    Invalid project path: Include path not found

    (/<hidden for privacy reasons!>/PCAM_new/FMC_Pcam_Adapter_demo/Debug/C::/Temp/Zedboard/sw/src/FMC_Pcam_Adapter_demo/src).    FMC_Pcam_Adapter_demo        pathentry    Path Entry Problem.

    There is no directory "C::/Temp.." under Debug either. I'm guessing that my build fails due to this.

    Is there a way to change the include path? What should I change it to? Even the main.d file under Debug uses the same "C::/...." so is it located somewhere else?
     

×
×
  • Create New...