tim4
New Contributor
5 years agoCan not run HLS example "QRD"
Hi,
I tried to run the example "QRD":
cd C:\intelFPGA\18.1\hls
.\init_hls.bat
cd C:\intelFPGA\18.1\hls\examples\QRD
.\build.bat test-x86-64
i++ -ffp-contract=fast -ffp-reassoc -march=x86-64 MGS.cpp QRD_Testbench.cpp TestbenchHelpers.cpp -o test-x86-64.exe In file included from MGS.cpp:4: In file included from ./MGS.h:7: In file included from C:/intelFPGA/18.1/hls/include\HLS/hls.h:22: In file included from C:/intelFPGA/18.1/hls/include\HLS/internal/_stream.h:17: C:/intelFPGA/18.1/hls/include\HLS/internal/_hls.h:37:10: fatal error: 'type_traits' file not found #include <type_traits> ^~~~~~~~~~~~~ 1 error generated. HLS x86-64 compile FAILED. Run test-x86-64.exe to execute the test.
I'm using:
Quartus Prime 18.1 Standard Edition
HLSProSetup-20.4.0.72-windows
VS 2017
Win 10 64Bit
following this user guide: https://www.intel.com/content/www/us/en/programmable/documentation/ewa1462479481465.html#ewa1462816501221
and i found the similar problem:
I have already check my windows MSVC2017 register entry point, that is correct.
Any suggestions about this problem?
i use other command window, problem is solve.