Closed chingyi071 closed 7 years ago
Please provide more information about what you have done that produced this error message, otherwise we can not figure out the cause. Besides, If you can compile the original applications in the repo successfully, I don't think it is the Makefile problem. Please note this is the place to report Halide-HLS issues. If you have modified Halide compiler and saw this error, then it is not the issue of this repo, and it is not guaranteed that we can help to fix it.
It looks like a similar issue reported in #12. The new c++11 dependency might be added in the last update to Halide release_2017_05_03. @xuanyoya do you have any build issues in vivado_hls with the latest repo?
@jingpu I was using the older version of this repo, but I will take a try with the latest version today or tomorrow.
@jingpu I tried with the latest repo, and it indeed has the same error as above. We need to fix this issue.
@chingyi071 Please pull the latest code, and let us know if there is still any issues left.
I have tried to compile my own Halide code However there is a compilation error. The error code is as below. This is C++11 feature, and I thought there is something wrong in makefile