Displaying 5 results from an estimated 5 matches for "host_bits_per_int".
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
...>> ../../../../src/llvm-gcc-svn/gcc/tsystem.h:90:19: error: stdio.h: No
>> such file or directory
>
> :-)
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 llvm-gcc specific because it doesn't happen in
vanilla 4.2.4.
I'm definitely moving forward though. Thanks for the advice.
Luke
> ______...
2009 Mar 13
1
[LLVMdev] llvm-gcc4.2-2.5 front-end build problems on SunOS
.../g-adrli/llvm/llvm-2.5/obj/include
-I/home/g-adrli/llvm/llvm-2.5/include \
-c ../../llvm-gcc4.2-2.5.source/gcc/config/sparc/gmon-sol2.c -o
gmon.o
In file included from ./tm.h:5,
from
../../llvm-gcc4.2-2.5.source/gcc/config/sparc/gmon-sol2.c:39:
./options.h:463: error: 'HOST_BITS_PER_INT' undeclared here (not in a
function)
./options.h:463: error: bit-field 'padding' width not an integer constant
gmake[3]: *** [gmon.o] Error 1
gmake[3]: Leaving directory `/home/g-adrli/llvm/llvm-gcc/obj/gcc'
gmake[2]: *** [all-stage1-gcc] Error 2
gmake[2]: Leaving directory `/home/g...
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 llvm-gcc specific because it doesn't happen in
> vanilla 4.2.4.
>
> I'm definitely moving forward though. Thanks...
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
...8: error: time.h: No
such file or directory
../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c:37:37: error:
fcntl.h: No such file or directory
In file included from ./tm.h:5,
from
../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c:39:
./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
../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c: In function
'monstartup':
../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c:113: warning:
implicit...
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,