Mikhail_a
Occasional Contributor
2 years agoCant compile NIOSV bsp
Hello.
I have a Nios V system in platform designer. I've created a bsp, then created an application project as in 1.4.3.2 in Nios® V Embedded Processor Design Handbook. Then I tried to use RiscFree IDE to compile the project and got this error:
Error: -march=rv32ima_zicbom: unknown z ISA extension `zicbom' make[2]: *** [bsp/CMakeFiles/hal2_bsp.dir/build.make:75: bsp/CMakeFiles/hal2_bsp.dir/HAL/src/alt_log_macro.S.obj] Error 1 make[1]: *** [CMakeFiles/Makefile2:182: bsp/CMakeFiles/hal2_bsp.dir/all] Error 2 make: *** [Makefile:91: all] Error 2
My PATH var looks like this
echo $PATH /mnt/HDD/Intel/intelFPGA_pro/23.1/riscfree/build_tools/cmake/bin:/mnt/HDD/Intel/intelFPGA_pro/23.1/riscfree/toolchain/riscv32-unknown-elf/bin/:/sbin:/bin:/usr/bin:/usr/local/bin:/snap/bin:/usr/share/bittware-sdk/bin
How can I fix this error?