Code: Select all
./build_bladerf.sh -b bladeRF-micro -r hosted -s A4
• Quartus Prime Lite 20.1 on Ubuntu (VM)
• SoC EDS 20.1 installed under intelFPGA_lite/20.1/nios2eds
The build initializes correctly, generates Qsys systems and PLLs, but fails at the BSP step with:
Code: Select all
nios2-elf-gcc: No such file or directory
make: *** [Makefile:566: obj/HAL/src/alt_alarm_start.o] Error 127
What’s the recommended approach in 2025 to resolve this? Is there an updated/prebuilt Nios II GNU toolchain available for Linux?