Displaying 10 results from an estimated 10 matches for "2008q3".
Did you mean:
200803
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
2008 Dec 17
2
Add a string to each string of an array
Dear all,
I have an array of strings
a <- c("2008q3","2005q1","2004q3")
I would like to add to each a[i], with i = 1,2,3
the following string "IMT",
such that in the end I could get
b <- c("IMT2008q3","IMT2005q1","IMT2004q3")
Is it possible to accomplish this without a loop com...
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...
2011 May 10
5
[LLVMdev] How to Cross compile llvm to ARM ?
Hi, all
I want to compile llvm for arm board , running llvm on Devkit8000
cross-compiler : arm-2008q3 (arm-none-linux-gnueabi)
below is my configure:
../llvm-2.9/configure
--with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux
--enable-optimized
--enable-jit
--disable-threads...
2009 May 12
1
Two-way Anova
Hello,
I'm trying to do a comparsion on a large scale say 10L bottle of liquid and a small scale bottle of liquid 0.5L, I have 5 different samples from each and they are measured over the space of 8 days as % viability and the % viability decreases over time. However not all 10 samples got measured every day. How would I do a two-way anova on this in R?
Thanks for any help.
Regards,
Al
2011 Jun 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
...CFLAGS = '-static'
make
make install
done !
Regards,
Poki
2011/5/10 李柏舉 <poki.gzca at gmail.com>
> Hi, all
>
> I want to compile llvm for arm board , running llvm on Devkit8000
>
> cross-compiler : arm-2008q3 (arm-none-linux-gnueabi)
>
> below is my configure:
>
> ../llvm-2.9/configure
> --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux
> --enable-optimized
> --enable-jit
>...
2011 May 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
...ome of these
issues on tip-of-tree but this will unfortunately not be helpful for
2.9
Sorry!
-jason
On Tue, May 10, 2011 at 3:57 AM, 李柏舉 <poki.gzca at gmail.com> wrote:
> Hi, all
>
> I want to compile llvm for arm board , running llvm on Devkit8000
>
> cross-compiler : arm-2008q3 (arm-none-linux-gnueabi)
> below is my configure:
> ../llvm-2.9/configure
> --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux
> --enable-optimized
> --enable-jit
> ...
2010 Apr 21
2
R crashing oddly
Hi,
I am working with the package nlme, and I tried creating a new correlation
class (which, according to the help pages, is possible if you write a few
new method functions). Anyways, I think I am 99% of the way there, but I
have a recurring problem with R crashing on seemingly innocuous statements
(I have set debug() on nearly every function, so I can see where it is
failing).
For instance,
2009 Jul 08
3
[LLVMdev] ARM cross compiling causes segmentation fault
Hello,
I built a llvm toolchain for ARM and I'm trying to build a simple
application on ARM using LLVM. When I compiled the code, it has the
following message and the binary code has a segmentation fault when it is
executed.
/tmp/ccJPjMe4.s: Assembler messages:
/tmp/ccJPjMe4.s:4250: rdhi, rdlo and rm must all be different
/tmp/ccJPjMe4.s:4589: rdhi, rdlo and rm must all be different
2008 Jul 03
2
First attempt to use R
While I am not a novice when it comes to statistics, this will be the first
time I have used R, apart from some intial play. I have normally written my
own code for statistical analysis in C++ or fortran, for a number of reasons
(in part contingent on what the boss was willing to pay for), and having been
programming for a long time, there is no need to spare me the programming
details.