rooneytoons
New Contributor
4 years agobsp-editor generated makefile is useless
https://community.intel.com/t5/forums/postpage/choose-node/true#
Howdy,
I've configured my Quartus Prime project for the Cyclone V SOC. When I use the bsp-editor program to generate the preloader (which executes without complaint), the generated Makefile contains only the following:
.PHONY: all all: @echo "Please visit https://rocketboards.org/foswiki/Documentation/BuildingBootloader for instructions on how to build the bootloader."
Which clearly doesn't actually build anything.
Before I wade through the documentation at this link, I would like to know what is going on, and why I get this useless makefile (which clearly blocks me from going further). Have I configured something wrong?