Displaying 6 results from an estimated 6 matches for "ghoang".
Did you mean:
hoang
2012 Jan 16
1
[LLVMdev] Problem with building llvm-gcc
Thank you, I did try that and got the following error:
checking for library containing strerror... configure: error: Link tests
are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libiberty] Error 1
make[1]: Leaving directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build'
make: *** [all] Error 2
I also tried adding --disable-libiberty but make would fail even earlier
with the following error:
make[1]: Entering directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build'
make[2]: Entering directory
`/home/ghoang/llvm-test/llvm-gcc-...
2012 Jan 16
2
[LLVMdev] Problem with building llvm-gcc
...gcc 2.8 on 32-bit Ubuntu 10.04,
using gcc 4.2.4. I was able to configure and build llvm-2.8 in the
directory llvm-2.8-build. Here is the command I used to configure llvm-gcc
build:
../llvm-gcc-4.2-2.8.source/configure --enable-checking
--disable-bootstrap --disable-multilib
--enable-llvm=/home/ghoang/llvm-test/llvm-2.8-build/ --enable-languages=c
And this is the error that I got:
checking for i686-pc-linux-gnu-gcc...
/home/ghoang/llvm-test/llvm-gcc-2.8-build/./gcc/xgcc
-B/home/ghoang/llvm-test/llvm-gcc-2.8-build/./gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-i...
2012 Jan 16
0
[LLVMdev] Problem with building llvm-gcc
try --disable-libmudflap when you config llvm-gcc FE:)
On Mon, Jan 16, 2012 at 9:44 AM, Giang Hoang <ghoang84 at gmail.com> wrote:
> Hi,
>
> I am trying to build the front end llvm-gcc 2.8 on 32-bit Ubuntu 10.04,
> using gcc 4.2.4. I was able to configure and build llvm-2.8 in the
> directory llvm-2.8-build. Here is the command I used to configure llvm-gcc
> build:
>
> ../llv...
2010 Oct 15
2
[LLVMdev] llvm-gcc as Alpha cross compiler
...successfully build llvm-gcc as an Alpha
cross compiler?
I have tried many different combinations of flags and gcc compiler, but have
not been able to build successfully. Currently, this is the command that I
used to build on Ubuntu 10.10:
../llvm-gcc-4.2-2.8.source/configure
--enable-llvm=/home/ghoang/research/llvm/llvm-objects
--enable-languages=c,c++ --disable-boostrap --disable-multilib
--disable-threads --target=alpha-linux
--prefix=/home/ghoang/research/llvm/llvm-gcc-bin
--with-as=/opt/crosstool/gcc-4.2.4-glibc-2.3.6/alpha-unknown-linux-gnu/alpha-unknown-linux-gnu/bin/as
--with-ld=/opt/cros...
2010 Oct 15
0
[LLVMdev] llvm-gcc as Alpha cross compiler
llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I
haven't tried it as a cross compiler.
Andrew
On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang84 at gmail.com> wrote:
> Hi,
>
> I wonder if anyone has been able to successfully build llvm-gcc as an Alpha
> cross compiler?
>
> I have tried many different combinations of flags and gcc compiler, but have
> not been able to build successfully. Currently, this is the comm...
2010 Oct 16
1
[LLVMdev] llvm-gcc as Alpha cross compiler
...Giang
On Fri, Oct 15, 2010 at 5:41 PM, Andrew Lenharth <andrewl at lenharth.org>wrote:
> llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I
> haven't tried it as a cross compiler.
>
> Andrew
>
> On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang84 at gmail.com> wrote:
> > Hi,
> >
> > I wonder if anyone has been able to successfully build llvm-gcc as an
> Alpha
> > cross compiler?
> >
> > I have tried many different combinations of flags and gcc compiler, but
> have
> > not been able to bui...