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 3683 - 3712 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3683
Hi there. I've been using the GNUARM in my Microprocessing class and I get this error. What does this mean? I fixed it the first time by uninstalling the...
Dan
dpflea
Offline Send Email
Nov 3, 2007
12:19 am
3684
I will be out of the office starting 31-08-2007 and will not return until 01-01-2008. I will leave assembleon per today. People who need/want to reach me can...
Karl Driessens
karldriessens
Offline Send Email
Nov 3, 2007
4:03 am
3685
Hi All, I am trying to install cygwin. I understand that gnu arm compiler gets installed with this. Which options I need to select to have gnu arm installed ?...
j_nibas
Offline Send Email
Nov 5, 2007
5:38 am
3686
Is there a typical way, using the gnu tools, to create compressed s-records for flash memory? Thanks...
miblower
Offline Send Email
Nov 6, 2007
1:30 pm
3687
... Don't the cyqwin people have their own website / mailing list? TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Nov 7, 2007
3:45 pm
3688
... I would think you would want to install WinARM. Even better, install YAGARTO and skip over the cygwin stuff altogether. See www.yagarto.de. The YAGARTO...
rtstofer
Offline Send Email
Nov 8, 2007
3:41 pm
3689
... Have you used yagarto with ARM9 (atmel)? I am using it with AT91SAM7X and it is great! Alain...
Alain M.
alainm3
Offline Send Email
Nov 8, 2007
4:52 pm
3690
... No ARM compiler of any sort is installed when installing cygwin. One can build an ARM compiler from source under cygwin. There are however a few already...
Anton Erasmus
aj_erasmus
Offline Send Email
Nov 8, 2007
6:47 pm
3691
... What exactely are you trying to do ? Just using binary is already much smaller than S Records - if the code is in one continues block and not scattered...
Anton Erasmus
aj_erasmus
Offline Send Email
Nov 8, 2007
6:49 pm
3692
Hi. I've just set up my first exception handler on ARM (Xscale PXA320), and it sort-of gets called twice. It's set up as an OS Timer match interrupt, and it's...
Rick Mann
latencyzero
Offline Send Email
Nov 10, 2007
12:26 am
3693
Hello all, I am trying to build an GNU ARM toolchain. Searching through the previous posts and i found people saying that previous versions of gcc can produce...
Surej Antony Joseph
surej.aj@...
Send Email
Nov 13, 2007
12:55 pm
3694
Hello all, I am trying to build an GNU ARM toolchain. Searching through the previous posts and i found people saying that previous versions of gcc can produce...
Surej Antony Joseph
surejantony
Offline Send Email
Nov 13, 2007
4:42 pm
3695
I'm having the same problem. The first time I open the memory window in Insight, or when I try to resize it, I get the following error: Error: can't use empty...
syme4284
Offline Send Email
Nov 13, 2007
5:51 pm
3696
It was actually the binutils-2.16.1, gcc-4.1.0-c-c++, newlib-1.14.0, insight-6.4, setup.exe binutils-2.17, gcc-4.1.1-c-c++, newlib-1.14.0, insight-6.5,...
syme4284
Offline Send Email
Nov 13, 2007
7:33 pm
3697
The 4.0 and 3.4 toolchains have the same problem, too...
syme4284
Offline Send Email
Nov 13, 2007
7:48 pm
3698
... I build my own tools, that way I can be sure that the executables match my system libs and layout. http://www.openhardware.net/Embedded_ARM/Toolchain/ TomW...
Tom Walsh
twalsh0001
Offline Send Email
Nov 13, 2007
10:17 pm
3699
Why build from scratch when you can get a binary from (the Lite version) from CodeSourcery? Or, on Windows, WinARM or CodeSourcery? (Google is your friend.) If...
John Clymer
stimey_mn
Offline Send Email
Nov 14, 2007
2:20 am
3700
... The problem is not that it is hard to build your own toolchain, it is that there is a LOT of outdated information floating around on the web as to how to...
Tom Walsh
twalsh0001
Offline Send Email
Nov 14, 2007
5:40 am
3701
So as a general principle, are math libraries for gcc distributions (and in particular, software floating point libraries) generally all the same C-based...
William "Chops" Westf...
westfw
Offline Send Email
Nov 14, 2007
8:09 am
3702
... For some years now (since version 3.1 or so), gcc has had hand-coded software floating-point code. It should be pretty optimal. Have a look in...
Rob Brown
robsternz
Offline Send Email
Nov 14, 2007
8:32 am
3703
Hi Tom, ... I tried to compile from this site, but i end up with some errors after compiling my project, like libgcc.a is compiled for little endian and target...
srinivas naga vutukuri
srinivas.vutukuri@...
Send Email
Nov 14, 2007
8:42 am
3704
... Yes; very helpful; thanks. The code you point to is arm-specific, of course (and in assembly!) Is there a table somewhere that shows which cpus have such...
William "Chops" Westf...
westfw
Offline Send Email
Nov 14, 2007
9:00 am
3705
... The guy that wrote this stuff, Nico Pitre, is a real ARM-head and it is very hard to conceive that anyone could do better. I once did a comparison of this ...
Charles Manning
embeddedjanitor
Offline Send Email
Nov 14, 2007
11:00 pm
3706
I'm getting a warning from objcopy and was just wondering what it means, and if it could cause problems. This is the warning that I get several time : BFD:...
dbrazeau2048
Offline Send Email
Nov 15, 2007
1:38 am
3707
... Well it is not a problem in itself, it is just warning that you might not be getting what you really wanted. Look at objdump -h to see the sections and see...
Charles Manning
embeddedjanitor
Offline Send Email
Nov 15, 2007
2:21 am
3708
... I know absolutely nothing about building for a big-endian target. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Nov 15, 2007
9:10 am
3709
(The post looks long, but its mostly code ;)) Hello guys, I am trying to port some of my code from TI's compiler to gnu-arm-elf compiler for the TMS470 device....
shriram.sampat
Offline Send Email
Nov 15, 2007
11:03 am
3710
I have been researching this all day. I am writing a C++ appliation on an LPC2138 processor and I have all the compiler and linker errors resolved except for...
stephen_osborn_co
stephen_osbo...
Offline Send Email
Nov 16, 2007
4:25 am
3711
I am getting linker error \gnude/lib/gcc-lib/arm-elf/3.3.1/libgcc.a(unwind-sjlj.o)(.text+0x140): In functi on `_Unwind_RaiseException_Phase2': ...
Jagat Nibas Mahapatra
j_nibas
Offline Send Email
Nov 16, 2007
4:34 am
3712
Thanks for the overwhelming response, but I have solved the problem myself. The answer is to simply avoid calling the _init() and _fini() instructions and do...
stephen_osborn_co
stephen_osbo...
Offline Send Email
Nov 18, 2007
4:23 am
Messages 3683 - 3712 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