Altera_Forum
Honored Contributor
7 years agoIntel HLS can not generate execution file
Hello,I am trying to use Intel HLS ,but it seems has some problem.
I have used windows7 and Quartus 17.1 pro. This is my code:# include "HLS/stdio.h"
int main() {
printf("Hello world!!\n");
return 0;
}
My command : i++ -march=x86-64 hello.cpp and this is output :
C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/link.exe : fatal error LNK1107: invalid or corrupt file :cannot read at 0x2A0
HLS Link x86-64 FAILD.
I also try to run the example Counter,used command : i++ -march=Arria10 counter.cpp and get the same output.Unlike the above, it generates a prj folder. I had try to add C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin to the PATH , reinstalled Quartus and visual studio 2010. None of these are useful. Any help would be appreciated.