Post Go back to editing

Error of NO-OS Project Building AD9361

Category: Software
translator
Double-click
Select to translate

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.

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

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

Children
No Data