Hello, i'm trying to use the makefile provided in the project_xilinx floder, after putting the correct settings for my board in the makefile, i'm using the folowing command to build the SW/HW libraries:
make all FLOW=hw_emu
But i keep getting this error:
make: /gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++: Command not found
make: *** [Makefile:188: host/main_aoc.o] Error 127
Hello, i'm trying to use the makefile provided in the project_xilinx floder, after putting the correct settings for my board in the makefile, i'm using the folowing command to build the SW/HW libraries:
make all FLOW=hw_emu
But i keep getting this error:
make: /gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++: Command not found make: *** [Makefile:188: host/main_aoc.o] Error 127
Any ideas ?