Displaying 14 results from an estimated 14 matches for "tsystem".
Did you mean:
system
2008 Aug 18
1
nanobsd build problem
.../usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -fvisibility=hidden
-DHIDE_EXPORTS -fPIC -DL_lshrdi3 -o _lshrdi3.o
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c
In file included from
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c:33:
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error:
stddef.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error:
float.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error:
stdarg.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contr...
2006 Apr 22
3
[LLVMdev] Building CFE on MinGW
...I../../src
-I../../src/gcc/ -I../../src/gcc/../include -DL_m
uldi3 -c ../../src/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from ../../src/gcc/libgcc2.c:40:
./tconfig.h:5:37: config/i386/xm-mingw32.h: No such file or directory
In file included from ../../src/gcc/libgcc2.c:41:
../../src/gcc/tsystem.h:75:19: stdio.h: No such file or directory
../../src/gcc/tsystem.h:78:23: sys/types.h: No such file or directory
../../src/gcc/tsystem.h:81:19: errno.h: No such file or directory
../../src/gcc/tsystem.h:88:20: string.h: No such file or directory
../../src/gcc/tsystem.h:89:20: stdlib.h: No such fil...
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
...ine-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -Dinhibit_libc -fPIC \
-c ../../../../src/llvm-gcc-svn/gcc/crtstuff.c -DCRT_END \
-o crtend.o
In file included from
../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c:36:
../../../../src/llvm-gcc-svn/gcc/tsystem.h:90:19: error: stdio.h: No
such file or directory
../../../../src/llvm-gcc-svn/gcc/tsystem.h:93:23: error: sys/types.h: No
such file or directory
../../../../src/llvm-gcc-svn/gcc/tsystem.h:96:19: error: errno.h: No
such file or directory
../../../../src/llvm-gcc-svn/gcc/tsystem.h:103:20: error:...
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
...lvm-2.7/include
-g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-i
nitialized-in-bss -fno-toplevel-reorder -c -o crtbegin.o \
/home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/i386/cygming-crtbegin.c
In file included from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/tsystem.h:47,
from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/i386/cygmi
ng-crtbegin.c:37:
/home/ang/build/llvm-gcc-4.2-2.7/./gcc/include/stddef.h:152: error: expected ide
ntifier or '(' before string constant
/home/ang/build/llvm-gcc-4.2-2.7/./gcc/include/stddef.h:214: error:...
2008 Oct 31
0
[LLVMdev] building for sparc-sun-solaris2.10
...d (much) in the past 15 years.
> 4) Build a glibc.
No, I'd nix this part.
> --without-headers
?
> --with-newlib
?
These two are wrong. You don't want to use newlib. You want to use
headers from solaris, as otherwise, you'll get:
> ../../../../src/llvm-gcc-svn/gcc/tsystem.h:90:19: error: stdio.h: No
> such file or directory
:-)
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
...-D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gccsrc/gcc -I../../gccsrc/gcc/. -I../../gccsrc/gcc/../include -I../../gccsrc/gcc/../libcpp/include
-I/f/tmp/llvm/build -If:/tmp/llvm/build/../src/include -DL_muldi3 -c ../../gccsrc/gcc/libgcc2.c -o
libgcc/./_muldi3.o
In file included from ../../gccsrc/gcc/tsystem.h:90,
from ../../gccsrc/gcc/libgcc2.c:41:
f:/tmp/llvm/install/lib/../include/stdio.h: In function 'vsnprintf':
f:/tmp/llvm/install/lib/../include/stdio.h:219: internal compiler error: in assemble_external_real, at varasm.c:1925
Please submit a full bug report,
with preproce...
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 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
...-fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer \
-c ../../llvm-gcc-4.2-trunk/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o
In file included from /home/kooijman/src/llvm-gcc/obj/./gcc/include/limits.h:10,
from ../../llvm-gcc-4.2-trunk/gcc/tsystem.h:108,
from ../../llvm-gcc-4.2-trunk/gcc/crtstuff.c:68:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/home/kooijman/src/llvm-gcc/obj/gcc
The last known working version is r54156...
2008 Nov 18
1
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
...vel-reorder -fno-omit-frame-pointer
-fno-asynchronous-unwind-tables \
-c ../../../src/llvm-gcc/gcc/crtstuff.c -DCRT_BEGIN \
-o 32/crtbegin.o
In file included from /usr/include/features.h:359,
from /usr/include/stdio.h:28,
from ../../../src/llvm-gcc/gcc/tsystem.h:90,
from ../../../src/llvm-gcc/gcc/crtstuff.c:68:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
directory
On Tue, Nov 18, 2008 at 11:17 AM, Johan Cockx <johan.cockx at sikando.com>wrote:
> You're right, thanks. However, now I ran into t...
2010 Dec 30
8
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
...------------------------------------------------------------
And here is the compiling error,
-----------------------------------------------------------------------
In file included from /usr/include/features.h:354,
from /usr/include/stdio.h:28,
from ../../gcc/tsystem.h:90,
from ../../gcc/crtstuff.c:68:
/usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or
directory
make[3]: *** [crtbegin.o] Error 1
make[3]: Leaving directory
`/tmp/chenwj/llvm-gcc-4.2-2.8.source/build/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leavin...
2008 Nov 18
0
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
...ointer
> -fno-asynchronous-unwind-tables \
> -c ../../../src/llvm-gcc/gcc/crtstuff.c -DCRT_BEGIN \
> -o 32/crtbegin.o
> In file included from /usr/include/features.h:359,
> from /usr/include/stdio.h:28,
> from ../../../src/llvm-gcc/gcc/tsystem.h:90,
> from ../../../src/llvm-gcc/gcc/crtstuff.c:68:
> /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
> directory
>
>
> On Tue, Nov 18, 2008 at 10:53 AM, Duncan Sands <baldrick at free.fr> wrote:
>
> > Hi
> >
> &g...
2010 Dec 30
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
...ually, the PowerPC is a PS3.
(snip)
> And here is the compiling error,
>
> -----------------------------------------------------------------------
> In file included from /usr/include/features.h:354,
> from /usr/include/stdio.h:28,
> from ../../gcc/tsystem.h:90,
> from ../../gcc/crtstuff.c:68:
> /usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or
Adding -m64 to CFLAGS should help.
CFLAGS=-m64 ../configure --prefix=/tmp/chenwj --enable-langugaes=c,c++
Also check that there isn't a -m32 amongst CFLAGS
HTH...
2008 Jul 31
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
...ized-in-bss -fno-toplevel-reorder -fno-omit-frame-
> pointer \
> -c ../../llvm-gcc-4.2-trunk/gcc/crtstuff.c -DCRT_BEGIN \ -o
> crtbegin.o
> In file included from /home/kooijman/src/llvm-gcc/obj/./gcc/include/
> limits.h:10,
> from ../../llvm-gcc-4.2-trunk/gcc/tsystem.h:108,
> from ../../llvm-gcc-4.2-trunk/gcc/crtstuff.c:68:
> /usr/include/limits.h:125:26: error: no include path in which to
> search for limits.h
> make[2]: *** [crtbegin.o] Error 1
> make[2]: Leaving directory `/home/kooijman/src/llvm-gcc/obj/gcc
>
>
> Th...
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
...that IBM document.
>
>> --without-headers
>
> ?
>
>> --with-newlib
>
> ?
>
> These two are wrong. You don't want to use newlib. You want to use
> headers from solaris, as otherwise, you'll get:
>
>> ../../../../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
f...