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.
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.
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.