I am trying to build bootloader for Cyclone V SoC by following this guide.
I am using ubuntu 20.04, quartus prime 22.1 std
Getting the following errors while running this command as per the document:
’ make socfpga_cyclone5_defconfig ’
HOSTCC scripts/basic/fixdep
/bin/sh: 1: cc: not found
make[1]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127
make: *** [Makefile:503: scripts_basic] Error 2
Please help to rectify the error.
Thanks…