cornell-zhang / bnn-fpga

Binarized Convolutional Neural Networks on Software-Programmable FPGAs
BSD 3-Clause "New" or "Revised" License
298 stars 112 forks source link

make: sds++: Command not found #17

Closed eelgin closed 6 years ago

eelgin commented 6 years ago

When I run make -j4 on the fpga bitstream I keep getting this build error. Anyone ever run into this? sds My setup follows the recommendation with Ubuntu 16.04 and SDSoC 2016.4

rzhao01 commented 6 years ago

You don't have SDSoC installed or your environment is not properly set up for SDSoC. There should be a settings.sh file (or something similar) in the SDSoC install directory to set up the environment.