search for: m32

Displaying 20 results from an estimated 744 matches for "m32".

Did you mean: 32
2010 Jun 05
1
rgl installation failure
...#39; trying URL 'http://cran.csie.ntu.edu.tw/src/contrib/rgl_0.91.tar.gz' Content type 'application/x-gzip' length 1677498 bytes (1.6 Mb) opened URL ================================================== downloaded 1.6 Mb * installing *source* package ‘rgl’ ... checking for gcc... gcc -m32 -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes chec...
2006 Nov 27
3
gcc -m32 on a x86_64 box
Gents, I am trying to do a "gcc -m32" on a x86_64 box. gcc -m32 /tmp/jj.c /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status This is the error I get. I did a "yum install glib.i386" successfully. there is no "yum install glib-devel.i386". How can i get a &quo...
2009 May 27
1
R package installation (PR#13726)
Full_Name: Lukasz Andrzej Bartnik Version: 2.8.1 OS: RHELS 5.2 Submission from: (NULL) (194.181.94.250) Compile R for 32 bit on a 64 bit machine: unset LD_LIBRARY_PATH unset R_LD_LIBRARY_PATH export CC="gcc -m32" export CXXFLAGS="-m32 -O2 -g" export FFLAGS="-m32 -O2 -g" export FCFLAGS="-m32 -O2 -g" export OBJCFLAGS="-m32 -O2 -g" export LIBnn=lib ./configure --with-x=no --enable-R-shlib --prefix=/prefix Now try to install a package which has Fortran files insid...
2011 Oct 22
3
Wine 1.3.31 fails to compile in git
...pe-limits -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o tmarshal_i.o tmarshal_i.c LD_LIBRARY_PATH="../../../libs/wine:$LD_LIBRARY_PATH" ../../../tools/wrc/wrc --nostdinc --po-dir=../../../po -m32 -I. -I. -I../../../include -I../../../include -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -o tmarshal.res tmarshal.rc ccache gcc -m32 -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGIST...
2012 Jan 16
2
[LLVMdev] -march and -mtune options on x86
...am running ALL my tests on an Intel Xeon E5540 processor, which is an x86-64 Nehalem processor. The OS is a 64-bit version of Ubuntu. So, I am running all my tests on the same x86-64 machine and am only experimenting with compiler options. What I meant by running in x86-32 mode is simply using the -m32 option (passed through the llvm-gcc front end, but I believe the front end is irrelevant with regard to this matter, any confirmation?). The original reason for using this option was forcing the back end to work with a smaller number of physical registers to study register pressure reduction under...
2012 Jan 16
0
[LLVMdev] -march and -mtune options on x86
...sts on an Intel Xeon E5540 processor, which is an > x86-64 Nehalem processor. The OS is a 64-bit version of Ubuntu. So, I am > running all my tests on the same x86-64 machine and am only experimenting > with compiler options. What I meant by running in x86-32 mode is simply > using the -m32 option (passed through the llvm-gcc front end, but I believe > the front end is irrelevant with regard to this matter, any confirmation?). > That is not quite accurate. This option is inherently a frontend option. The frontend lowers that into various different options to the backend, and wh...
2009 Aug 24
3
[LLVMdev] x86_64-apple-darwin Polyhedron 2005 benchmarks
...-4.2 2.6 branch passes all of the Polyhedron 2005 benchmarks built with its gfortran. The results compare as follows... Compile Command : gfortran -ffast-math -funroll-loops -msse3 -O3 %n.f90 -o %n benchmark gcc-4.2.4 llvm-gcc-svn llvm-gcc-2.6 llvm-gcc-2.6 at -m32 20081031 -m32 at -m32 at -m64 ac 18.30 19.33 19.99 15.78 aermod 30.90 22.02 23.52 20.84 air 10.85 14.30 11.25 10.96 capacita 63.58 63....
2008 Jul 09
1
Help with installing add-on packages
...ly went smooth? Thank you for your suggestions and best regards. Miha Example: > install.packages("akima",repos="http://cran.r-project.org",depend=T) * Installing to library '/usr/lib/R/library' * Installing *source* package 'akima' ... ** libs gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c akima433.f -o akima433.o In file akima433.f:49 IF(X(I-1)-X(I)) 11,95,96...
2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...[[3456789]]86-*-darwin*) host_makefile_frag="config/mh-x86-darwin" - # gcc can default to x86_64 code generation, avoid that + # llvm-gcc can default to x86_64 code generation, avoid that if test "${build}" = "${host}"; then - CC="${CC-gcc} -m32" - CXX="${CXX-g++} -m32" + CC="${CC-llvm-gcc} -m32" + CXX="${CXX-llvm-g++} -m32" fi ;; # APPLE LOCAL end dynamic-no-pic I've done some light testing of these, and I'm convinced they will work, at least for those of us on...
2010 Aug 30
2
[LLVMdev] Is -m32 supported by llvm-gcc when using LTO/gold?
...gold from cvs, and llvm-gcc/llvm from svn. My platform is Ubuntu 9.04 x86_64. I've configured llvm-gcc with "--enable-multilib". When compiling the LTO example from http://llvm.org/docs/LinkTimeOptimization.html I have no problems with 64-bit compilation, but get the following with -m32. luked at node:~/tests/lto$ make USE32=1 llvm-gcc -m32 -c -o main.o main.c llvm-gcc -m32 --emit-llvm -c -o a.o a.c ar q a.a a.o ar: creating a.a llvm-gcc -m32 -use-gold-plugin main.o a.a -o main /home/luked/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../x86_64-unknown-linux-gnu/bi...
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...) >      host_makefile_frag="config/mh-x86-darwin" > -    # gcc can default to x86_64 code generation, avoid that > +    # llvm-gcc can default to x86_64 code generation, avoid that >      if test "${build}" = "${host}"; then > -      CC="${CC-gcc} -m32" > -      CXX="${CXX-g++} -m32" > +      CC="${CC-llvm-gcc} -m32" > +      CXX="${CXX-llvm-g++} -m32" >      fi >      ;; >    # APPLE LOCAL end dynamic-no-pic > Stuart, Here we are making two independent LOCAL changes. 1. use llvm-gcc &...
2010 Dec 18
0
Compilation for mac OS X with detect-renamed.diff patch
...rsync with the 3 relevant patches (in my opinion) : - fileflags.diff - crtimes.diff - detect-renamed.diff Here are my exact compile instructions : patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff patch -p1 <patches/detect-renamed.diff ./prepare-source CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 make But the make ends with errors : gcc -std=gnu99 -I. -I. -m32 -DHAVE_CONFIG_H -Wall -W -I./popt -m32 -c compat.c -o compat.o compat.c: In function 'set_allow_inc_recurse': compat.c:128: error: '...
2008 Sep 18
2
Problem installing packages in newer versions of R
...; trying URL 'http://cran.r-project.org/src/contrib/akima_0.5-1.tar.gz' Content type 'application/x-gzip' length 148838 bytes (145 Kb) opened URL ================================================== downloaded 145 Kb * Installing *source* package 'akima' ... ** libs gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c akima433.f -o akima433.o In file akima433.f:49 IF(X(I-1)-X(I)) 11,95,96...
2011 Mar 26
4
Unable to compile Wine 1.1.16
...ust to compile Wine 1.1.16 to try a patch (it doesn't work with the latest Wine) and during the compilation, i have an error with gdi32. > make[2]: Leaving directory `/home/wine-1.1.16/dlls/gdi32/tests' > make[2]: Entering directory `/home/wine-1.1.16/dlls/gdi32/tests' > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o bitmap.o bitmap.c > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall...
2004 Dec 02
3
[LLVMdev] Adding xadd instruction to X86
Hi, I'm trying to add the xadd instruction to the X86 back end. xadd r/m32, r32 exchanges r/m32 and r32, and loads the sum into r/m32. I'm interested in the case where the destination operand is a memory location. I've added the following entry to X86InstrInfo.td: def XADD32mr : I<0x87, MRMDestMem, (ops i32mem:$src1, R32:$src2),...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ux-' >> klcc/klibc.config echo 'KCROSS=' >> klcc/klibc.config echo 'CC=ppc-linux-gcc' >> klcc/klibc.config echo 'LD=ppc-linux-ld' >> klcc/klibc.config echo 'REQFLAGS=-D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -nostdinc -iwithprefix include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32' >> klcc/klibc.config echo 'OPTFLAGS= -Os' >> klcc/klibc.config echo 'LDFLAGS=-m elf32ppclinux' >> klcc/klibc.config echo 'STRIP=ppc-linux-strip' >> klcc/klibc.config e...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2011 Mar 05
1
[LLVMdev] configure llvm for 32-bit build on a 64-bit system
...at free.fr> wrote: > Hi Junjie, > >> I have TOT of llvm and it builds 64-bit without issues on my 64-bit >> ubuntu.  My question is how to build 32-bit llvm on my 64-bit ubuntu ? >> I've not found any configure options to specify that. > > as well as "gcc -m32" and "g++ -m32" you may want to configure with > --build=i686-pc-linux-gnu > make CC="gcc -m32" CXX="g++ -m32" works, but configure ... --build==i686-pc-linux-gnu does not. Thanks Junjie
2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture with snow leopard (this seems to have been the default for leopard). I've tried building with: ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ --enable-shared --enable-jit && make but I still end up
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
...="-arch > i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ > --enable-shared --enable-jit&& make > > but I still end up with x86_64 binaries. to get this effect on Linux I configure LLVM with --build=i686-pc-linux-gnu and do export CC="gcc -m32" export CXX="g++ -m32" Ciao, Duncan.