Some problems happened when try example of hls
Dear all
I am a starter for hls,
I have some problems, when I try this example "counter" as ug-hls-getting-started.
I am using VS2010 professional and Quartus 18.1 lite.
I don't know where is wrong.
Thanks for your support!
The detail information as below:
C:\intelFPGA_lite\18.1\hls\examples\counter>build.bat test-x86-64
i++ -march=x86-64 counter.cpp -o test-x86-64.exe
msvcrt.lib(crtexe.obj) : error LNK2019: unresolved external symbol __imp_Sleep referenced in function __tmainCRTStartup
msvcrt.lib(crtexe.obj) : error LNK2019: unresolved external symbol __imp_EncodePointer referenced in function pre_c_init
msvcrt.lib(atonexit.obj) : error LNK2001: unresolved external symbol __imp_EncodePointer
msvcrt.lib(unhandld.obj) : error LNK2019: unresolved external symbol __imp_SetUnhandledExceptionFilter referenced in function __CxxSetUnhandledExceptionFilter
msvcrt.lib(atonexit.obj) : error LNK2019: unresolved external symbol __imp_DecodePointer referenced in function _onexit
msvcrt.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_QueryPerformanceCounter referenced in function __security_init_cookie
msvcrt.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetTickCount referenced in function __security_init_cookie
msvcrt.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetCurrentThreadId referenced in function __security_init_cookie
msvcrt.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetCurrentProcessId referenced in function __security_init_cookie
msvcrt.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetSystemTimeAsFileTime referenced in function __security_init_cookie
test-x86-64.exe : fatal error LNK1120: 9 unresolved externals
HLS Link x86-64 FAILED.
Run test-x86-64.exe to execute the test.