Displaying 6 results from an estimated 6 matches for "llvm_gcc_src".
2008 Mar 30
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...> 65 call *%eax
> >
> > What's wrong?
> >
> > Regards,
> > Jo
> >
> > P.S.: I'm running with a freshly compiled and PATH-installed llvm
> > package with a clean 'make check', and use
> > export LLVM_GCC_SRC=$HOME/llvm-gcc-src
> > export LLVM_GCC_WRK=$HOME/llvm-gcc-wrk
> > export LLVM_CONFIGURE=
> > export LLVM_CONFIGURE="$LLVM_CONFIGURE --prefix=$HOME"
> > export LLVM_CONFIGURE="$LLVM_CONFIGURE --enable-optimized"
> > export LLVM_CONFIGURE=&q...
2008 Mar 30
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...Berlin:
> To clarify,
>
> configure --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu
> --target=i686-pc-linux-gnu
>
> I do this all the time on my 4 core amd64 box and it works fine.
There must be some other difference, as I'm doing exactly that:
> > > export LLVM_GCC_SRC=$HOME/llvm-gcc-src
> > > export LLVM_GCC_WRK=$HOME/llvm-gcc-wrk
> > > export LLVM_CONFIGURE=
> > > export LLVM_CONFIGURE="$LLVM_CONFIGURE --prefix=$HOME"
> > > export LLVM_CONFIGURE="$LLVM_CONFIGURE --enable-optimized"
> > >...
2008 Mar 30
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...reported lines are:
27 pushl %ebp
37 call *%edx
55 pushl %ebp
65 call *%eax
What's wrong?
Regards,
Jo
P.S.: I'm running with a freshly compiled and PATH-installed llvm
package with a clean 'make check', and use
export LLVM_GCC_SRC=$HOME/llvm-gcc-src
export LLVM_GCC_WRK=$HOME/llvm-gcc-wrk
export LLVM_CONFIGURE=
export LLVM_CONFIGURE="$LLVM_CONFIGURE --prefix=$HOME"
export LLVM_CONFIGURE="$LLVM_CONFIGURE --enable-optimized"
export LLVM_CONFIGURE="$LLVM_CONFIGURE --build=i686-pc-linux-gnu"
export L...
2008 Mar 30
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...call *%edx
> 55 pushl %ebp
> 65 call *%eax
>
> What's wrong?
>
> Regards,
> Jo
>
> P.S.: I'm running with a freshly compiled and PATH-installed llvm
> package with a clean 'make check', and use
> export LLVM_GCC_SRC=$HOME/llvm-gcc-src
> export LLVM_GCC_WRK=$HOME/llvm-gcc-wrk
> export LLVM_CONFIGURE=
> export LLVM_CONFIGURE="$LLVM_CONFIGURE --prefix=$HOME"
> export LLVM_CONFIGURE="$LLVM_CONFIGURE --enable-optimized"
> export LLVM_CONFIGURE="$LLVM_CONFIGURE --build=i6...
2008 Mar 30
3
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...t;
>> configure --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu
>> --target=i686-pc-linux-gnu
>>
>> I do this all the time on my 4 core amd64 box and it works fine.
>
> There must be some other difference, as I'm doing exactly that:
>
>>>> export LLVM_GCC_SRC=$HOME/llvm-gcc-src
>>>> export LLVM_GCC_WRK=$HOME/llvm-gcc-wrk
>>>> export LLVM_CONFIGURE=
>>>> export LLVM_CONFIGURE="$LLVM_CONFIGURE --prefix=$HOME"
>>>> export LLVM_CONFIGURE="$LLVM_CONFIGURE --enable-optimized"
>>>>...
2007 Aug 21
0
[LLVMdev] LLVM GCC - 4.0 from svn build error
Hi All,
it bails out with unable to detect exception model error
I checked with my configure
$LLVM_GCC_SRC/configure --prefix=$LLVM_GCC_INST
--program-prefix=llvm- -enable-llvm=$LLVM_BUILD
--enable-languages=c,c++ --enable-checking
I haven't enabled objc but it seems to get error whille configuring objc.
any idea how to get rid of this
==================================================...