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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 3734 - 3763 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3734
Hi, I want to cross glib 2.x version. If anyone has done this before please reply. I have cross compiled libiconv and gettext . I have also modified cache file...
swap.kamble
Offline Send Email
Dec 2, 2007
10:58 am
3735
Hello, threads are usually provided by the operating system. So, to get any help from this group, you have to tell us, in what environment your lib is intended...
antragsformular
Offline Send Email
Dec 3, 2007
9:19 am
3736
Hi Guys, Simple question - how do I enable and disable global interrupts (IRQ) using GNU ARM GCC in C language. Inline assembler would seem to be the way to go...
Mark
markaren10
Offline Send Email
Dec 4, 2007
7:14 am
3737
... Mark, That controller are you using? You probably do it by seting the correct register bits. Take a look at your controller manual. It sure have a section ...
Felipe Uderman
felipeuderman
Offline Send Email
Dec 4, 2007
11:35 am
3738
... Something like this : #include <stdint.h> #ifndef __thumb static inline uint32_t __get_CPSR(void) { uint32_t temp; asm volatile ("mrs %0,CPSR":"=r"...
florrain2000
Offline Send Email
Dec 4, 2007
12:09 pm
3739
... (IRQ) ... Hi Francois, I found that same link before but the server is forbidding me access. In any case I ended up using inline: mrs r3, CPSR orr r3, r3,...
Mark
markaren10
Offline Send Email
Dec 4, 2007
5:49 pm
3740
Hi all, I am simran from India.. want to learn ARM... Interested in Philips and Atmel ARM... I hope all the people may help me in learning... Regards, Simran.....
simran singh
simran.silic...
Offline Send Email
Dec 6, 2007
12:31 pm
3741
hi simran, you can learn ARM in following ways... 1. Start with ARM7. 2. You must have ARM7 Development Board. Olimex is selling ARM Board at very reasonable...
sachin dhiman
sachindhiman123
Offline Send Email
Dec 6, 2007
4:48 pm
3742
Hi, I need to compile GNU ARM tools, with support for ti coff files( i have some precompiled objects and libs with ti compiler ), and i can not because of some...
Neagoe Gabirel
neagoegab
Offline Send Email
Dec 11, 2007
1:41 pm
3743
Just remember that it does not work in user mode. If you want to be able to do this from user mode, you probably need a SWI implementation of EnableIRQ and...
Anton Erasmus
aj_erasmus
Offline Send Email
Dec 12, 2007
9:10 pm
3744
hi, I am new to using the arm-elf-gcc to compile code with the vector floating point processor (vfp) instructions. I get the following assembler error message...
kevin_bom
Online Now Send Email
Dec 13, 2007
10:13 pm
3745
... my ... perhaps more information might be helpful. The instruction MCR p10, 7, r8, r0, 0, 0 is intending to do an FMXR to a VFP system register. r0 would...
kevin_bom
Online Now Send Email
Dec 13, 2007
10:28 pm
3746
Hi, Being a newbie i wanted to know which is the good GNU ARM compiler which i can download... Regards, Simran.. ... Save all your chat conversations. Find...
simran singh
simran.silic...
Offline Send Email
Dec 14, 2007
9:25 am
3747
I don;t your main requirement, but, I suggest Codesourcey, which i felt very good. Thanking you with regards, SAKTHIVEL NATARAJAN ... From: simran singh To:...
sakthi
sakthi642
Offline Send Email
Dec 14, 2007
9:41 am
3748
Well, I am a newbie... and i'll download yours compiler ... Thanks, Simran.. sakthi <sakthivel@...> wrote: I don;t your main requirement, but, I suggest...
simran singh
simran.silic...
Offline Send Email
Dec 14, 2007
10:14 am
3749
Hi All, Any recommendations for a simple simulator ? I am interested in learning more ARM assembler, so a simple to compile and use sim is all I am looking...
Mark
markaren10
Offline Send Email
Dec 14, 2007
7:19 pm
3750
Hi All, Another quick question. So each of the six processing states (User, FIQ etc) have their own stack space (held in R13). How are each of the pointers...
Mark
markaren10
Offline Send Email
Dec 16, 2007
6:06 am
3751
... There's heaps of info out there in google-land about this. This page: http://www.embedded.com/columns/technicalinsights/200900043?_requestid=71145 has a...
Rob Brown
robsternz
Offline Send Email
Dec 16, 2007
7:32 am
3752
... own ... an ... _requestid=71145 ... know, ... Hi Rob, So you step through each mode by twiddling the 5 LSBs of CPSR which exposes the associated...
Mark
markaren10
Offline Send Email
Dec 16, 2007
7:56 am
3753
... which i can download... ... If you are using Windows, you would be better off downloading YAGARTO. See www.yagarto.de Everything you need is included and...
rtstofer
Offline Send Email
Dec 16, 2007
7:53 pm
3754
hi, YAGARTO Tools are good and easy to use. Because every thing is included in one package. ... -- Sachin Dhiman Embedded System Engineer New Delhi India ...
sachin dhiman
sachindhiman123
Offline Send Email
Dec 17, 2007
8:55 am
3755
Hi, I have installed the GNU ARM toolchain and used it to successfully compile some code to run on an i.MX21 processor. However, when I try to run the code, I...
efitzgerald_au
Offline Send Email
Dec 19, 2007
12:50 am
3756
I have several function that take a pointer of a struct as an input. The problem that I'm having is that when I try to access some of the members of the struct...
dbrazeau2048
Offline Send Email
Dec 19, 2007
7:41 pm
3757
dbrazeau2048 Wrote ... Are you expecting the structure to have no gaps? How about a little more details (a simple complete example showing the problem). It...
subscriptions@...
robertadsett
Offline Send Email
Dec 19, 2007
7:47 pm
3758
... I agree it does sound like a alignment issue. As for a simple complete example, it would be a little difficult for me as I am just trying to port some code...
dbrazeau2048
Offline Send Email
Dec 19, 2007
9:46 pm
3759
dbrazeau2048 Wrote ... Hmm, if originally written for the ARM compiler I would have expected alignment issues to be taken care of. There are alignment...
subscriptions@...
robertadsett
Offline Send Email
Dec 19, 2007
9:56 pm
3760
... Allocate 3 instances of struct A as: A a; A b; A c; Now compile and link and then look in the map to find out how many bytes are allocated to the struct....
rtstofer
Offline Send Email
Dec 20, 2007
3:30 am
3761
... Or just use sizeof Hmm, sizeof and offsetof might give a few clues when used in both caller and called. Robert http://www.aeolusdevelopment.com/ From the...
Robert Adsett
robertadsett
Offline Send Email
Dec 20, 2007
5:19 am
3762
im using GNUARM, to perform a project with Chip programming, i have the memory allocation info, therefore i know the memory limits of the machine and the...
sd.plox
Offline Send Email
Dec 20, 2007
3:17 pm
3763
... The memory configuration is specified in the linker file. This file usually has a file type of .ld In general terms, code goes into the .text segment...
rtstofer
Offline Send Email
Dec 20, 2007
6:10 pm
Messages 3734 - 3763 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