Displaying 10 results from an estimated 10 matches for "_imp__symgetlinefromaddr".
2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
.../MinGW/msys/local/build/llvm/lib/System/platform/Signals.cpp:198:
undefined reference to `_imp__SymGetSymFromAddr at 16'
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0xa87):C:/MinGW/msys/local/build/llvm/lib/System/platform/Signals.cpp:213:
undefined reference to `_imp__SymGetLineFromAddr at 16'
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Path.o)(.text+0x3114):
In function `ZN4llvm3sys9IsLibraryERNS0_4PathERKSs':
C:/MinGW/msys/local/build/llvm/lib/System/platform/Path.cpp:99: undefined
reference to `llvm::sys::Path::GetDLLSuffix()'
C:/MinGW/msys/local/buil...
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 ?
...#39;
e:/prg/vc/llvm-cvs-mingw/llvm/mingw-obj/Release/lib/libLLVMSystem.a(Signals.o)(.text+0x6f5):Signals.cpp:
undefined reference to `_imp__SymGetSymFromAddr at 16'
e:/prg/vc/llvm-cvs-mingw/llvm/mingw-obj/Release/lib/libLLVMSystem.a(Signals.o)(.text+0x79b):Signals.cpp:
undefined reference to `_imp__SymGetLineFromAddr at 16'
collect2: ld returned 1 exit status
llvm[2]: Linking Release executable fpcmp (without symbols)
e:/prg/vc/llvm-cvs-mingw/llvm/mingw-obj/Release/lib/libLLVMSystem.a(Process.o)(.text+0x8d):Process.cpp:
undefined reference to `GetProcessMemoryInfo at 12'
collect2: ld returned 1 exit s...
2010 Sep 27
1
[LLVMdev] Shared Libraries (dlls) using MinGW
...ls.cpp:(.text+0x2de):
undefined reference to `_imp__SymGetModuleBase at 8'
CMakeFiles/LLVMSystem.dir/Signals.cpp.obj:Signals.cpp:(.text+0x353):
undefined reference to `_imp__SymGetSymFromAddr at 16'
CMakeFiles/LLVMSystem.dir/Signals.cpp.obj:Signals.cpp:(.text+0x3b9):
undefined reference to `_imp__SymGetLineFromAddr at 16'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [bin/libLLVMSystem.dll] Error 1
mingw32-make[1]: *** [lib/System/CMakeFiles/LLVMSystem.dir/all] Error 2
mingw32-make: *** [all] Error 2
Any help would be greatly appreciated.
btw: my MinGW gcc is version 4.5.0.
Thanks,
Kevin
----...
2006 May 13
1
[LLVMdev] Building Tools on MinGW from CVS
...32/Signals.inc:194:
undefined reference to `_imp__SymGetModuleBase at 8'
:C:/msys/1.0/home/llvm/build/../src/lib/System/Win32/Signals.inc:207:
undefined reference to `_imp__SymGetSymFromAddr at 16'
:C:/msys/1.0/home/llvm/build/../src/lib/System/Win32/Signals.inc:222:
undefined reference to `_imp__SymGetLineFromAddr at 16'
C:/msys/1.0/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../libstdc++.a(misc-inst.o):misc-inst.cc:(.text$_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekoffExSt12_Ios_SeekdirSt13_Ios_Openmode[__gnu_cxx::stdio_sync_filebuf<char,
std::char_traits<char> >::seekoff(long lo...
2010 Sep 07
2
[LLVMdev] llvm-config error
...7):
undefined reference to `_imp__SymGetModuleBase at 8'
c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x611):
undefined reference to `_imp__SymGetSymFromAddr at 16'
c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x6ae):
undefined reference to `_imp__SymGetLineFromAddr at 16'
c:/llvm-2.7/Release/lib/libLLVMSystem.a(Process.o):Process.cpp:(.text+0x8d):
undefined reference to `GetProcessMemoryInfo at 12'
collect2: ld returned 1 exit status
I built again LLVM now with perl working properly.
Any help would be great
Antonio
2010/9/7 NAKAMURA Takumi <ge...
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
...ference to `_imp__SymGetModuleBase at 8'
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:199:
undefined reference to `_imp__SymGetSymFromAddr at 16'
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:214:
undefined reference to `_imp__SymGetLineFromAddr at 16'
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Process.o):
In function `ZN4llvm3sys7Process19GetTotalMemoryUsageEv':
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Process.inc:78:
undefined reference to `GetProcessMemoryInfo at 12&...
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