doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.23k stars 370 forks source link

Unable to make file for project_xilinx #178

Closed Muvyt closed 1 year ago

Muvyt commented 1 year ago

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 ?