search for: scratchbox

Displaying 18 results from an estimated 18 matches for "scratchbox".

2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
...d like to do some initial experiments with LLVM on embedded ARM > (Nokia N800), but ran into a build issue. Could s.o. give me a tip? > > Thx alot, > Tobias > > P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux. > > === > > I'm building on Ubuntu/Scratchbox/ARMEL using GCC 3.4.4 (CodeSourcery > ARM 2005q3-2) using > > ./configure --prefix=$HOME/local/llvm-2.2 --enable-jit --enable- > threads > --enable-shared --enable-optimized > > I could reproduce, but overcome the problems described in dox > regarding optimized built: >...
2008 Feb 20
2
[LLVMdev] Problems building LLVM 2.2 for ARM
Hello, I'd like to do some initial experiments with LLVM on embedded ARM (Nokia N800), but ran into a build issue. Could s.o. give me a tip? Thx alot, Tobias P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux. === I'm building on Ubuntu/Scratchbox/ARMEL using GCC 3.4.4 (CodeSourcery ARM 2005q3-2) using ./configure --prefix=$HOME/local/llvm-2.2 --enable-jit --enable-threads --enable-shared --enable-optimized I could reproduce, but overcome the problems described in dox regarding optimized built: """ GCC 3.4.4 (CodeSourcery...
2009 Oct 08
2
Installing libhildonfm2-dev for scratchbox
What seems to be an easy thing to do as to install a library into scratchbox is being something difficult to debug. The command "/scratchbox/moz_scratchbox -p apt-get --yes --force-yes install libhildonfm2-dev" can be run in a linux vm with the account "cltbld" without any problems but when I try to test it from this same slave (I remove first the packa...
2008 Jan 21
0
[LLVMdev] LLVM build freezes in scratchbox, ARM target
On 21/01/2008, Arvind Ayyangar <arvind.ayyangar at gmail.com> wrote: > Hi, > I am new to LLVM and have been trying to get it working on > scratchbox (ARM target). When I try to build llvm-2.1, the build > freezes with the following output.. > I have build llvm inside scratchbox sometime ago. More recently Lauro pointed out that one should use a patched qemu. Not sure if it is still necessary, but give it a try: http://dev.openbossa.org...
2008 Jan 21
2
[LLVMdev] LLVM build freezes in scratchbox, ARM target
Hi Arvind, To use llvm inside scratchbox you must use a newer qemu. See http://setanta.wordpress.com/2007/11/20/qemu-arm-eabi-no-scratchbox/ (in Portuguese, but the important things are in bash :) ) I don't know if it is the problem in this case, but it should be the first attempt. Lauro 2008/1/21, Rafael Espindola <espindola...
2008 Jan 21
2
[LLVMdev] LLVM build freezes in scratchbox, ARM target
Hi, I am new to LLVM and have been trying to get it working on scratchbox (ARM target). When I try to build llvm-2.1, the build freezes with the following output.. /scratchbox/compilers/arm-softfloat-linux-gcc-3.4.4-cs-2005q3-2-glibc-2.3.6/bin/sbox-arm-softfloat-linux-gnu-nm: 'libgcc/./_dvmd_lnx_s.o': No such file mv -f libgcc/./_dvmd_lnx.visT libgcc/./_dvmd_lnx...
2008 Jan 21
0
[LLVMdev] LLVM build freezes in scratchbox, ARM target
On Jan 21, 2008 7:47 PM, Lauro Ramos Venancio <lauro.venancio at gmail.com> wrote: > Hi Arvind, > > To use llvm inside scratchbox you must use a newer qemu. See > http://setanta.wordpress.com/2007/11/20/qemu-arm-eabi-no-scratchbox/ > (in Portuguese, but the important things are in bash :) ) I have an installation of qemu on my system, but i don't think that compilation of any code should depend on the qemu/emulato...
2008 Aug 12
0
configure for ARM Linux
Hi, all, Samba version 3.2.1 tar ball is downloaded. Next, I'm facing how to configure it for ARM Linux, but it's not so smooth for me. : ( The following is my environment information: 1. Development environment : Linux PC 2. Cross compiler : scratchbox/compilers/arm-gcc3.4-uclibc0.9.28 3. Configure options : (almost of them are googled) $ ./configure --without-krb5 --without-ldap --without-ads --disable-cups --without-swat --host=i686 --target=arm-linux --prefix=/home/stanliao/work1/lsp/ap-util/install/etc/samba --exec-prefix=/home/stanliao/w...
2007 Oct 27
2
[LLVMdev] link errors on ARM with GCC 3.4.4
...SDK_BETA_ARMEL/mnt/shared/repos/svn/llvm/llvm-project/llvm/trunk/utils/TableGen' make[1]: *** [TableGen/.makeall] Error 2 make[1]: Leaving directory `/targets/SDK_BETA_ARMEL/mnt/shared/repos/svn/llvm/llvm-project/llvm/trunk/utils' make: *** [all] Error 1 `gcc -v` here Reading specs from /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/specs Reading specs from /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/gcc.specs rename spec cpp to old_cpp Configured with: /home/kl/cs2005q3-2_toolchain/gcc/glibc/work/gcc-2005q3-2/configure --build=i386-linux --host=i3...
2012 Sep 20
0
[LLVMdev] How can I make clang/llvm use specific toolchain?
Hello list. I wonder how I can make clang use specific linker. I am now trying to compile a hello world c code on an Ubuntu box for ARM and X86. And I have successfully built for ARM but NOT ABLE TO build one for X86. I am using a cross toolchain in the scratchbox environment of Tizen SDK. You can refer to the url below for my testing environment. http://blog.mikeasoft.com/2012/06/23/writing-native-tizen-applications-using-the-1-0-larkspur-sdk-scratchbox-and-efl/ ============================================================================ CC = /home/hum/Pr...
2007 Oct 28
0
[LLVMdev] link errors on ARM with GCC 3.4.4
...roject/llvm/trunk/utils/TableGen' > make[1]: *** [TableGen/.makeall] Error 2 > make[1]: Leaving directory > `/targets/SDK_BETA_ARMEL/mnt/shared/repos/svn/llvm/llvm-project/llvm/trunk/utils' > make: *** [all] Error 1 > > > `gcc -v` here > > Reading specs from > /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/specs > Reading specs from /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/gcc.specs > rename spec cpp to old_cpp > Configured with: > /home/kl/cs2005q3-2_toolchain/gcc/glibc/work/gcc-2005q3-2/configure > --b...
2008 Jan 28
2
[LLVMdev] llc fails to generate code for arm
Hi all, I had little success installing llvm inside scratchbox for an ARM build so have been trying to generate assembly code for arm using the llc utility. However, llc fails to generate code for arm. Output is as below... arvind at zeus:~/tools/llvm/del$ llc main.bc -o mainarm -filetype=asm -march=arm -f llc: ARMISelDAGToDAG.cpp:73: llvm::SDOperand LowerC...
2007 Sep 21
1
[LLVMdev] llvm for ARM
...binary from a c-source code. It would be great if I can get all the necessary steps to producing an ARM11 binary. Moreover My native CPU system is an X86 not an arm. What I want to test is whether I can use the llvm to compile my C-programs to produce ARM11 binaries which I would transfer into my scratchbox target for ARM, where Qemu would be used to execute the binaries. Hope I have provided enough information....please let me know if something is missing? Awaiting....... Amit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2008 Jan 28
0
[LLVMdev] llc fails to generate code for arm
HI Arvind, I think you are using an old llc version. VarArg support was implemented a long time ago. Lauro 2008/1/28, Arvind Ayyangar <arvind.ayyangar at gmail.com>: > Hi all, > I had little success installing llvm inside scratchbox for an ARM > build so have been trying to generate assembly code for arm using the > llc utility. However, llc fails to generate code for arm. Output is as > below... > > > arvind at zeus:~/tools/llvm/del$ llc main.bc -o mainarm -filetype=asm > -march=arm -f > llc: ARMISelD...
2007 Sep 24
0
[LLVMdev] ARM-BUILD
...binary from a c-source code. It would be great if I can get all the necessary steps to producing an ARM11 binary. Moreover My native CPU system is an X86 not an arm. What I want to test is whether I can use the llvm to compile my C-programs to produce ARM11 binaries which I would transfer into my scratchbox target for ARM, where Qemu would be used to execute the binaries. Hope I have provided enough information....please let me know if something is missing? I need the help at its earliest....wud be great if can get the same. I also can have chat at : tall21handsome on yahoo messenger. Awaiting.....
2008 Feb 04
1
[LLVMdev] llc fails to generate code for arm
...rote: > HI Arvind, > > I think you are using an old llc version. VarArg support was > implemented a long time ago. > > Lauro > > 2008/1/28, Arvind Ayyangar <arvind.ayyangar at gmail.com>: > > > Hi all, > > I had little success installing llvm inside scratchbox for an ARM > > build so have been trying to generate assembly code for arm using the > > llc utility. However, llc fails to generate code for arm. Output is as > > below... > > > > > > arvind at zeus:~/tools/llvm/del$ llc main.bc -o mainarm -filetype=asm > &gt...
2008 Oct 20
1
compile klibc problem (EABI version error)
...ersion 0 arm-iwmmxt-linux-gnueabi-ld: failed to merge target specific data of file /opt/arm-linux-4.1.1/bin/../lib/gcc/arm-iwmmxt-linux-gnueabi/4.1.1/libgcc.a(_dvmd_lnx.o) make[2]: *** [usr/klibc/libc.so] Error 1 make[1]: *** [all] Error 2 make: *** [klibc] Error 2 I tried the comple in scratchbox with gcc: sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2), but got similiar errors. Best Regards, Lixin Song -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.zytor.com/pipermail/klibc/attachments/20081020/82e2d849/attach...
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
Hi folks! I planned to put asterisk-1.4 on my slug (one of these embedded devices). Since i don't want to compile it natively on this slow processor, i need a cross-compile toolchain. I tried out several ways such as manually compiling binutils and gcc, or using scratchbox. All of these with the result that i got binaries for machines except the one i wanted! :( I then have been given a link to a optware tree specific to Debian on the slug[1]. I tried to compile, but at the first attempt, it stopped with this cruft: dlfcn.c:1225: error: dereferencing pointer to inc...