AD9361
Recommended for New Designs
The AD9361 is a high performance, highly integrated radio
frequency (RF) Agile Transceiverâ„¢ designed for use in 3G and
4G base station applications....
Datasheet
AD9361 on Analog.com
Hello everyone,
I am recently trying to build a no-OS project which will be implemented on my Nios soft processor (Altera platform) using AD9361.
All my building procedures have followed all the instructions provided from: https://wiki.analog.com/resources/no-os/build.
Before the step of "Building a project", everything seems to be fine which includes clone NO-OS with the recursive flag, build prerequesties of intelFPGA 18.1 and even the step of "make".
However, every time I tried to build ("make build" with admin command prompt in Windows11) the project, the command prompt shows an error listed below:
It shows: *** No rule to make target '/cygdrive/c/C_Projects/no-OS/projects/ad9361/build/obj/ad9361/build/app/ad9361/src/main.o', needed by '/cygdrive/c/C_Projects/no-OS/projects/ad9361/build/ad9361.elf'. Stop.
Please note: The requested .sof and .sopcinfo files have been included in ad9361 folder.
Can anyone please help? Thank you very much in advance.
Please donot open multiple threads. Moving it to No-Os forum for comments. Can you try this on a Linux machine instead of using cygwin ? Also, make sure you are giving admin rights or sudo.
As suggested, did you have the chance to test this on a Linux machine?
Hello Dragos and Srimoyi, thanks for your response, since I am not familiar with Linux, I kept building the project in Windows which followed the instructions from this link: https://wiki.analog.com/resources/no-os/build. As, suggested, I didn't try to build the project on Cygwin, but on Powershell (with Admin rights). However, this time different error message shew from the terminal:
Hi, Ivan here,
Can you try this command in Windows to make a no-os binary:
make PLATFORM=altera
Also, make sure that your no-os folder is up to date and you have administrator access before building. You can also try relocating your no-os folder outside C:/, like for example you can build it inside Desktop folder to eliminate the admin issue.