Closed moderato closed 6 years ago
@moderato see issue #11,It is recommended to use soc_eds_command_shell.bat
Thanks! I solved it by following the instruction here: (The blog is written in Chinese) https://zhoujianshi.github.io/articles/2017/MinGW%20GCC%E4%BD%BF%E7%94%A8VC++%E7%9A%84%E9%9D%99%E6%80%81%E9%93%BE%E6%8E%A5%E5%BA%93/index.html
Basically it says: do the following for each .lib file you wanna link
reimp xxx.lib
dlltool -l xxx.a -d xxx.def -A -k
You can get the reimp application from this link if you're using mingw-w64: http://www.mingw.org/wiki/msvc_and_mingw_dlls
Hello! I am trying to compile the code with the Intel OpenCL FPGA SDK 17.0 and an Arria 10 board on Windows 10 using mingw-w64. I got an error when the makefile run a command looks like:
and I got an error saying like:
(too long and get truncated; only repeating these 3 errors.)
Anyone has an idea? Thanks in advance!!