search for: dl_muldi3

Displaying 20 results from an estimated 26 matches for "dl_muldi3".

2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...-isystem ./include -fPIC -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../llvm-gcc4-1.8-source/gcc -I../../llvm-gcc4-1.8-source/gcc/. -I../../llvm-gcc4-1.8-source/gcc/../include -I../../llvm-gcc4-1.8-source/gcc/../libcpp/include -I/home/mykland/llvm/include -I/home/mykland/llvm/include -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o<br> <br> <b>My problem is that when I rerun the command it doesn't fail in the same way. Several things can't be found anymore. The first time the command runs inside the...
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...-isystem ./include -fPIC -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../llvm-gcc4-1.8-source/gcc -I../../llvm-gcc4-1.8-source/gcc/. -I../../llvm-gcc4-1.8-source/gcc/../include -I../../llvm-gcc4-1.8-source/gcc/../libcpp/include -I/home/mykland/llvm/include -I/home/mykland/llvm/include -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o > > My problem is that when I rerun the command it doesn't fail in the > same way. Several things can't be found anymore. The first time the > command runs inside the makefile...
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...rce/gcc/../include -I../../llvm-gcc4-1.8-source/gcc/../libcpp/include -I/home/mykland/llvm/include -I/home/mykland/llvm/include -iprefix /home/mykland/llvm-gcc/obj/gcc/../lib/gcc/i686-pc-linux-gnu/4.0.1/ -isystem /home/mykland/llvm-gcc/obj/gcc/include -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DL_muldi3 -DHIDE_EXPORTS -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include -isystem ./include ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mtune=pentiumpro -auxbase-strip libgcc/./_mu...
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...ude > -I../../llvm-gcc4-1.8-source/gcc/../libcpp/include > -I/home/mykland/llvm/include -I/home/mykland/llvm/include > -iprefix /home/mykland/llvm-gcc/obj/gcc/../lib/gcc/i686-pc-linux-gnu/4.0.1/ -isystem /home/mykland/llvm-gcc/obj/gcc/include -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DL_muldi3 -DHIDE_EXPORTS -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include -isystem ./include ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mtune=pentiumpro -auxbase-strip libgcc/./_mu...
2006 Nov 06
1
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
Hi Robert, Please make sure that you: 1. Completely rebuild LLVM (make clean; make reconfigure; make tools-only) 2. Completely rebuild llvm-gcc (wipe out the build dir with rm -rf, configure llvm-gcc and rebuild it) If you've done that, then please enter the debugger and get a stack trace for us. You will need to: 1. Capture the xgcc compile command that failed 2. Run that command
2007 Jul 11
1
[LLVMdev] LLVM 2.0 / GCC 3.4
...-include -O2 -DIN_GCC -DDEFAULT_TARGET_MACHINE= \"i386-pc-solaris2.11\" -W -Wall -Wwrite-strings -Wstrict- prototypes -Wmissing-prototypes -isystem ./include -fPIC -g - DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src/gcc -I../../ src/gcc/. -I../../src/gcc/../include -DL_muldi3 -c ../../src/gcc/ libgcc2.c -o libgcc/./_muldi3.o gccas: This tool is deprecated, please use opt /scratch/llvm-2.0/Release/bin/llvm-as: /var/tmp//ccqeaOYi.s:26,0: / var/tmp//ccqeaOYi.s:26: error: syntax error, unexpected $undefined, expecting TRIPLE or DATALAYOUT while reading token: 'p'...
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
...-Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -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 compile...
2006 Nov 06
3
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
I was having video problems, so upgraded my Linux box from SUSE 9.3, where LLVM frontend 4 source built fine, to SUSE 10.1, where I got the error message: ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:541: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://llvm.org/bugs> for instructions. This version of SUSE
2008 Feb 02
1
CC messed up in RELENG_7 build
...LOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -fvisibility=hidden -DHIDE_EXPORTS -fPIC -DL_muldi3 -o _muldi3.o /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c distcc[76450] (main) CRITICAL! distcc seems to have invoked itself recursively! distcc[76449] (main) CRITICAL! distcc seems to have invoked itself recursively! distcc[76448] ERROR: compile /usr/src/gnu/lib/libgcc/../../../contrib/g...
2006 Dec 23
1
[LLVMdev] in Cygwin problems
...src/gcc/../winsup/cygwin/include -DIN_GCC -DDEFAULT_TARGET_MACHINE=\"i686-pc-cygwin\" -W -Wall -Wwrite-st ings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -DL_muldi3 -c ../../src/gcc/libgcc2.c o libgcc/./_muldi3.o gccas: /cygdrive/c/DOCUME~1/Roman/LOCALS~1/Temp/cc1pV5H1.s:29,0: parse error /cygdrive/c/DOCUME~1/Roman/LOCALS~1/Temp/cc1pV5H1.s:29: while reading token: 'target' make[2]: *** [libgcc/./_muldi3.o] Error 1 make[2]: Leaving directory `/tmp/llvm...
2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...N_GCC -DCROSS_COMPILE -DDEFAULT_TARGET_MACHINE=\"mingw32\" -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I -I -I../../llvm-gcc/gcc -I../../llvm-gcc/gcc/ -I../../llvm-gcc/gcc/../include -DL_muldi3 -c ../../llvm-gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o Reading specs from C:/msys/1.0/home/llvm_home/llvm-gcc-build/gcc/specs Configured with: ../llvm-gcc/configure --target=mingw32 --prefix=/home/llvm_home/install --disable-threads --disable-nl s --disable-shared --enable-languages=c,c++ --disable...
2005 May 14
2
[LLVMdev] Building Cygwin binaries
...-DDEFAULT_ TARGET_MACHINE=\"i686-pc-cygwin\" -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NE EDED -I. -I. -I../../../src/llvm-gcc/gcc -I../../../src/llvm-gcc/gcc/. -I../../ ../src/llvm-gcc/gcc/../include -DL_muldi3 -c ../../../src/llvm-gcc/gcc/libgcc2 .c -o libgcc/./_muldi3.o /tmp/cctoZeMj.s: Assembler messages: /tmp/cctoZeMj.s:1: Error: no such instruction: `gnu C version 3.4-llvm 20030924 (experimental)(i686-pc-cygwin)' /tmp/cctoZeMj.s:2: Error: no such instruction: `compiled by GNU C version 3.4.3....
2005 Mar 12
0
[LLVMdev] More errors :(
...AULT_TARGET_MACHINE=\"ia64-unknown-linux-gnu\" -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I -I../../srcdir/llvm-gcc/gcc -I../../srcdir/llvm-gcc/gcc/ -I../../srcdir/llvm-gcc/gcc/../include -DL_muldi3 -c ../../srcdir/llvm-gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o WARNING: 128 bit integers used, but broken in LLVM! WARNING: 128 bit integers used, but broken in LLVM! gccas: Unknown command line argument '--traditional-format'. Try: 'gccas --help' gmake[2]: *** [libgcc/./_muldi3.o] E...
2008 Mar 19
0
[LLVMdev] Merge Patch File
.../gcc/. -I../../llvm-gcc4.2/gcc/../include -I../../llvm-gcc4.2/gcc/../libcpp/include -I../../llvm-gcc4.2/gcc/../libdecnumber -I../libdecnumber -I/home/edwin/llvm/llvm-svn/trunk/include -I/home/edwin/llvm/llvm-svn/trunk//include -mkernel -m64 -Dmalloc=kern_os_malloc -Dfree=kern_os_free -DLIBCC_KEXT -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4.2/gcc/libgcc2.c -o libgcc/kext64/_muldi3.o ../../llvm-gcc4.2/gcc/libgcc2.c:1: sorry, unimplemented: 64-bit mode not compiled in make[4]: *** [libgcc/kext64/_muldi3.o] Error 1 make[4]: Leaving directory `/var/local/src/llvm/obj42/gcc' I conf...
2008 Mar 19
2
[LLVMdev] Merge Patch File
On Wed, Mar 19, 2008 at 12:11 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Bill, thanks for fixing it. > No prob! :-) > > > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_uns_DI2DF_sse': > > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10270: warning: large integer implicitly truncated to unsigned type
2010 Aug 23
3
[LLVMdev] Problem cross-compiling llvm-gcc for AIX-PowerPC
...I../../llvm-gcc-4.2-2.7.source/gcc -I../../llvm-gcc-4.2-2.7.source/gcc/. -I../../llvm-gcc-4.2-2.7.source/gcc/../include -I../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include -I../../llvm-gcc-4.2-2.7.source/gcc/../libdecnumber -I../libdecnumber -I/localhome/simmon12/llvm-makefilebuild/include -DL_muldi3 -c ../../llvm-gcc-4.2-2.7.source/gcc/libgcc2.c -o libgcc/./_muldi3.o /localhome/simmon12/aix-cross/obj/./gcc/as: line 2: exec: -u: invalid option Is there anything else I should be doing to build a cross-compiler to generate LLVM bitcode for AIX? My ultimate goal here is just to get a compile...
2005 May 13
0
[LLVMdev] Cygwin binaries
Hi Aaron, Please be aware that my instructions are directed to get the cfe to compile on mingw. I wasn't in the first place aware that you were building on the Cygwin platform. However, me and others will try to help you to compile the cfe. Please submit your compiling errors on this mailing list. Henrik. >From: "Aaron Gray" <angray at beeb.net> >Reply-To: LLVM
2005 Mar 12
2
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
Yes, sorry for not mentioning it. I added that header also Although I suppose that if I am not using Sparc there will be no problem (it's an Itanium 2 machine) Thanks --- Chris Lattner <sabre at nondot.org> wrote: > On Sat, 12 Mar 2005, xavier wrote: > > > I commented this line and it is compiling now: > > > > extern void *malloc ARGS((unsigned)); > >
2005 May 12
2
[LLVMdev] Cygwin binaries
>Sorry for the delay. Please be aware, that these instructions has not been >used lately. However, I'll try to follow up on your questions. Thanks for getting back to me. Unfortunately I lost my Cygwin configuration and cannot even seem to get GCC 3.4.3 built on CygWin now, when I had it built before. Been trying all day to get it to work maybe I will crack it tomorrow as I have had
2006 Dec 22
0
[LLVMdev] in Cygwin problems
On Sat, 23 Dec 2006, Roman wrote: > How to solve this problem? Java isn't supported. Use --enable-languages=c,c++ -Chris > $ make > make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' > make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory