Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3503 - 3532 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3503
Hello, I try to install an application in an ethernet camera who use an arm processor when i try to do cross compil i have that : ...
anthony_blanchet2002
anthony_blan...
Offline Send Email
Aug 3, 2007
2:06 pm
3504
... In other words, you have a working compiler / toolset, but are having trouble with building apps. This is off-topic for this list, I would suggest that...
Tom Walsh
twalsh0001
Offline Send Email
Aug 3, 2007
5:19 pm
3505
While using GNU ARM gdb 6.5 for cygwin I ran into gdb problems with shared library. I have tried the same tests using arm-linux-gdb (from linux host) and it...
adi_baron1976
Offline Send Email
Aug 7, 2007
2:37 pm
3506
While using GNU ARM gdb 6.5 for cygwin I ran into gdb problems with shared library. I have tried the same tests using arm-linux-gdb (from linux host) and it...
Adi Baron
adi_baron1976
Offline Send Email
Aug 7, 2007
2:38 pm
3507
I have done dome more testing and tried to capture GDB traffic using ethereal. it seems that sharedlibary commands does not go out from my host (cygwin) ->...
adi_baron1976
Offline Send Email
Aug 8, 2007
7:59 am
3508
I've been having problems building an application that divides. Both with gnuarm 4.1.1 and 4.2.0. These are the errors I'm getting: .assembling arm-elf-as...
Baldur Gislason
baldurgee
Offline Send Email
Aug 13, 2007
11:26 pm
3509
Of course after posting I realise that the -L and -l options have to come after the files to be linked and not with all the other linker options. Silly fucking...
Baldur Gislason
baldurgee
Offline Send Email
Aug 13, 2007
11:54 pm
3510
Hi All, The learned people out there. I am new to this domain and this is my first Mail to this mailing list. I have certain doubt regarding arm linux...
animesh
animesh_asp
Offline Send Email
Aug 14, 2007
4:40 pm
3511
... RTFM first before regurgitating obscenities in this forum. Ewout...
kiwanda206
Offline Send Email
Aug 14, 2007
9:01 pm
3512
I use Cirrus' build process for making ramdisks and kernel images. It uses a 2.4.21 kernel. Is it possible to reuse the same environment for building 2.6...
adrian_att
Online Now Send Email
Aug 15, 2007
5:26 am
3513
You must either compile your own cross-compiler instrumented to generate ARM-ELF-Linux executables, (this would probably be achieved by using Buildroot - see...
Morten Larsen
morten_vh_la...
Offline Send Email
Aug 15, 2007
2:36 pm
3514
I work for laboratory for software verification and validation. www.laquso.com . We have to certify a product that is built using FreeRTOS, uIP, newlib, ...
marijalaquso
Offline Send Email
Aug 15, 2007
3:00 pm
3515
Hi. I was wondering how good GCC's support of the PXA320 is, in particular, the WMMX and WMMX 2 extensions? Thanks! -- Rick...
Rick Mann
latencyzero
Online Now Send Email
Aug 15, 2007
5:55 pm
3516
Hi. I try to switch a AT91sam7s256 between idle mode and normal mode. I’ve got this function : void Switch_Power_Mode (unsigned char...
Baptiste Poméchicot
karlichonbis
Offline Send Email
Aug 17, 2007
8:24 am
3517
Apologizing upfront for reposting (did my first not get through?) So, there is no fix for the differences in the bitfield sizes between compilers? I'm...
lairlab
Offline Send Email
Aug 17, 2007
9:57 am
3518
The C standard (not that I have a copy!) defines that a bitfield shall be of size int. However, it is possible to use different size bitfields in gcc. if you...
Brian Sidebotham
bsidebotham
Offline Send Email
Aug 17, 2007
10:20 am
3519
Brian, Unfortunately, this was already tried... sizeof(unsigned int) is equal to sizeof(unsigned short) and so the following code: struct short_bitfield_16bit...
lairlab
Offline Send Email
Aug 19, 2007
2:00 am
3520
Hi All, We have built a tool chain with glibc 2.3.6, gcc 3.4.6, bin-utils 2.16.1. But we want to update this toolchain. So I tried with the latest - glibc...
Midhun
agnimidhun
Offline Send Email
Aug 19, 2007
5:22 am
3521
... You really have to be a lot more specific as to what you are doing. Is this an ARM Linux system that you are working with? Or, is this a proprietary...
Tom Walsh
twalsh0001
Offline Send Email
Aug 19, 2007
5:54 am
3522
... Or you could try the packed attribute? ================ publicdefs.h ============== typedef struct __attribute__((packed)) { bool updateLedData:1; bool...
Tom Walsh
twalsh0001
Offline Send Email
Aug 19, 2007
6:12 am
3523
Is this an ARM Linux system that you are working with? Or, is this a ... We have a development kit based on i.MX21 processor called MX Lite kit from...
Midhun
agnimidhun
Offline Send Email
Aug 19, 2007
6:40 am
3524
... Since you have an issue with glibc I suspect that you wish to build more than just the kernel... Ok, first of all, I would suggest that you subscribe to...
Tom Walsh
twalsh0001
Offline Send Email
Aug 19, 2007
6:43 pm
3525
... Yep, sorry I missed that out. I compile with -fpack-struct. Best Regards, Brian Sidebotham....
Brian Sidebotham
bsidebotham
Offline Send Email
Aug 20, 2007
9:29 am
3526
... more ... Yes. I would like to build the kernel and also other applications like X on to ARM. ... We have already built a toolchain. The only draw back...
Midhun
agnimidhun
Offline Send Email
Aug 20, 2007
5:35 pm
3527
Does anybody have any recommendations for an lgpl crypto library for an arm7tmdi microcontroller? I am working on building libgcrypt but it doesn't configure...
wz2b
Offline Send Email
Aug 22, 2007
12:59 pm
3528
I've seen this error discussed on several lists when searching Google, but I haven't really found a clear answer. I have a gnuarm build of arm tools, which...
Rick Mann
latencyzero
Online Now Send Email
Aug 26, 2007
1:50 am
3529
Hi, I'm trying to build a cross-compiler from GCC 4.2.0 source. Following the instructions of the build process I've found on gnuarm.com I've built the...
marongiu_andrea
Offline Send Email
Aug 28, 2007
1:19 pm
3530
Hi. I'm targeting an XScale PXA320 processor, and I'm trying to decide if I should use -mcpu=xscale or instead use -mcpu=armXXX (one of the many ARM variants)....
Rick Mann
latencyzero
Online Now Send Email
Aug 29, 2007
10:53 pm
3531
I performed a cast if ((u16) IOMGR_MillisecondTimer() - LastTransmissionTimer >= RESTORE_RECEIVE_TIME) in which IOMGR_MillisecondTimer() returns u32 and ...
jonegold2007
Offline Send Email
Aug 30, 2007
9:56 pm
3532
I have some options between -mcpu=arm, xscale, and -march=armv5te. At one point, I got an error message saying that "-mcpu=xscale and - march=armv5te were in...
Rick Mann
latencyzero
Online Now Send Email
Aug 30, 2007
11:57 pm
Messages 3503 - 3532 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help