I'm new to using the ADI SDR platform with a VC707 carrier, and am at this time trying to get a basic functioning of the HDL + no-OS partitions, on Win11 OS. I've followed the ADI page for building HDL.
[ Results ]: I was able to use Cygwin to clone the hdl repo ( main branch ), and run make successfully and so the hdl part of the design is ready.
Next, I followed the AD9361 no-OS Software Wiki to clone and build the no-OS repo.
[ Results ]:
1) Installed git-bash and did all the Wiki setup steps.
2) Using git-bash, I cd into the .../no-OS/projects/ad9361 project and get errors:
Building for xilinx
[13:14:04] Evaluating hardware: system_top.xsa
'ygdrive' is not recognized as an internal or external command,
operable program or batch file.
make[1]: *** [/cygdrive/c/fpga/adi/no-OS/tools/scripts/xilinx.mk:225: /cygdrive/c/fpga/adi/no-OS/projects/ad9361/build/tmp/arch.txt] Error 1
make: *** [../../tools/scripts/generic.mk:261: all] Error 2
The Wiki states that i HAVE to use git-bash to build the S/W, and it seems like it's failing because of 'cygdrive' being part of the pathname(?), from Cygwin. Very confusing...what is the fix for this issue...?!
Changed and added a few words, for more clarity.
[edited by: indianaEngineer at 6:17 PM (GMT -4) on 22 Sep 2024]