Displaying 13 results from an estimated 13 matches for "_imp__symsetoptions".
2010 Sep 07
2
[LLVMdev] llvm-config error
...problem solved, tried to compile again the kaleidoscope example but
unfortunatelly now I get the link errors found bellow:
$g++ -g –O3 toy.cpp `llvm-config –cppflags –ldflags –libs core`-o toy
c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x4d4):
undefined reference to `_imp__SymSetOptions at 4'
c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x463):
undefined reference to `_imp__SymInitialize at 12'
c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x46c):
undefined reference to `_imp__SymGetModuleBase at 8'
c:/llvm-2.7/Release/l...
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
...bug Shared Library LTO.dll
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:164:
undefined reference to `_imp__SymSetOptions at 4'
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:165:
undefined reference to `_imp__SymInitialize at 12'
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:168:
undefined reference to `_imp__SymGetModuleBase at 8'
c:/DO...
2009 Mar 09
0
[LLVMdev] Compiling LLVM on MinGW
...TO.dll
> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
> In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:164:
> undefined reference to `_imp__SymSetOptions at 4'
It seems that dbghelp.lib is required for building this.
Which build generator system are you using? cmake or configure?
[snip]
--
Oscar
2009 Mar 09
1
[LLVMdev] Compiling LLVM on MinGW
...c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
>> In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
>> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:164:
>> undefined reference to `_imp__SymSetOptions at 4'
>
> It seems that dbghelp.lib is required for building this.
>
> Which build generator system are you using? cmake or configure?
>
> [snip]
>
> --
> Oscar
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at...
2010 Sep 07
0
[LLVMdev] llvm-config error
Good afternoon, António.
2010/9/7 António Saragga Seabra <antseabra at gmail.com>:
> $g++ -g –O3 toy.cpp `llvm-config –cppflags –ldflags –libs core`-o toy
>
> c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x4d4):
> undefined reference to `_imp__SymSetOptions at 4'
I guess it might be a known issue;
http://llvm.org/bugs/show_bug.cgi?id=3347
Would you like me to show the result of "llvm-config –cppflags
–ldflags –libs core"?
And please try specifying libs (-lLLVMCore -lLLVMSupport -lLLVMSystem
-lpsapi -limagehlp -lm) manually.
...Takumi
2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
...Linking tblgen debug executable (without symbols)
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x7e3):
In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
C:/MinGW/msys/local/build/llvm/lib/System/platform/Signals.cpp:163:
undefined reference to `_imp__SymSetOptions at 4'
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x806):C:/MinGW/msys/local/build/llvm/lib/System/platform/Signals.cpp:164:
undefined reference to `_imp__SymInitialize at 12'
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x818):C:/...
2010 Sep 07
0
[LLVMdev] llvm-config error
Hello, António.
2010/9/7 António Saragga Seabra <antseabra at gmail.com>:
> I’m having a few problems building the kaleidoscope example (chapter 3)
> under MinGW. To build the example I use as recommended
> g++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy
> sh: llvm-config: command not found
You need MSYS's perl to use llvm-config on mingw.
Does
2005 Sep 14
1
[LLVMdev] How to compile llvm with mingw on Windows ?
...to add to link against the missing libraries (I'm not
familiar with the mingw platform)...
Baptiste.
llvm[2]: Linking Release executable tblgen (without symbols)
e:/prg/vc/llvm-cvs-mingw/llvm/mingw-obj/Release/lib/libLLVMSystem.a(Signals.o)(.text+0x4d4):Signals.cpp:
undefined reference to `_imp__SymSetOptions at 4'
e:/prg/vc/llvm-cvs-mingw/llvm/mingw-obj/Release/lib/libLLVMSystem.a(Signals.o)(.text+0x4f3):Signals.cpp:
undefined reference to `_imp__SymInitialize at 12'
e:/prg/vc/llvm-cvs-mingw/llvm/mingw-obj/Release/lib/libLLVMSystem.a(Signals.o)(.text+0x4fc):Signals.cpp:
undefined reference to...
2010 Sep 27
1
[LLVMdev] Shared Libraries (dlls) using MinGW
...cpp:(.text+0x40a):
undefined reference to `_imp__EnumerateLoadedModules at 12'
CMakeFiles/LLVMSystem.dir/Process.cpp.obj:Process.cpp:(.text+0xbe):
undefined reference to `GetProcessMemoryInfo at 12'
CMakeFiles/LLVMSystem.dir/Signals.cpp.obj:Signals.cpp:(.text+0x1d9):
undefined reference to `_imp__SymSetOptions at 4'
CMakeFiles/LLVMSystem.dir/Signals.cpp.obj:Signals.cpp:(.text+0x1f9):
undefined reference to `_imp__SymInitialize at 12'
CMakeFiles/LLVMSystem.dir/Signals.cpp.obj:Signals.cpp:(.text+0x221):
undefined reference to `_imp__SymGetModuleBase at 8'
CMakeFiles/LLVMSystem.dir/Signals.cpp.o...
2006 May 13
1
[LLVMdev] Building Tools on MinGW from CVS
...link errors for TableGen:
llvm[2]: Linking Debug executable tblgen
C:/msys/1.0/home/llvm/build/Debug/lib/libLLVMSystem.a(Signals.o): In
function
`Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':C:/msys/1.0/home/llvm/build/../src/lib/System/Win32/Signals.inc:172:
undefined reference to `_imp__SymSetOptions at 4'
:C:/msys/1.0/home/llvm/build/../src/lib/System/Win32/Signals.inc:173:
undefined reference to `_imp__SymInitialize at 12'
:C:/msys/1.0/home/llvm/build/../src/lib/System/Win32/Signals.inc:176:
undefined reference to `_imp__SymGetModuleBase at 8'
:C:/msys/1.0/home/llvm/build/../src/l...
2010 Sep 07
2
[LLVMdev] llvm-config error
Hi
I’m having a few problems building the kaleidoscope example (chapter 3)
under MinGW. To build the example I use as recommended
g++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy
but get the following error
sh: llvm-config: command not found
Indeed in my “\llvm-2.7\tools\llvm-config\” build directory there is no
“Release” subdirectory as I would expect (only
2009 Mar 08
0
[LLVMdev] Compiling LLVM on MinGW
On Mar 8, 2009, at 4:21 AM, Lennart Augustsson wrote:
> Like this:
>
> llvm[1]: Compiling Signals.cpp for Debug build
> In file included from Signals.cpp:33:
> Win32/Signals.inc:262: error: `sys' has not been declared
> Win32/Signals.inc: In function `void AddSignalHandler(void (*)
> (void*), void*)':
> Win32/Signals.inc:266: error: `KillSigs' was not declared
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
Like this:
llvm[1]: Compiling Signals.cpp for Debug build
In file included from Signals.cpp:33:
Win32/Signals.inc:262: error: `sys' has not been declared
Win32/Signals.inc: In function `void AddSignalHandler(void (*)(void*), void*)':
Win32/Signals.inc:266: error: `KillSigs' was not declared in this scope
Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this scope