Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
446 Discussions

makefile:41: *** missing separator. Stop.

Anish_1691
Beginner
1,472 Views

I am using Cyclone 5 FPGA board to boot from QSPI

I am trying to run the Makefile using the command "make" but I am getting an error as "missing separator".I have tried the commands $vim Makefile followed by :

%s/^[ ]\+/^I/

I have checked for spaces using the command

$cat -e -t -v makefile

 

The spaces are removed but the Makefile still does'nt run when run using make command

Can anyone please provide solution for the same? 

0 Kudos
2 Replies
aikeu
Employee
1,451 Views

Hi Anish_1691,


This is the document where I follow to build booting related files. Getting the GSRD then modified my changes from that. Link as below:

https://rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10


Thanks.

Regards,

Aik Eu


0 Kudos
aikeu
Employee
1,437 Views

Hi Anish_1691,


I will close this thread if no further questions.


Thanks.

Regards,

Aik Eu


0 Kudos
Reply