Displaying 19 results from an estimated 19 matches for "2010q1".
Did you mean:
2010.1
2013 Mar 06
3
Plotting time data for various countries in same graph
Hi,
I've the following kind of data
Time Country Values
2010Q1 India 5
2010Q2 India 7
2010Q3 India 5
2010Q4 India 9
2010Q1 China 10
2010Q2 C...
2014 Aug 30
1
help compiling samba
I'm compiling samba-3.6.22 for android with the sourcery arm-2010q1
compiler. The compile itself goes fine, but when I copy smbd to my device
it's not recognized as a binary. I get the error
sh: ./smbd: No such file or directory
file under linux tells me:
smbd: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV),
dynamically linked (uses shared libs)...
2010 Jul 12
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> ~/Desktop/Sanjeev/LLVM/llvm-2.7/Release/lib/libLLVMgold.so --eh-frame-hdr
> -melf_i386 -dynamic-linker /lib/ld-linux.so.2 /usr/lib/crt1.o
Ok, this way you're generating code for x86
> /usr/lib/crti.o
> /usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtbegin.o
> -L/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0 -L/usr/local/lib -lgcc
> --as-needed -lgcc_s --no-as-needed -lc -lgcc
2010 Jul 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...* [stmp-multilib] Error 2
make[2]: Leaving directory
`/home/jal/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/jal/llvm-gcc-4.2-2.7.source'
make: *** [all] Error 2
Toolkit version is
Configured with:
/scratch/julian_vda8/2010q1-release-linux-lite/src/gcc-4.4-2010q1/configure
--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
--target=arm-v7a8-linux-gnueabi --enable-threads --disable-libmudflap
--disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs
--with-gnu-as --with-gnu-ld
--with-specs='%{funwind...
2011 Jan 24
0
[LLVMdev] Error in cross-compiling "Hello World"
...multilib --prefix=/usr/loc
al/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2 --disable-shared --disable-libs
sp --program-prefix=llvm- --disable-bootstrap --disable-libmudflap --target=arm-
none-linux-gnueabi --disable-libstdcxx-pch --enable-optimized --with-as=/usr/loc
al/crosstool/codesourcery/arm-2010q1/bin/arm-none-linux-gnueabi-as --with-ld=/us
r/local/crosstool/codesourcery/arm-2010q1/bin/arm-none-linux-gnueabi-ld --with-s
ysroot=/usr/local/crosstool/codesourcery/arm-2010q1/arm-none-linux-gnueabi/libc
Thread model: single
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build)
"c:...
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Sorry for not explaining well.
After compiling with g++-cross
g++-cross -c a.c
I do link using this command
/gold_binutils/build/gold/ld-new -plugin
~/Desktop/Sanjeev/LLVM/llvm-2.7/Release/lib/libLLVMgold.so --eh-frame-hdr
-melf_i386 -dynamic-linker /lib/ld-linux.so.2 /usr/lib/crt1.o
/usr/lib/crti.o
/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtbegin.o
2011 Jan 24
0
[LLVMdev] Error in compiling "Hello World" in a LLVM-GCC cross crosscompiler
...multilib --prefix=/usr/loc
al/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2 --disable-shared --disable-libs
sp --program-prefix=llvm- --disable-bootstrap --disable-libmudflap --target=arm-
none-linux-gnueabi --disable-libstdcxx-pch --enable-optimized --with-as=/usr/loc
al/crosstool/codesourcery/arm-2010q1/bin/arm-none-linux-gnueabi-as --with-ld=/us
r/local/crosstool/codesourcery/arm-2010q1/bin/arm-none-linux-gnueabi-ld --with-s
ysroot=/usr/local/crosstool/codesourcery/arm-2010q1/arm-none-linux-gnueabi/libc
Thread model: single
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build)
"c:...
2010 May 07
0
[LLVMdev] How to build a cross llvm-gcc compiler for Arm Cortex-A8
Hello
> My host is Linux on x86, and I want llvm-gcc generate code for Arm
> Cortex-A8.
> I saw that in LLVM 2.7 Release Notes, but I can't find step to build
> it. Anyone tell me?
Build llvm-gcc exactly the same way you're building the cross gcc for
your target.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State
2010 May 07
2
[LLVMdev] How to build a cross llvm-gcc compiler for Arm Cortex-A8
hi
My host is Linux on x86, and I want llvm-gcc generate code for Arm
Cortex-A8.
I saw that in LLVM 2.7 Release Notes, but I can't find step to build
it. Anyone tell me?
llvm-gcc now has complete support for the ARM v7 NEON instruction set. This
support differs slightly from the GCC implementation. Please see the ARM
Advanced SIMD (NEON) Intrinsics and Types in LLVM Blog
2011 Jun 14
4
[LLVMdev] code generation for ARM
Thanks for your reply.
I have a normal (../configure --enable-profiling --disable-optimized
--enable-assertions) llvm debug+profile+assert build.
I am generating llvm-bitcode using following commands.
llvm-gcc -DLINUX_i386 -DSPEC_CPU2000 -O3 -emit-llvm 186.crafty/src/valid.c
-c -o 186.crafty/src/valid.bc
---
llvm-link 186.crafty/src/*.bc -o 186.crafty/186.crafty.rel.bc
and finally:
llc
2011 Jul 27
3
[LLVMdev] Problem with llvm-gcc 'make' and arm-none-linux-gnueabi-as
...en terminate as follows:
./llvm-gcc-4.2-2.9.source/gcc/../libdecnumber -I../libdecnumber
-I/net/coldwater/w/grwright/Research/llvm/llvm-obj/include
-I/net/coldwater/w/grwright/Research/llvm/llvm-2.9/include
../../llvm-gcc-4.2-2.9.source/gcc/cp/g++spec.c)
/net/coldwater/w/grwright/Research/llvm/arm-2010q1/bin/arm-none-linux-gnueabi-as:
unrecognized option '-Qy'
make[2]: *** [g++spec.o] Error 1
make[2]: Leaving directory
`/net/coldwater/w/grwright/Research/llvm/llvm-gcc/obj/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/net/coldwater/w/grwright/Research/llvm/llvm-gcc/obj...
2010 Jul 05
2
[LLVMdev] Cross compiling llvm with arm toolchain
Hello all,
I was hoping someone may know a "good" version of the arm toolchain when
cross compiling llvm and clang for ARM. I've tried arm-2008q3-72,
arm-2009 and arm-2010q1-202 from code-sourcery with little success -
arm2010q1 fails to compile, arm-2009 take an age to link and arm-2008q3
seems to work but only when compiled with -O0. Does anyone have any
advice on the matter?
Thanks for your help,
Jon
2011 Jul 28
0
[LLVMdev] Problem with llvm-gcc 'make' and arm-none-linux-gnueabi-as
Hi, Griffin
> /net/coldwater/w/grwright/Research/llvm/arm-2010q1/bin/arm-none-linux-gnueabi-as:
^^^^^^^^^^^
Maybe using a newer codesourcery toolchain can help you?
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2010 May 05
1
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
I place codesourcery toolchain 2010q1 there, but the sh tell me
"CodeSourcery tarball not found in
/root/tmp/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
", does 2007q3 support ARM Cortex A8?
What can I do?
2010/5/5 Eli Friedman <eli.friedman at gmail.com>
> On Tue, May 4, 2010 at 8:57 PM, 爱好者 <...
2010 May 05
2
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
hi all
We want speed up our applications, so we want use llvm-gcc. I nerver
cross build it for arm, and I didn't find enough information in llvm docs.
Our cpu is cortex a8, anybody tell me how can I do? Step by step.
THANK YOU!
yours Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 May 05
0
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
On Tue, May 4, 2010 at 8:57 PM, 爱好者 <proljc at gmail.com> wrote:
> hi all
> We want speed up our applications, so we want use llvm-gcc. I nerver
> cross build it for arm, and I didn't find enough information in llvm docs.
> Our cpu is cortex a8, anybody tell me how can I do? Step by step.
> THANK YOU!
> yours Liu
Try the
2010 Jul 06
0
[LLVMdev] Cross compiling llvm with arm toolchain
> I've tried arm-2008q3-72,
> arm-2009 and arm-2010q1-202 from code-sourcery with little success -
> arm2010q1 fails to compile, arm-2009 take an age to link and arm-2008q3
> seems to work but only when compiled with -O0. Does anyone have any
> advice on the matter?
CS's release series is renowned for being bug-ridden.
To be fair, th...
2011 Jul 28
1
[LLVMdev] Problem with llvm-gcc 'make' and arm-none-linux-gnueabi-as
I tried using 2011-03 for gnu/linux, but I got the exact same problem.
-Griffin
On Jul 27, 2011 9:29 PM, "陳韋任" <chenwj at iis.sinica.edu.tw> wrote:
>
> Hi, Griffin
>
> >
/net/coldwater/w/grwright/Research/llvm/arm-2010q1/bin/arm-none-linux-gnueabi-as:
> ^^^^^^^^^^^
>
> Maybe using a newer codesourcery toolchain can help you?
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (陳韋任)
> Computer Systems Lab, Institute of Information Science,
> Academia...
2010 Jun 03
2
rgl problem on Fedora 13
...GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Mobile Intel? GM45 Express Chipset GEM 20100328 2010Q1
OpenGL version string: 2.1 Mesa 7.8.1
OpenGL shading language version string: 1.20
OpenGL extensions:
GL_ARB_copy_buffer, GL_ARB_depth_texture, GL_ARB_depth_clamp,
GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex,
GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program,...