search for: mipsel

Displaying 20 results from an estimated 342 matches for "mipsel".

2005 Nov 06
1
Cannot cross-compile 3.0.20b from i686 to mipsel
Hi. I'm trying to compile 3.0.20b on my i686 host to run on a mipsel host. For this, I got a cross compile toolchain from <http://linkstationwiki.org/Projects/CrossToolchains>. The toolchain is installed at /usr/local/linkstation/gcc-3.3.5-glibc-2.3.2/mipsel-hdhlan-linux I ran configure with the help of a little wrapper script: version=gcc-3.4.4-glibc-2.3.5...
2012 Jan 26
2
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
Hello, In order to have llvm-3.0 into Debian Wheezy, I have to fix a last build failure under MIPS & MIPSEL. The full mipsel build log is available here: https://buildd.debian.org/status/fetch.php?pkg=llvm-3.0&arch=mipsel&ver=3.0-5&stamp=1324350511 [1] The error is the following: /build/buildd-llvm-3.0_3.0-5-mipsel-jV6EnH/llvm-3.0-3.0/build-llvm/Release/bin/llvm-tblgen -I /build/buildd-llv...
2013 Mar 04
2
[LLVMdev] [MIPS] How can I add a constraint to LLVM/Clang for MIPS BE?
...at imgtec.com> wrote: > Jia, > > I made what I believe to be the correct changes and rebuilt clang and llc. Are the results what you expected? I so I will prepare the patches for commitment. > > Jack > > clang ../mips_R_JiaLiu.c -o mips_R_JiaLiu.ll -emit-llvm -O3 -S -target mipsel-unknown-linux -std=gnu89 > llc mips_R_JiaLiu.ll -o mips_R_JiaLiu.o -mcpu=mips32r2 -march=mipsel -filetype=obj > mips-linux-gnu-gcc -mips32r2 -O3 -EL -fPIC -o mips_R_JiaLiu.exe mips_R_JiaLiu.o > I use your way to compile test case: llvm-install/bin/clang constraints.c -o constraints.ll -em...
2013 Mar 05
0
[LLVMdev] [MIPS] How can I add a constraint to LLVM/Clang for MIPS BE?
...t;> Jia, >> >> I made what I believe to be the correct changes and rebuilt clang and llc. Are the results what you expected? I so I will prepare the patches for commitment. >> >> Jack >> >> clang ../mips_R_JiaLiu.c -o mips_R_JiaLiu.ll -emit-llvm -O3 -S -target mipsel-unknown-linux -std=gnu89 >> llc mips_R_JiaLiu.ll -o mips_R_JiaLiu.o -mcpu=mips32r2 -march=mipsel -filetype=obj >> mips-linux-gnu-gcc -mips32r2 -O3 -EL -fPIC -o mips_R_JiaLiu.exe mips_R_JiaLiu.o >> > > I use your way to compile test case: > llvm-install/bin/clang constrain...
2006 Jan 18
1
3.0.21a cross-compiling (uClibc) for mipsel fails
I'm trying to cross-compile Samba 3.0.21a to run on mipsel (using uClibc). It fails at some point however, and I can't spot the problem: # ./configure --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu && make (...) Compiling lib/sendfile.c Compiling lib/time.c lib/time.c: In function `GetTimeOfDay': lib/time.c:66: error...
2009 Jul 06
0
issue while cross compile samba for mips.
Hello ! I've made several trials to get samba 3.3.5 build for mipsel. Probably i'm doing something wrong. When try like this: ./configure --host=i686-linux --build=mipsel-linux-uclibc --target=mipsel-linux-uclibc configure script stop to execute with error while try to run compiler tests. I belive (could you confirm that?) that it tries to run test that were...
2001 Dec 01
1
mips/mipsel problem
Hi, There seems to be a problem with the arc4random code on mips/mipsel, producing the following error message: Couldn't obtain random bytes (error 604389476) To quote the bug submitter: "On mips and mipsel, the above error message is frequently seen when calling ssh with a command, usually several times in rapid succession, although that is not always the c...
2010 Dec 17
1
Limit of c() length?
Hello, I am running the debian derivative gnewsense lemote (mipsel architecture) on a lemote yeeloong notebook. It appears that entering long vectors into R using the c() command is not accepted. R outputs the "+" symbol, which normally asks for additional syntax to finish the code. R accepts the vector in smaller pieces using c() and accepts the complet...
2012 Feb 24
2
[LLVMdev] Generate Executable to Mips
You will need to install a cross compiler. I think you can find one somewhere in this link: https://sourcery.mentor.com/GNUToolchain/ Once you have a cross compiler, this should do what you want (if you want little-endian code): clang -target mipsel-unknown-linux -ccc-clang-archs mipsel -O3 hello.c -o hello.bc -emit-llvm llc -march=mipsel hello.bc -o hello.s mips-linux-gnu-gcc hello.s -o hello -mips32 -EL You can also generate object code with this command: llc -march=mipsel hello.bc -o hello.o -filetype=obj Then run the linker: mips-lin...
2009 May 05
2
samba on mipsel board
Hi, I have cross compiled samba to a mipsel board. I could access the shares from another linux machine using smbmount, and from a mac OSX machine. But, I can not modify files from an XP machine. I could successfully mount the shares, but if I open, say a text file from the XP in notepad and try to modify it, it generates an error "...
2015 Jun 11
2
[LLVMdev] How to pick default floating point ABI?
Hello, I'm using clang on x86 cross build for mips, here is my main configure parameters llvm/configure \ --prefix=/usr \ --target=mipsel-unknown-linux-gnu \ --enable-targets=mips \ --enable-optimized \ --enable-shared \ --disable-assertions I want to build code for *mips3* with *o32* abi, but fails: mipsel-unknown-linux-gnu-clang++ test.cpp -mips3 /tmp/test-a51985.s: A...
2012 Sep 02
1
Cross Compile Samba4
...headers /home/ulmer/optware/builddir/ddwrt/builds/samba4/wscript:92: error: the configuration failed (see '/home/ulmer/optware/builddir/ddwrt/builds/samba4/bin/config.log') the config.log files states: [1/2] Compiling ^[[32mtest.c^[[0m ['/home/ulmer/optware/builddir/ddwrt/toolchain/mipsel-linux-uclibc/gcc-4.1.1-uclibc-0.9.28/bin/mipsel-linux-uclibc-gcc', '-MD', '-fno-strict-aliasing', '-O2', '-pipe', '-I/home/ulmer/optware/builddir/ddwrt/staging/opt/include', '-I/home/ulmer/optware/builddir/ddwrt/staging/opt/include/etc', '...
2012 Jan 26
0
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
Hello Sylvestre > In order to have llvm-3.0 into Debian Wheezy, I have to fix a last build > failure under  MIPS & MIPSEL. What if you provide -O0 to the compiler? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Sep 22
1
Cross compile Asterisk for mipsel-linux
Hi Anyone knows how to do cross compile asterisk 1.6.2.13 using mipsel linux.? Thanks
2006 Jan 19
1
"PANIC: failed to set gid" on mipsel
I just compiled Samba 3.0.21a for Linux/mipsel/uclibc. When I want to start smbd, it fails: [2006/01/19 12:29:09, 0] lib/util_sec.c:assert_gid(113) Failed to set gid privileges to (-1,65534) now set to (0,0) uid=(0,0) [2006/01/19 12:29:09, 0] lib/util.c:smb_panic2(1554) PANIC: failed to set gid The only way to start smbd is to put thi...
2007 Jul 29
1
klibc kernelheaders build failure on mips/mipsel
switching to newer linux-libc-dev linux-2.6 provided kernel headers worked fine beside on mips mipsel: In file included from usr/klibc/arch/mips/crt0.S:11: usr/include/arch/mips/machine/asm.h:8:24: error: asm/regdef.h: No such file or directory usr/include/arch/mips/machine/asm.h:9:21: error: asm/asm.h: No such file or directory i'm not sure if you want to export both headers in t...
2009 Jul 12
1
I failed to build libvorbis with ./configure --host=mipsel-linux-uclibc
Hi all, I failed to build libvorbis with ./configure --host=mipsel-linux-uclibc I got the message "no lrintf()". Could you give me help? Best Regards Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20090713/48611292/attachment.htm
2009 Jul 27
3
[LLVMdev] Current status of MIPS support (some basic questions)
I am curious- what is the current status of the MIPS support in LLVM? I have a mipsel device and was wondering if I could compile code for it with clang. Would I have to implement a backend setup myself? Is there also an option to compile w/ clang on an x86 for Mipsel? Thanks in advance.
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...s not >> available. >> It also decides that valgrind is not available. >> >> Why the difference? >> > How are you configuring? > > -eric > (You can see our wiki page https://dmz-portal.mips.com/wiki/Build_mips_clang_llvm ) Basically: $ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}" $ $CLANG_SRC/configure \ --prefix=$CLANG_INSTALL \ --build=i686-pc-linux-gnu \ --host=mipsel-linux-gnu \ --enable-optimized \ # turn on optimization "--with-extra-options=${OPT}" \ "--wi...
2012 Feb 28
3
[LLVMdev] Generate Executable to Mips
...You will need to install a cross compiler. > I think you can find one somewhere in this link: > https://sourcery.mentor.com/GNUToolchain/ > > Once you have a cross compiler, this should do what you want (if you > want little-endian code): > > clang -target mipsel-unknown-linux -ccc-clang-archs mipsel -O3 > hello.c -o hello.bc -emit-llvm > llc -march=mipsel hello.bc -o hello.s > mips-linux-gnu-gcc hello.s -o hello -mips32 -EL > > You can also generate object code with this command: > > llc -march=mipsel hello.bc -o...