search for: n800

Displaying 15 results from an estimated 15 matches for "n800".

Did you mean: 0800
2009 May 20
2
[LLVMdev] Arm port
...f the Pandora's processor but it may not matter, depending > on what you're trying to do with it. > > If you are able to try out LLVM for ARM, we would welcome your > feedback and contributions! Certainly, I'll test it out. In fact, I think now, that I do have a Nokia N800, and it runs the same TI OMAP3530 (I think, but I'm going to have to go doublecheck that) so I might well be able to test immediately. Tell you what: beginning immediately, I'll start reading all of the documents I can find at your site, so I'm not quite so dumb at it. I haven't s...
2009 May 20
0
[LLVMdev] Arm port
The Nokia N800 is an OMAP 2420 which is an ARM11. If you want an OMAP 3530 today, I think the cheapest route is the Beagleboard. deep On Wed, May 20, 2009 at 3:13 PM, Chuck Robey <chuckr at telenix.org> wrote: > Bob Wilson wrote: >> On May 20, 2009, at 1:38 PM, Chuck Robey wrote: >>> Hm...
2009 May 20
1
[LLVMdev] Arm port
Sandeep Patel wrote: > The Nokia N800 is an OMAP 2420 which is an ARM11. > > If you want an OMAP 3530 today, I think the cheapest route is the Beagleboard. Yeah, I see that now, about the N800. About the BeagleBoard, if you're going after an equivalent # of peripherals (screen and keyboard are things I wanted) then, really...
2010 Feb 21
3
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
...n an actual ARM device, and CodeGenDAGPatterns.cpp is taking a really long time to compile (it's been like 20 minutes or more). I don't even get an error. All the files before it compile pretty quickly but this file in particular just won't finish. The version of gcc I have on my Nokia N800 (that I got from the Maemo SDK repository) is: gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2) I'm kind of worried it may be a broken version as far as compiling for LLVM goes, but a lot of the docs and things on the LLVM website seem to be down this weekend. Anyways, if anyone has sim...
2010 Feb 21
0
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
...gt; CodeGenDAGPatterns.cpp is taking a really long time to compile (it's been > like 20 minutes or more). > I don't even get an error. All the files before it compile pretty quickly > but this file in particular just won't finish. > > The version of gcc I have on my Nokia N800 (that I got from the Maemo SDK > repository) is: > > gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2) > > I'm kind of worried it may be a broken version as far as compiling for LLVM > goes, but a lot of the docs and things on the LLVM website seem to be down > this wee...
2009 May 20
0
[LLVMdev] Arm port
On May 20, 2009, at 1:38 PM, Chuck Robey wrote: > Hmm. Well, my motivation is that I recently bought a Pandora (it > has the > Cortex-A8). It's not going to arrive here for a couple more months, > I think. > When it does finally arrive, I want to be able to immediately begin > work on > replacing the Linux that comes pre-installed with FreeBSD-arm. Hi Chuck,
2010 Feb 21
1
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
...d CodeGenDAGPatterns.cpp is taking a really long time to compile (it's been like 20 minutes or more). >> I don't even get an error. All the files before it compile pretty quickly but this file in particular just won't finish. >> >> The version of gcc I have on my Nokia N800 (that I got from the Maemo SDK repository) is: >> >> gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2) >> >> I'm kind of worried it may be a broken version as far as compiling for LLVM goes, but a lot of the docs and things on the LLVM website seem to be down this we...
2009 May 20
2
[LLVMdev] Arm port
Sandeep Patel wrote: > I am currently working on support for the Cortex-A9, but as all > compiler testing is more easily done on an Cortex-A8 today, A8 support > is implicit. > > What specific ISA changes are you most interested in? Are you able to > develop patches if we coordinate which areas to work on? Hmm. Well, my motivation is that I recently bought a Pandora (it has
2008 Dec 30
0
[LLVMdev] LLVM ARM Cross-Compiler Build
...name:Linux shark-armel 2.6.24-rc7 #1 Wed Jan 16 02:28:08 CET 2008 armv5tel GNU/Linux http://llvm.org/nightlytest/machine.php?machine=335 However, some other nightly testers may be running cross-compilers (but are probably still running the tests via QEMU or similar emulator): Nickname:lauro-armv6-N800 uname:Linux laurov-laptop 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux http://llvm.org/nightlytest/machine.php?machine=172 Nickname:lauro-armv5te-softfloat uname:Linux laurov-desktop 2.6.17-11-generic #2 SMP Tue Mar 13 23:32:38 UTC 2007 i686 GNU/Linux http://llvm.org/nightly...
2008 Dec 28
1
[LLVMdev] LLVM ARM Cross-Compiler Build
Hi, This is a simple question about building ARM cross-compiler. What is the building procedure using LLVM 2.4 and GCC front-end 4.2? I used these commands for LLVM, and it is okay. $ ../configure --prefix=/usr/local -target=arm $ make ENABLE_OPTIMIZED=0 $ make ENABLE_OPTIMIZED=0 install Then these commands were used for GCC front-end but this got couple of errors. $ ../configure
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...KZM Emulation Baseboard (ARM1136) > lm3s6965evb Stellaris LM3S6965EVB > lm3s811evb Stellaris LM3S811EVB > mainstone Mainstone II (PXA27x) > midway Calxeda Midway (ECX-2000) > musicpal Marvell 88w8618 / MusicPal (ARM926EJ-S) > n800 Nokia N800 tablet aka. RX-34 (OMAP2420) > n810 Nokia N810 tablet aka. RX-44 (OMAP2420) > netduino2 Netduino 2 Machine > none empty machine > nuri Samsung NURI board (Exynos4210) > realview-eb ARM Real...
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-j...
2008 Jan 08
1
Wireless Wiki ??
I went to the wiki and searched for both wireless and wifi and did not find anything related to wireless cards in CentOS. I think it would be stellar to have something similar to the laptops page but for wifi chipsets. I would propose it have three categories: FOSS chipsets Native driver but not FOSS chipsets (ie atheros via madwifi) NDIS Wrapper FSF has compiled somewhat of a list at
2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
Try make VERBOSE=1 first. Perhaps it'll tell us something. Evan On Feb 19, 2008, at 4:19 PM, Tobias Oberstein wrote: > 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 > &gt...
2008 Dec 28
4
[LLVMdev] [Patch] Adding unit tests to LLVM
Mark Kromis wrote: > On Dec 27, 2008, at 7:41 PM, Misha Brukman wrote: >> 2008/12/27 Mark Kromis <greybird at mac.com> >> Just a curiosity question, why push for gtest vs Boost Test or a >> different test suite? >> I normally use Boost, and their test suite, so I'm more familiar with >> that. So I was wondering is one better then the other, or is it