search for: iprefix

Displaying 20 results from an estimated 41 matches for "iprefix".

Did you mean: prefix
2006 Dec 21
2
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
...fortunatly doing a LLVMGCC/bin/gcc -S assembler, the generated assembyl is not in llvm representatino but in ia32?! also the target says: Target: i686-apple-darwin8 but the right? cc1 is taken: $HOME/Applications/llvm-gcc4-1.9-x86-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/cc1 -quiet -v -iprefix .... any pointers? is is stupid since gcc 3.4 is not precompiled on mactel - is it compilable? thanks in advance?
2009 Sep 19
0
[LLVMdev] Where should I put libLLVMgold.so??
...ure that is llvm-gcc's cc1, and not your system compiler's? Try this: $ llvm-gcc -### -x c /dev/null Then look for a line containing cc1, something similar to this one: "/home/edwin/llvm-git/install/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/cc1" "-quiet" "-iprefix" "/home/edwin/llvm-git/install/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/" "/dev/null" "-quiet" "-dumpbase" "null" "-mtune=generic" "-auxbase" "null" "-o" "/tmp/cceoliII.s" > Strange si...
2006 Dec 21
0
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
...assembler, the generated > assembyl is not in llvm representatino but in ia32?! > > also the target says: > Target: i686-apple-darwin8 > > but the right? cc1 is taken: > $HOME/Applications/llvm-gcc4-1.9-x86-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/cc1 > -quiet -v -iprefix .... > > any pointers? > is is stupid since gcc 3.4 is not precompiled on mactel - is it compilable? > > thanks in advance? > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > htt...
2008 Feb 02
1
CC messed up in RELENG_7 build
...rnel and port builds with this setting and it never caused any problems. However today buildworld fails the following way: env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc -m32 -march=k8 -mfancy-math-387 -DCOMPAT_32BIT -iprefix /usr/obj/6510b/amd64/usr/src/lib32/usr/ -L/usr/obj/6510b/amd64/usr/src/lib32/usr/lib32 -B/usr/obj/6510b/amd64/usr/src/lib32/usr/lib32 -c -O2 -fno-strict-aliasing -pipe -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include...
2009 Sep 19
4
[LLVMdev] Where should I put libLLVMgold.so??
Yes,but ubuntu's directory structure is not exactly the same as the classic linux distribute, I put libLLVMgold.so in /usr/lib/gcc/i486-linux-gnu/4.2.4 where cc1 is also in. Strange situation,is it a bug for llvm-gcc???? 在 2009-09-18五的 12:58 +0300,Török Edwin写道: > On 2009-09-18 03:06, Nan Zhu wrote: > > OMG,that's just my situation... > > > > I can link with
2002 Oct 30
2
[LLVMdev] problems with llvmgcc
...attner/cvs/gcc_install_sparc/llvm/include --with-as=/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-as --with-ld=/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-ld gcc version 3.1 20010410 (experimental) /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/cc1 -lang-c -v -iprefix /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/ -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 (experiment...
2007 Mar 07
0
[LLVMdev] llvm compile error
...shared --enable-languages=c,c++ --prefix=/home/stefan/programs/llvm/install/ --enable-llvm=/home/stefan/programs/llvm/llvm-1.9/ Thread-Modell: posix gcc-Version 4.0.1 LLVM (Apple Computer, Inc. build 5421) /home/stefan/programs/llvm/install/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.1/cc1 -quiet -v -iprefix /home/stefan/programs/llvm/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/ test.c -quiet -dumpbase test.c -mtune=generic -auxbase test -version -o /tmp/ccho8QKH.s non-existent Directory »/home/stefan/programs/llvm/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../../../i686-pc-linux-gnu/inclu...
2007 Mar 07
2
[LLVMdev] using dsa
Thank you Patrick! For anyone interested, I was able to get the mainline version of DSA to compile with the mainline version of LLVM. As Patrick pointed out, the mainline version of PoolAllocate does not compile with the mainline version of LLVM. So, I made a small change to llvm-poolalloc/lib/Makefile in which I removed PoolAllocate from the line: PARALLEL_DIRS=DSA PoolAllocate After
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...ary "/lib/libthread_db.so.1".<br> (gdb) run -quiet -v -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 -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/....
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
...refix=/build-llvm/llvm- gcc4-1.8-x86-darwin/install --enable-llvm=/build-llvm/llvm --enable- languages=c,c++,objc Thread model: posix gcc version 4.0.1 LLVM (Apple Computer, Inc. build 1.8) /Users/moser/llvm/llvm-gcc4-1.8-x86-darwin/bin/../libexec/gcc/i686- apple-darwin8.7.1/4.0.1/cc1 -quiet -v -iprefix /Users/moser/llvm/llvm- gcc4-1.8-x86-darwin/bin/../lib/gcc/i686-apple-darwin8.7.1/4.0.1/ - D__DYNAMIC__ main.c -fPIC -quiet -dumpbase main.c -march=pentium-m - mtune=prescott -auxbase main -version -o /var/tmp//ccrAXWSZ.s ignoring nonexistent directory "/Users/moser/llvm/llvm-gcc4-1.8-x86-...
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...read_db.so.1". > (gdb) run -quiet -v -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 > -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/....
2024 Feb 05
1
Graceful shutdown doesn't stop all Gluster processes
...cess-name glustershd --client-pid=-6 root 3730742 0.0 0.0 288264 14388 ? Ssl 18:44 0:00 /usr/bin/python3 /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py --path=/opt/tier1data2019/brick --monitor -c /var/lib/glusterd/geo-replication/tier1data_drtier1data_drtier1data/gsyncd.conf --iprefix=/var :tier1data --glusterd-uuid=c1591bde-df1c-41b4-8cc3-5eaa02c5b89d drtier1data::drtier1data root 3730763 2.4 0.0 2097216 35904 ? Sl 18:44 0:09 python3 /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py worker tier1data drtier1data::drtier1data --feedback-fd 9 --local-path /opt/tie...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
...dve/lattner/cvs/gcc_install_sparc/bin/llvm-as > > --with-ld=/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-ld > > gcc version 3.1 20010410 (experimental) > > > > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > > b/llvm/3.1/cc1 > > -lang-c -v -iprefix > > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > > b/llvm/3.1/ > > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > >...
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
.../home/mykland/llvm-gcc/obj/gcc/cc1 -quiet -v -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 > -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/....
2006 Jun 26
0
[klibc 23/43] cris support for klibc
...achable using normal inter-module +# calls, and work on the memory models for this architecture +# 224 MB - normal binaries start at 0 +# (lib?)gcc on cris seems to insist on producing .init and .fini sections +KLIBCSHAREDFLAGS = --section-start .init=0x0e000100 + +# The CRIS compiler needs an -iprefix to find libgcc includes when +# nostdinc is used. It also needs -mlinux to compile linux applications. +INCLUDE_PREFIX = $(shell $(CC) -print-libgcc-file-name | sed -e s/libgcc.a//) +KLIBCARCHREQFLAGS = -iprefix $(INCLUDE_PREFIX) -mlinux + +# Special flags needed for linking +KLIBCLDFLAGS += -mcr...
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...achable using normal inter-module -# calls, and work on the memory models for this architecture -# 224 MB - normal binaries start at 0 -# (lib?)gcc on cris seems to insist on producing .init and .fini sections -KLIBCSHAREDFLAGS = --section-start .init=0x0e000100 - -# The CRIS compiler needs an -iprefix to find libgcc includes when -# nostdinc is used. It also needs -mlinux to compile linux applications. -INCLUDE_PREFIX = $(shell $(CC) -print-libgcc-file-name | sed -e s/libgcc.a//) -KLIBCARCHREQFLAGS = -iprefix $(INCLUDE_PREFIX) -mlinux - -# Special flags needed for linking -KLIBCLDFLAGS += -mcr...
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc a.c > Assembler messages: > Fatal error: Invalid -march= option: `armv7-a' > > Any ideas? It is probably trying to use the wrong assembler. Run with -v and check. > > Thank you, > Corina > Cheers, -- Rafael Ávila de Espíndola
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...clude > --with-as=/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-as > --with-ld=/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-ld > gcc version 3.1 20010410 (experimental) > > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > b/llvm/3.1/cc1 > -lang-c -v -iprefix > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > b/llvm/3.1/ > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > /var/tmp//ccobi9kx.s GNU C...
2004 Jun 23
4
CRIS port of klibc
...k on the memory models for this architecture # 224 MB - normal binaries start at 0 # (lib?)gcc on cris seems to insist on producing .init and .fini sections -SHAREDFLAGS = --section-start .init=0x0e000100 +SHAREDFLAGS = -Wl,--section-start,.init=0x0e000100 + +# The CRIS compiler needs an -iprefix to find libgcc includes when +# nostdinc is used. It also needs -mlinux to compile linux applications. +INCLUDE_PREFIX = $(shell $(CC) -print-libgcc-file-name | sed -e s/libgcc.a//) +ARCHREQFLAGS = -iprefix $(INCLUDE_PREFIX) -mlinux # How to tell the linker main() is the entrypoint EMAIN := -...
2006 Apr 23
2
[LLVMdev] Building CFE in Mingw
...hing: Go to gcc\gcc directory, open Makefile.in file. Find lines: INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ -I$(srcdir)/../include @INCINTL@ Change them to: INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ -I$(srcdir)/../include @INCINTL@ -IPREFIX/include Note: use forward slashes for PREFIX, e.g. -If:/projects/mingw 2. Possible issues. 1) Problem: Complains about *.info files. Resolutions: There are know miscompartibilities between msys makeinfo file and GCC's sources. Either use makeinfo f...