search for: 2005q3

Displaying 20 results from an estimated 21 matches for "2005q3".

2010 Feb 21
3
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
...9;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 similar experience let me know. I dug around for some past mails on this list regarding building LLVM...
2010 Feb 21
1
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
>From a cached version of the Getting Started Guide, I have found: "GCC 3.4.4 (CodeSourcery ARM 2005q3-2): this compiler miscompiles LLVM when building with optimizations enabled. It appears to work with "make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O1" or build a debug build." I'm trying that now. -Puyan On Sun, Feb 21, 2010 at 1:22 AM, Rajika Kumarasiri <rajika at wso2.com&g...
2010 Feb 21
0
[LLVMdev] Possibly using a broken version of GCC to build LLVM (file won't finish compiling).
.... > 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 similar experience let me know. I dug around for > some past mails on t...
2007 Oct 27
2
[LLVMdev] link errors on ARM with GCC 3.4.4
...ed/repos/svn/llvm/llvm-project/llvm/trunk/utils/TableGen' make[1]: *** [TableGen/.makeall] Error 2 make[1]: Leaving directory `/targets/SDK_BETA_ARMEL/mnt/shared/repos/svn/llvm/llvm-project/llvm/trunk/utils' make: *** [all] Error 1 `gcc -v` here Reading specs from /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/specs Reading specs from /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/gcc.specs rename spec cpp to old_cpp Configured with: /home/kl/cs2005q3-2_toolchain/gcc/glibc/work/gcc-2005q3-2/configure --build=i386-linux --host=i386-linux --target=a...
2008 Feb 20
2
[LLVMdev] Problems building LLVM 2.2 for ARM
...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-jit --enable-threads --enable-shared --enable-optimized I could reproduce, but overcome the problems described in dox regarding optimized built: """ GCC 3.4.4 (CodeSourcery ARM 2005q3-2): this compiler miscompiles LLVM...
2006 Apr 30
2
How to write a catch all rule?
Hi all I''m new to Qos and iproute2, but studied well the documentation. According to http://lartc.org/howto/lartc.qdisc.filters.html, catch all rule should be written as follows: tc filter add dev eth0 protocol ip parent 10: prio 2 \ flowid 10:2 But it doesn''t work because filtertype is missing. Can somebody please kindly explain how to write a catch all rule? Many
2007 Oct 28
0
[LLVMdev] link errors on ARM with GCC 3.4.4
.../TableGen' > make[1]: *** [TableGen/.makeall] Error 2 > make[1]: Leaving directory > `/targets/SDK_BETA_ARMEL/mnt/shared/repos/svn/llvm/llvm-project/llvm/trunk/utils' > make: *** [all] Error 1 > > > `gcc -v` here > > Reading specs from > /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/specs > Reading specs from /scratchbox/compilers/cs2005q3.2-glibc2.5-arm/gcc.specs > rename spec cpp to old_cpp > Configured with: > /home/kl/cs2005q3-2_toolchain/gcc/glibc/work/gcc-2005q3-2/configure > --build=i386-linux --h...
2006 Jul 27
12
Weird HTB behaviour in 2.6.17
...ove the ceiling. I''ve seen that same behaviour in several machines with this kernel, both with Intel and AMD processors. With a dual Xeon 3 GHz, when my ceiling is 750 Kbps, I get the traffic about 5 Mbps. It seems to be something related to clock. http://mailman.ds9a.nl/pipermail/lartc/2005q3/016981.html In that post, there is another guy with the same problem, but with 2.6.11. Any clues? -- Marlon
2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
...ded 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-jit --enable- > threads > --enable-shared --enable-optimized > > I could reproduce, but overcome the problems described in dox > regarding optimized built: > > """ > GCC 3.4.4 (CodeSourcery...
2007 Mar 20
1
TC Filter matching all
Hello! I was always using "default" in HTB to choose default class, but now I need to do it with filters. Tried following command: # tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2 Unknown filter "flowid", hence option "10:2" is unparsable It is from example in LARTC Howto. My question is then - how to make a filter matching all without eating
2010 Jan 16
0
[LLVMdev] LLVM-gcc for ARM
>From where can I take them? And how modifies the compiling procedure? Thank you, Corina --- On Fri, 1/15/10, Anton Korobeynikov <anton at korobeynikov.info> wrote: From: Anton Korobeynikov <anton at korobeynikov.info> Subject: Re: [LLVMdev] LLVM-gcc for ARM To: "corina s" <corina_fff at yahoo.com> Cc: "LLVM Developers Mailing List" <llvmdev at
2010 Jan 16
2
[LLVMdev] LLVM-gcc for ARM
OK, I put in my classpath the binaries from this package arm-2005q3-1-arm-none-linux-gnueabi-i686-pc-linux-gnu futrhermore in the configure options I specified --with-gnu-ld and  --with-gnu-as but I am getting the same error. exec: 2: -meabi=4: not found Any ideas? --- On Sat, 1/16/10, corina s <corina_fff at yahoo.com> wrote: From: corina s <corina_...
2008 Oct 20
1
compile klibc problem (EABI version error)
...e /opt/arm-linux-4.1.1/bin/../lib/gcc/arm-iwmmxt-linux-gnueabi/4.1.1/libgcc.a(_dvmd_lnx.o) make[2]: *** [usr/klibc/libc.so] Error 1 make[1]: *** [all] Error 2 make: *** [klibc] Error 2 I tried the comple in scratchbox with gcc: sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2), but got similiar errors. Best Regards, Lixin Song -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.zytor.com/pipermail/klibc/attachments/20081020/82e2d849/attachment.html
2010 Jan 16
1
[LLVMdev] LLVM-gcc for ARM
Hello > exec: 2: -meabi=4: not found > make[4]: *** [crtbegin.o] Error 1 It seems you don't have cross-binutils for arm-eabi installed. Note that ARM binutils are known to be buggy - you should use the fresh CVS snapshot. PS: Please use "Reply All" button - this way the copy will be sent to llvm-dev ML and others will be able to comment / use the information as well. --
2005 Oct 11
4
dual-isp incoming traffic problems
I have two ISP connections, and am having some issues. I can connect to any services on the firewall, like the smtp gateway, but anything on the internal server only works from one connection. The lartc guide has a good example for what to do for services on the box, but leaves it open for how to handle services on an internal host. I''ve tried using iptables to mark the packets
2005 Jul 11
9
HTB Rate and Prio (continued)
Hi again, I keep posting about my problem with HTB -> http://mailman.ds9a.nl/pipermail/lartc/2005q3/016611.html With a bit of search I recently found the exact same problem I have in the 2004 archives with some graphs that explain it far better than I did -> http://mailman.ds9a.nl/pipermail/lartc/2004q4/014519.html and http://mailman.ds9a.nl/pipermail/lartc/2004q4/014568.html Un...
2008 Jan 21
2
[LLVMdev] LLVM build freezes in scratchbox, ARM target
Hi, I am new to LLVM and have been trying to get it working on scratchbox (ARM target). When I try to build llvm-2.1, the build freezes with the following output.. /scratchbox/compilers/arm-softfloat-linux-gcc-3.4.4-cs-2005q3-2-glibc-2.3.6/bin/sbox-arm-softfloat-linux-gnu-nm: 'libgcc/./_dvmd_lnx_s.o': No such file mv -f libgcc/./_dvmd_lnx.visT libgcc/./_dvmd_lnx.vis /home/arvind/tools/llvm/llvm_build/./gcc/xgcc -B/home/arvind/tools/llvm/llvm_build/./gcc/ -B/opt/llvm//arm-unknown-linux-gnu/bin/ -B/opt/llvm//arm-u...
2008 Mar 21
0
[LLVMdev] Just got bitten by accidentally using the wrong gcc
...built with full optimizations enabled (i.e. a release build). The workaround is to use -O2 instead of -O3 as optimization level, which has been set." activate OPTIMIZE_OPTION=-O2 3.4.4) if arch = arm then warning "gcc 3.4.4 for ARM (CodeSourcery ARM 2005q3-2) miscompiles LLVM when building with full optimizations enabled. The workaround is to use -O1 instead of -O3 as optimization level, which has been set." activate OPTIMIZE_OPTION=-O1 4.0.0) if arch = ia64 then error "gcc 4.0.0 for ia-64 miscompil...
2008 Mar 21
3
[LLVMdev] Just got bitten by accidentally using the wrong gcc
I recommend you don't parse version strings. In fact I switch the check to use AC_COMPILE precisely for the reason that gcc --version is totally unreliable and vendor specific. For example, what's the regular expression that tells you what the GCC version is: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5470) (Aspen 5470.3) Per the rest of this thread, you can't
2005 Aug 17
21
HOWTO unmaintained?
Hi, more than a month ago I proposed an addition to the HOWTO to address a certain packet classification problem/bug and how to fix it (see http://mailman.ds9a.nl/pipermail/lartc/2005q3/016728.html). I never received any reaction from the HOWTO maintainers, not even when addressing them directly (see mail below). Given that a month has gone by: Is the HOWTO currently unmaintained? Regards, Georg -- Georg C. F. Greve <greve@fsfeurope.org&...