search for: 2008q1

Displaying 7 results from an estimated 7 matches for "2008q1".

Did you mean: 200811
2011 Jan 19
1
Pigeonhole 2.2 build issue on arm
...2.2/src] # gcc -v Using built-in specs. Target: arm-none-linux-gnueabi Configured with: ../gcc-4.2/configure --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-as --with-ld=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-ld --enable-languages=c,c++ --disable-multilib --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --enable-shared --enable-symvers...
2009 Nov 09
1
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue
...r llvm version crash sporadically since you would recreate llvm PR4960 if using the llvm JIT. http://llvm.org/bugs/show_bug.cgi?id=4960 __clear_cache are needed to clear the instructioncache after jitting a function and this gcc builtin are found in gcc 4.3.3 and later or CodeSourcery's 2007Q3/2008Q1 compiler releases and later. Try updating you cross compiler! Cheers Xerxes
2008 Jan 26
0
RSQLite 0.6-7 -- changes to dbGetQuery semantics
...GetQuery still opens a new temporary connection, but now issues a warning. It is best practice to explicitly close open result sets before issuing further queries. These changes are in response to the following discussion on the r-sig-db list: https://stat.ethz.ch/pipermail/r-sig-db/2008q1/000399.html + seth -- Seth Falcon | seth at userprimary.net | blog: http://userprimary.net/user/ _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Jan 26
0
RSQLite 0.6-7 -- changes to dbGetQuery semantics
...GetQuery still opens a new temporary connection, but now issues a warning. It is best practice to explicitly close open result sets before issuing further queries. These changes are in response to the following discussion on the r-sig-db list: https://stat.ethz.ch/pipermail/r-sig-db/2008q1/000399.html + seth -- Seth Falcon | seth at userprimary.net | blog: http://userprimary.net/user/ _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Jan 07
0
[LLVMdev] GC infrastructure checked in
Hello, Everyone > That said, the PyPy group has llvmgcroot support on a branch; you > could ask Armin Rigo <arigo at tunes dot org> for details about > accessing it. FYI: some status report can be seen here: http://codespeak.net/pipermail/pypy-dev/2008q1/004441.html -- WBR, Anton Korobeynikov
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
2009 Nov 13
0
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue
...radically since you would recreate llvm PR4960 if using the llvm JIT. > http://llvm.org/bugs/show_bug.cgi?id=4960 > > __clear_cache are needed to clear the instructioncache after jitting a > function and this gcc builtin are found in gcc 4.3.3 and later or > CodeSourcery's 2007Q3/2008Q1 compiler releases and later. > > Try updating you cross compiler! > > Cheers > Xerxes > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091113/3e3c4945/attachment.html>