Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] building for sparc-sun-solaris2.10"
2008 Nov 01
0
[LLVMdev] building for sparc-sun-solaris2.10
Luke Dalessandro wrote:
> OK. So I've discovered --with-sysroot which seems to be grabbing and
> patching the include files correctly. Now it's dieing with
>
> ./options.h:462: error: 'HOST_BITS_PER_INT' undeclared here (not in a
> function)
> ./options.h:462: error: bit-field 'padding' width not an integer constant
>
> which appears to be
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
Mike Stump wrote:
> On Oct 31, 2008, at 1:10 PM, Luke Dalessandro wrote:
>> I've started trying by trying to get sparc-sun-solaris2.10 (niagara)
>> working. It appears that neither llvm nor llvm-gcc will build natively
>> on the system, so I think that I need to build an llvm-gcc cross
>> compiler.
>
> Get a gcc binary from someplace, use that to then build
2009 Mar 13
1
[LLVMdev] llvm-gcc4.2-2.5 front-end build problems on SunOS
Hello all,
I am trying to install the llvm-gcc front end to use it in one of my
projects, but I got stuck.. I am working on a Sun workstation:
SunOS xxx 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V240
and I have gcc version 3.4.6:
Reading specs from /sw/gcc-3.4.6/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs
Configured with: /.scratch/andjo/lsw/src/gcc/gcc-3.4.6/configure
2008 Oct 31
0
[LLVMdev] building for sparc-sun-solaris2.10
On Oct 31, 2008, at 1:10 PM, Luke Dalessandro wrote:
> I've started trying by trying to get sparc-sun-solaris2.10 (niagara)
> working. It appears that neither llvm nor llvm-gcc will build natively
> on the system, so I think that I need to build an llvm-gcc cross
> compiler.
Get a gcc binary from someplace, use that to then build it, then
install and use that, presto, done,
2008 Jun 16
2
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
Has anyone succeded ?
I got the following error message
-------------
/project//g/cslp/llvm_sparc/front_end/obj/./gcc/xgcc
-B/project//g/cslp/llvm_sparc/front_end/obj/./gcc/
-B/project//cslp/llvm_sparc/front_end/obj/../install/sparc-sun-solaris2.10/bin/
-B/project//cslp/llvm_sparc/front_end/obj/../install/sparc-sun-solaris2.10/lib/
-isystem
2008 Jul 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Hi all,
I'm having some trouble building llvm-gcc as of today, with and without
bootstrap.
The error I get is:
/home/kooijman/src/llvm-gcc/obj/./gcc/xgcc
-B/home/kooijman/src/llvm-gcc/obj/./gcc/
-B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/bin/
-B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/lib/ -isystem
2008 Nov 18
1
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
You're right, thanks. However, now I ran into the next problem. This
seems to be related to the fact that I have a 64-bit machine?
$ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm
--program-prefix=llvm- --enable-llvm=/home/johan/llvm/obj/llvm
--enable-languages=c,c++
...
$ gmake
...
/home/johan/llvm/obj/llvm-gcc/./gcc/xgcc
-B/home/johan/llvm/obj/llvm-gcc/./gcc/
2006 Apr 22
3
[LLVMdev] Building CFE on MinGW
I've blown a couple of weekends trying to build under MinGW.
I can build the llvm tools with only a couple of minor hassles, but can't
seem to make any headway with the C Front End
Most errors I run into involve not being able to find header files.
The most frustrating part is that the error messages report that the file
can't be found, and then proceed to give a path to where the
2008 Nov 18
0
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
Hi Johan,
> You're right, thanks. However, now I ran into the next problem. This
> seems to be related to the fact that I have a 64-bit machine?
I also have a 64 bit machine but I don't see this, and I don't know
what the reason could be. Hopefully someone else has a solution.
Ciao,
Duncan.
> $ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm
>
2008 Nov 18
5
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
llvm-gcc 2.4 doesn't seem to compile; what is wrong?
This is my first attempt to compile llvm-gcc.
The llvm core compiled without problems.
$ uname -a
Linux ygramoel 2.6.26.5-45.fc9.x86_64 #1 SMP Sat Sep 20 03:23:12 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v
...
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
$ svn co
2008 Jul 31
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
I think this error is due to these changes:
Doing diffs in .:
--- ./gsyslimits.h.~1~ 2006-11-26 12:31:50.000000000 -0800
+++ ./gsyslimits.h 2007-04-02 12:37:38.000000000 -0700
@@ -4,5 +4,3 @@
instead of this text. */
#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
-#include_next <limits.h>
-#undef _GCC_NEXT_LIMITS_H
--- ./limitx.h.~1~ 2006-11-26
2009 Feb 24
5
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
I am new to LLVM, and I'm trying to compile llvm and llvm-gcc from
subversion on a Solaris10/SPARC machine. I have already tried building
llvm-2.4 on this machine, but it failed.
I then tried the subversion sources (rev. # 65253 fro llvm and
rev#65263 for llvm-gcc) and llvm at least builds correctly ( I however
have not tried testing it!). I can execute binaries located in
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
Hello, Everyone.
I'm currently trying to bootstrap llvm-gcc4 on mingw32 platform.
Everything (except some small fixes) seems to be fine: stage1 finished
successfully. I'm linking with debug variant of LLVM, since linker bug
prevents release builds.
Unfortunately, stage2 failes immediately with this cryptic message:
$/f/tmp/llvm/gccbuild/gcc/xgcc -B/f/tmp/llvm/gccbuild/gcc/
2008 Jul 06
0
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
Thanks.
I wonder if we could use .bc file generated by X-86 llvm-gcc to feed SPARC
llvm in some cases.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Nathan Keynes
Sent: Thursday, June 26, 2008 5:18 AM
To: LLVM Developers Mailing List
Subject: Re: [LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
On 20/06/2008, at 3:22
2010 Jan 10
2
[LLVMdev] building a llvm-arm-elf crosscompiler on OSX 10.5
Dear Anton,
Thank you again for your help!
I tried with the following options (adding --with-cpu=arm7tdmi and
using binutils from cvs snapshot):
../llvm-gcc4.2-2.6.source/configure
--prefix=/usr/local/cross-llvm-gcc-arm-elf-4.2-2.6
--program-prefix=llvm-
--enable-llvm=/Users/dummy/Develop/llvm/llvm-build
--enable-languages=c,c++ --host=i686-apple-darwin9
--build=i686-apple-darwin9
2008 Oct 05
1
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
On 2008-09-29 07:46, Keun Soo Yim wrote:
> Does anyone succeed at compiling Linux kernel for Sparc v8 architecture?
> I am currently trying to expand the regime of LLVM to Sparc kernel codes.
> The following is the initial error messages. Any comment is welcomed.
>
> #1. Inline Assembly
>
>
>
> Code:
>
> register struct thread_info
2008 Aug 18
1
nanobsd build problem
I'm trying to build nanobsd. I get the error below. Any ideas?
-------------------------------------------------------------
>>> stage 4.2: building libraries
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/nanobsd.soekris/ MACHINE_ARCH=i386
MACHINE=i386 CPUTYPE=
2011 Feb 20
3
[LLVMdev] Build problems with llvm-gcc
Hi there
I'm new to LLVM & am trying to build llvm-gcc.
I'm using Ubuntu 10.0.4. on an AMD64 processor.
I've had no problems with building the LLVM suite itself, but during
llvm-gcc compilation I am presented with the following error message - does
anybody happen to know if there is any remedy?
/root/llvm_gcc_source/llvm-gcc-objects/./gcc/xgcc
2012 Jul 10
9
[PATCH] stubdom: fix errors in newlib
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1341839122 -7200
# Node ID 2dd50c201ca0d3542f3589942ae9e51d33ec7509
# Parent 42f76d536b116d2ebad1b6705ae51ecd171d2581
stubdom: fix errors in newlib
rpmlint found a few code bugs in newlib, and marks them as errors after
rpm build. Add another newlib patch and apply it during stubdom build.
I: A function uses a
2008 Jan 21
2
[LLVMdev] LLVM build freezes in scratchbox, ARM target
Hi,
I am new to LLVM and have been trying to get it working on
scratchbox (ARM target). When I try to build llvm-2.1, the build
freezes with the following output..
/scratchbox/compilers/arm-softfloat-linux-gcc-3.4.4-cs-2005q3-2-glibc-2.3.6/bin/sbox-arm-softfloat-linux-gnu-nm:
'libgcc/./_dvmd_lnx_s.o': No such file
mv -f libgcc/./_dvmd_lnx.visT libgcc/./_dvmd_lnx.vis