sThei
New Contributor
7 years agoCannot run HLS Compile example "counter"
Hi,
I've got a similar error like here:
https://forums.intel.com/s/question/0D50P00003yyTceSAE/intel-hls-can-not-generate-execution-file?
I tried to run the example "counter":
init_hls.bat (->The i++ compiler is now available at 'C:\intelFPGA_pro\18.1\hls\bin\' (through your %Path%))
cd C:\intelFPGA_pro\18.1\hls\examples\counter
build.bat test-x86-64
i++ -march=x86-64 counter.cpp -o test-x86-64.exe
c:/program files (x86)/microsoft visual studio 14.0/vc/bin/link.exe : fatal error LNK1107: invalid or corrupt file: cannot read at 0x320
HLS Link x86-64 FAILED.
Run test-x86-64.exe to execute the test.Any suggestions on how to solve that problem?
I'm using:
Quartus Prime 18.1.0 Patch 0.04
VS 2015 Update 3
Win 10 64Bit