search for: 2009q1

Displaying 20 results from an estimated 21 matches for "2009q1".

Did you mean: 20091
2011 Jan 08
2
[LLVMdev] LLVM-GCC build failed
Hi      I am using LLVM and LLVM-GCC from SVN (version number: 122880). And I am using arm-2009q1-176-arm-none-linux-gnueabi-i686-mingw32.tar.bz2 or arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2. I tried the automated scripts (create-snapshots.sh and build-install-linux.sh) that are in the LLVM repository for building crosstoll for ARM (http://llvm.org/svn/llvm-project/llvm/tru...
2011 Jan 08
0
[LLVMdev] LLVM-GCC build failed
On Jan 8, 2011, at 8:04 AM, akramul azim wrote: > Hi > > I am using LLVM and LLVM-GCC from SVN (version number: 122880). And I am using arm-2009q1-176-arm-none-linux-gnueabi-i686-mingw32.tar.bz2 or arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2. I tried the automated scripts (create-snapshots.sh and build-install-linux.sh) that are in the LLVM repository for building crosstoll for ARM (http://llvm.org/svn/llvm-project/llvm/tru...
2010 Jun 01
2
[LLVMdev] Assertion when loading bitcode
>>>>> I am using GCC 4.3.2 ( Debian 4.3.2-1.1) on x86. I will try out a different compiler. I tried out Sourcery G++ Lite 2009q1-203 (GCC 4.3.3). I still can't get lli to run. This time the error is like this: 0 lli 0x00651128 1 lli 0x00651960 2 libc.so.6 0x40212600 __default_sa_restorer_v1 + 0 3 lli 0x00282ef0 4 lli 0x00283cec llvm::SelectionDAG::LegalizeTypes() + 608 5 lli 0x00233a1...
2009 Mar 26
0
[LLVMdev] OT: Python on LLVM
...a project that's obviously been > going on for some time (the roadmap is very detailed and they have initial > working code), while I spend quite some time on Python and LLVM related > lists and never saw a reference to it. We didn't want to announce when all we had was vapor. Our 2009Q1 release is a collection of tweaks to CPython (to give a quick performance boost to existing applications), and we've just now begun on the LLVM work. We still have a long way to go. Collin Winter
2009 Mar 26
3
[LLVMdev] OT: Python on LLVM
Hi, Slightly off-topic (as it's not directly about using or developing LLVM): http://code.google.com/p/unladen-swallow/wiki/ProjectPlan "Our long-term proposal is to replace CPython's custom virtual machine with a JIT built on top of LLVM, while leaving the rest of the Python runtime relatively intact." Just curious, has anyone here heard more about this project? Regards,
2009 Nov 13
0
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue
Hi all, with reference to the reply below, I downloaded toolchain from codesourcery (arm-2009q1-203-arm-none-linux-gnueabi) with gcc 4.3.3... when i compile llvm+clang with this toolchain i am getting the following error make[4]: Entering directory `/home/prasanth/LLVM_ARM/llvm-with-armgcc433/llvm-obj/tools/clang/tools/c-index-test' llvm[4]: Linking Release executable c-index-test (witho...
2009 Jul 03
4
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...ux. TRIED: to use the script in llvm/utils/crosstool/ARM/build-install-linux.sh I used the recommended version of CodeSourcery and the same SVN revision. RESULT: llvm-gcc builds but when I try to use it I get "as: unrecognized option `-meabi=4'" TRIED: using the latest CodeSourcery 2009q1 and latest LLVM REV 74564 RESULT: llvm-gcc failed to build with this error: /tmp/ccVSwC0h.s:535: Error: selected processor does not support `strd r2,[r6]' make[3]: *** [libgcc/./_udivmoddi4.o] Error 1 TRIED: adding --with-cpu=cortex-a8 to configuration for llvm-gcc RESULT: llvm-gcc...
2009 Nov 09
1
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue
Prasanth J skrev: > Hi, > > i am a newbie to llvm architecture. i have been trying to port llvm on > ARM target. i am using the following configuration for cross compiling > llvm. > > ../llvm/configure --host=arm-linux --target=arm-linux > --build=i686-linux --prefix=/opt/llvm-arm/ --enable-optimized > --disable-debug \ > --disable-expensive-checks --disable-doxygen
2009 Sep 28
1
[LLVMdev] __clear_cache on ARM
Hello, I've just found that the current SVN trunk has some toolchain dependencies on ARM cross compiling. i.g. the __clear_cache in lib/System/Memory.cpp is not defined in my toolchain (codesourcery 2007q3, gcc version 4.2.1). What is the official(?) toolchain version used for ARM cross-compilation? Best, Hyok -------------- next part -------------- An HTML attachment was
2011 Jan 07
0
[LLVMdev] Can anyone please give any suggestions?
...directory `/tmp/llvm-project.YZQXqN/obj/llvm-gcc-4.2/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/tmp/llvm-project.YZQXqN/obj/llvm-gcc-4.2' make: *** [all] Error 2 ~ I am using the latest version of LLVM and LLVM-GCC from SVN (version number: 122872). And I am using arm-2009q1-176-arm-none-linux-gnueabi-i686-mingw32.tar.bz2. I am using CygWin. Can anyone please tell me what is the reason of the problem?   Akramul -----Inline Attachment Follows----- _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu         http://llvm...
2009 Jul 03
0
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...s/crosstool/ARM/build-install- > linux.sh > I used the recommended version of CodeSourcery and the same SVN > revision. > > RESULT: llvm-gcc builds but when I try to use it I get "as: > unrecognized option `-meabi=4'" > > TRIED: using the latest CodeSourcery 2009q1 and latest LLVM REV 74564 > > RESULT: llvm-gcc failed to build with this error: > > /tmp/ccVSwC0h.s:535: Error: selected processor does not support > `strd r2,[r6]' > make[3]: *** [libgcc/./_udivmoddi4.o] Error 1 > > TRIED: adding --with-cpu=cortex-a8 to configura...
2011 Jan 05
0
[LLVMdev] LLVM for ARM target
> Can you please tell me what should I do at this point? How to get the standard C library for ARM around? The best thing is to grab some description how to build "normal" gcc for your target and make sure all the steps described there will be ok. After this you can substitute normal gcc with llvm-gcc and start the same scenario from scratch. I believe this is the best way how the
2009 Nov 13
2
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue
Prasanth J wrote: > > Hi all, > with reference to the reply below, I downloaded toolchain from > codesourcery (arm-2009q1-203-arm-none-linux-gnueabi) with gcc 4.3.3... > when i compile llvm+clang with this toolchain i am getting the > following error > > make[4]: Entering directory > `/home/prasanth/LLVM_ARM/llvm-with-armgcc433/llvm-obj/tools/clang/tools/c-index-test' > llvm[4]: Linking Release e...
2012 Jul 24
0
[R-sig-ME] lmer() - no applicable method for 'profile' under R version 2.15.1
...RAW] > I believe you're stuck for the time being: profiling is not yet >implemented for GLMMs. > REML is not implemented for GLMMs either: there is some debate as to >whether a useful analogue of REML can be defined: see ><https://stat.ethz.ch/pipermail/r-sig-mixed-models/2009q1/002104.html> >for example. > I don't know of any canned approach to computing likelihood profiles >for GLMMs: there are MCMC approaches (e.g. MCMCglmm, or AD Model Builder >followed by MCMC sampling) which give you a marginal posterior >distribution ... in principle AD Model...
2011 Jan 05
2
[LLVMdev] LLVM for ARM target
Can you please tell me what should I do at this point? How to get the standard C library for ARM around? I also tried to build  http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/ in CYGWIN. However, my LLVM building was failed when I run the script. I am in dilemma what steps i should follow. Please help me. Thanks a lot Akramul --- On Tue, 4/1/11, Anton Korobeynikov <anton at
2012 Feb 14
2
how to test the random factor effect in lme
Hi I am working on a Nested one-way ANOVA. I don't know how to implement R code to test the significance of the random factor My R code so far can only test the fixed factor : anova(lme(PCB~Area,random=~1|Sites, data = PCBdata)) numDF denDF F-value p-value (Intercept) 1 12 1841.7845 <.0001 Area 1 4 4.9846 0.0894 Here is my data and my hand
2010 Feb 02
0
build failures with 2.6.33-rc
...me past the first hurdle, but I still run into various compiler errors, so it makes me think I have something more basic that is wrong in my setup. Below is the build log for ARM[3] and for x86[4]. For x86, my host system is Ubuntu 9.10 (gcc 4.4.1), and for ARM my target toolchain is CodeSourcery 2009q1 (gcc 4.3.3) and I've also added the 'Fix arm signals' patch[2] to my tree, but that seems to be a fix for a different problem than I'm currently seeing. Any pointers would be grealy appreciated, Kevin [1] http://www.zytor.com/pipermail/klibc/2009-September/002457.html [2] http://...
2009 Nov 14
0
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue
...hould i resolve this error... Thanks and Regards, Prasanth J On Fri, Nov 13, 2009 at 7:39 PM, Xerxes Rånby <xerxes at zafena.se> wrote: > Prasanth J wrote: > > > > Hi all, > > with reference to the reply below, I downloaded toolchain from > > codesourcery (arm-2009q1-203-arm-none-linux-gnueabi) with gcc 4.3.3... > > when i compile llvm+clang with this toolchain i am getting the > > following error > > > > make[4]: Entering directory > > > `/home/prasanth/LLVM_ARM/llvm-with-armgcc433/llvm-obj/tools/clang/tools/c-index-test' &...
2009 May 03
4
Weird OpenGL problems
...GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 965Q GEM 20090418 2009Q1 OpenGL version string: 2.0 Mesa 7.4.1 OpenGL shading language version string: 1.10 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_q...
2009 Nov 09
2
[LLVMdev] Compilation error while cross compiling LLVM for ARM
Hi, i am a newbie to llvm architecture. i have been trying to port llvm on ARM target. i am using the following configuration for cross compiling llvm. ../llvm/configure --host=arm-linux --target=arm-linux --build=i686-linux --prefix=/opt/llvm-arm/ --enable-optimized --disable-debug \ --disable-expensive-checks --disable-doxygen \ --disable-threads --enable-targets=cbe,cpp,arm using this