Forum Discussion
Alexander_M_Intel
New Contributor
7 years agoHLS i++ Compiling Project With GTest
Hello, I am trying to compile a project written in System C that links against GTest. I would like to know how feasible this is, as I have put a decent amount of effort into making i++ play nice wi...
HRZ
Frequent Contributor
7 years agoThe error message you are getting seems to be coming from the HLS compiler, likely because it is running into some code that it cannot map to FPGA hardware. Are you sure this is not the reason for the compilation failure? Just because the code compiles in x86-64 mode does not mean it can be mapped to FPGA hardware. The HLS compiler has many limitations, some of which are mentioned in Intel High Level Synthesis Compiler User Guide, Appendix A.