liblvm llvm on cross-compiler mingw-w64-win32
How to compile yourself
http://web.archive.org/web/20091027044149/http://geocities.com/henrik_bach_llvm/
http://clang-developers.42468.n3.nabble.com/LLVM-compilation-error-on-MinGW-MSYS-CMake-td2735422.html
https://cygwin.com/ml/cygwin-developers/2015-03/msg00005.html
On Visual Studio
1>filelog.obj : error LNK2019: unresolved external symbol __imp__StackWalk64@36 referenced in function "int __cdecl LogAlloc(unsigned char *,unsigned int)" (?LogAlloc@@YAHPAEI@Z)
1>filelog.obj : error LNK2019: unresolved external symbol __imp__SymFunctionTableAccess64@12 referenced in function "int __cdecl LogAlloc(unsigned char *,unsigned int)" (?LogAlloc@@YAHPAEI@Z)
1>filelog.obj : error LNK2019: unresolved external symbol __imp__SymGetModuleBase64@12 referenced in function "int __cdecl LogAlloc(unsigned char *,unsigned int)" (?LogAlloc@@YAHPAEI@Z)
1>filelog.obj : error LNK2019: unresolved external symbol __imp__SymGetLineFromAddr64@20 referenced in function "int __cdecl LogAlloc(unsigned char *,unsigned int)" (?LogAlloc@@YAHPAEI@Z)
1>filelog.obj : error LNK2019: unresolved external symbol __imp__SymInitialize@12 referenced in function "int __cdecl Log(char const *,int,bool,char *)" (?Log@@YAHPBDH_NPAD@Z)
1>filelog.obj : error LNK2019: unresolved external symbol __imp__SymFromAddr@20 referenced in function "int __cdecl LogAlloc(unsigned char *,unsigned int)" (?LogAlloc@@YAHPAEI@Z)
Solution
Recent Comments