Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] reloc refers to symbol ... which is not being output"
2004 Sep 11
1
[LLVMdev] reloc refers to symbol ... which is not being output
Hi Brian,
do you know the status of your posted question/problem submitted to binutils
maintainers?:
http://cygwin.com/ml/cygwin/2003-08/msg00742.html
I'm having exactly the same problem on my mingw platform with g++3.3.1
Henrik
---
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
---
2005 Jan 28
0
[LLVMdev] The complete suite of llvm now compiles on mingw
Sorry, I forgot to give all you guys my credit, too. Without your help -
especially from Jeff, Morten, Reid and Chris, to name a few, this wouldn't
have succeded.
Just for fun, I ran from a windows command prompt the fibinacci.exe with the
argument of 10 and it returned 55. All in all, something lives.
Great! :)
>From: "Henrik Bach" Date: Fri, 28 Jan 2005 23:26:02 +0100
2005 Jan 28
2
[LLVMdev] The complete suite of llvm now compiles on mingw
Hi,
Today I've succeded in compiling the llvm-tools, llvm-gcc and stacker
frontend and in installing it.
Uptill now I've followed the steps given in:
http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html with modifications for the
mingw platform.
I'll return with step-by-step instructions how to do it on this platform.
Cheers
Henrik :)
2005 Jan 01
1
[LLVMdev] configure: error: invalid variable name: CPPFLAGS
Hi,
I get this error:
---------------
configure: configuring in projects/Stacker
configure: running /bin/sh
'/C/projects/src/llvm-2/llvm/projects/Stacker/configure'
--prefix=/C/LLVM/tools/ '--prefix=/C/LLVM/tools/' 'CPPFLAGS=-D__MINGW
-DLLVM_ON_WIN32=1' --cache-file=/dev/null
--srcdir=/C/projects/src/llvm-2/llvm/projects/Stacker
configure: error: invalid variable
2004 Sep 16
1
[LLVMdev] Legal matters using code etc from MS website
Hi Folks
Please review this link:
http://www.microsoft.com/info/cpyright.mspx#EKAA
As I see it, no one should use code copied from Microsoft directly, unless
you are explicitly sure it is for private or non-commercial use or a
permission is specifically granted for the purpose.
And for that matter, no one can be sure if you rewrite code, not to infringe
patents - as they adhere to
2004 Dec 15
1
[LLVMdev] Patch with comment to __MINGW def in TimeValue.cpp
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
=============================================================
2004 Dec 23
1
[LLVMdev] A small patch to Process.cpp
Hi Jeff,
_HEAPOK is unknown to mingw 1.0 (which is the official release).
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
2004 Dec 31
1
[LLVMdev] Minor patch to clarify matters in the CFEBuildInstrs.html
Hi,
This minor patch clarify matters in the CFEBuildInstrs.html file in my view.
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
2004 Aug 30
1
[LLVMdev] lib/System Unleashed - Need Your Help!
Hi Reid,
I downloaded the latest source code and ran configure (I suppose it was that
you did mean). The result is:
---------------
checking build system type... i586-pc-interix3
---------------
Otherwise, please correct me.
/Henrik
---
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
---
>From: Reid Spencer <reid at x10sys.com>
2004 Sep 15
0
[LLVMdev] Setup of VC and LLVM folder structure when compiling: HowToUseJIT example
Paolo,
how is your setup of VC and LLVM folder structure when compiling:
HowToUseJIT example?
Henrik
---
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
---
_________________________________________________________________
F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/
2004 Nov 06
1
[LLVMdev] I need some output and log files to trace down why my build fails
Hi,
Would some one be so kind to catch the output when configuring and building
the CFE together with the log files produced?
Thanks.
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day 2004 - 28th of
2004 Dec 23
2
[LLVMdev] Undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi,
Can anyone tell me why CopyFile is the only undefined reference from
Path.cpp?
---------------
llvm[2]: Linking Debug executable gccld
c:/projects/build/MinGW/llvm-1-1/tools/gccld/Debug/gccld.o(.text+0x439): In
function `Z15EmitShellScriptPPc':
c:/projects/src/llvm-1/llvm/tools/gccld/gccld.cpp:127: undefined reference
to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::Path
2004 Nov 20
3
[LLVMdev] Link tests are not allowed after GCC_NO_EXECUTABLES
Hi,
I can't figure what this means:
------------------
...
checking for g++ that supports -ffunction-sections -fdata-sections... no
checking for sin in -lm... configure: error: Link tests are not allowed
after GCC_NO_EXECUTABLES.
make: *** [configure-target-libstdc++-v3] Error 1
------------------
Henrik.
=============================================================
Henrik Bach
Open Source
2004 Jul 19
0
[LLVMdev] IsNAN.cpp:23:3: #error "Don't know how to get isnan()"
Hi Brian,
I've been playing around with your test programs and came to the result:
---------------------
#ifdef __INTERIX
# define _GLIBCPP_USE_C99 1 //Define this macro before including isnan()
function from cmath
#endif
#include <cmath>
using std::isnan;
int foo(float f) {return isnan(f);}
---------------------
/Henrik
>From: "Brian R. Gaeke" <gaeke at
2004 Aug 29
1
[LLVMdev] lib/System Unleashed - Need Your Help!
I would like to volunteer for the port of Interix and Win32 platforms, if no
one objects against this.
/Henrik
---
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
---
>From: Reid Spencer <reid at x10sys.com>
>Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>To: LLVMdev List <llvmdev at cs.uiuc.edu>
2004 Dec 23
0
[LLVMdev] Undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Get the latest version. I committed a fix to Path.cpp last night. It
wasn't being defined in the sys:: namespace which is why its undefined.
Reid.
On Thu, 2004-12-23 at 10:44, Henrik Bach wrote:
> Hi,
>
> Can anyone tell me why CopyFile is the only undefined reference from
> Path.cpp?
>
> ---------------
> llvm[2]: Linking Debug executable gccld
>
2005 Feb 09
3
[LLVMdev] Patches for MinGW Build instructions
Hi,
Here is my first try to document, how to build the llvm suite for MinGW.
Henrik.
=============================================================
Henrik Bach
LLVM Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
'Nothing is impossible; The impossible just takes longer time :)'
- Inventor of a new energy saver
2004 Jul 18
1
[LLVMdev] IsNAN.cpp:23:3: #error "Don't know how to get isnan()"
Hi Brian
Here's the config.log (I'm not posting it on the dev-list).
The automatic gcc macro for Interix is __INTERIX if this is to any help.
/Henrik
>From: "Brian R. Gaeke" <gaeke at uiuc.edu>
>Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>Subject: Re: [LLVMdev]
2005 May 12
0
[LLVMdev] Cygwin binaries
Hi Aaron,
Sorry for the delay. Please be aware, that these instructions has not been
used lately. However, I'll try to follow up on your questions.
Here are my instructions to compile the cfe:
5. Configure, build, and install the C front-end:
a. Before configure: export CPPFLAGS="-D__MINGW32__ "
?export LDFLAGS=-Wl,-no-keep-memory"
2005 Jan 14
0
[LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
On Fri, 14 Jan 2005, Henrik Bach wrote:
> when building the llvm cfe (3.4 derivative), for the mingw platform, I get
> this error: 'error: there are no arguments to `lrand48' that depend on a
> template parameter, so a declaration of `lrand48' must be available'.
Hi Henrik,
We haven't modified the GCC configure script or build system, so I don't
know what