search for: _powf

Displaying 3 results from an estimated 3 matches for "_powf".

Did you mean: powf
2008 Nov 09
2
[LLVMdev] Mingw, cross-compiling,___eprintf
.... This symbol is referenced by libLLVMSystem.a when LLVM is natively built on Windows/Mingw, but there the link succeeds. So, is this a cross-compiler issue? OTOH, the build complains about this: /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/libstdc++.a(stubs.o):(.text+0x160): multiple definition of `_powf' ../../lib/libLLVMCodeGen.a(RegAllocLinearScan.cpp.obj):RegAllocLinearScan.cpp:(.text$powf[_powf]+0x0):first defined here Oh, and ld segfaults after spitting the errors: collect2: ld terminated with signal 11 [Segmentation fault] Hope someone who is used to cross-compile with MinGW can provi...
2009 Apr 17
0
[LLVMdev] mingw build problems
The next problem I have is: llvm[2]: Linking Debug executable llc /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/libstdc++.a(stubs.o):(.text+0x160): multiple definition of `_powf' /home/foad/llvm/objdir-mingw/Debug/lib/libLLVMCodeGen.a(RegAllocLinearScan.o):/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/math.h:576: first defined here collect2: ld returned 1 exit status math.h:576 says: __CRT_INLINE float __cdecl powf (float x, float y)...
2009 Apr 17
15
[LLVMdev] mingw build problems
I'm trying to cross-compile LLVM with build=, host=target=. I'm using the following packages from Debian lenny: mingw32 4.2.1.dfsg-1 mingw32-binutils 2.18.50-20080109-1 mingw32-runtime 3.13-1 The first problem I hit was when I configured with CC, CXX, AR and RANLIB set to mingw cross-tools, but forgot to specify NM as well. This resulted in a load of warnings that scrolled off the