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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 1262 - 1291 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1262
GNUARM 4.0.1 for Windows and Linux x86_64 uploaded to http://www.gnuarm.com Some of the other mirrors are getting pretty out of date....
Rick Collins
gnuarm
Offline Send Email
Sep 3, 2005
3:47 pm
1263
Yeah, but it doesn't run without the full Cygwin installed, they forgot to include some of the Cyg DLL's. --fred Rick Collins <gnuarm@...> wrote: GNUARM...
DECwiz (Fred van Kemp...
decwiz
Offline Send Email
Sep 3, 2005
4:08 pm
1264
hi all, i need to write some code for the Atmel at91sam7s64, which receives code over a serial or USB link, stores it in flash memory and runs it when...
bestanf
Offline Send Email
Sep 3, 2005
6:43 pm
1265
... Hi, ... you only need to link your code to the right memory location (ie flash memory) and then transfer the control to that memory region. To return from...
Carlos Manuel Duclos ...
zipdisk_ext2
Offline Send Email
Sep 3, 2005
8:14 pm
1266
Hi Carlos, ... flash memory) ... relocate the ... running your ... kernel, it ... Thanks for replying. Is there a way to make my code relocateable? If I link...
bestanf
Offline Send Email
Sep 4, 2005
11:37 pm
1267
Hi Carlos, ... flash memory) ... relocate the ... running your ... kernel, it ... Isn't there a simpler way to do this? I came across dlopen, a function that...
bestanf
Offline Send Email
Sep 4, 2005
11:39 pm
1268
... Hi, ... there is only one problem with that aproach... you need some kind of c library to support that functionality. Remember that if you're running ...
Carlos Manuel Duclos ...
zipdisk_ext2
Offline Send Email
Sep 5, 2005
1:14 pm
1269
... DO you really need to compile the script code ? The ARM is quite fast, and something like the lua interpreter is approximately 16K code on an ARM. If you...
Anton Erasmus
aj_erasmus
Offline Send Email
Sep 5, 2005
8:14 pm
1270
... Hi, ... there is only one problem with that aproach... you need some kind of c library to support that functionality. Remember that if you're running ...
bert
bestanf
Offline Send Email
Sep 5, 2005
9:54 pm
1271
... define "Lot of memory"... probably it much more is simple to use the OS and add some extra memory than doing everything you want without an OS. An OS...
Carlos Manuel Duclos ...
zipdisk_ext2
Offline Send Email
Sep 5, 2005
10:15 pm
1272
... something ... i'd like ... used ... script ... I have a strong desire to use open source tools, but I agree that CrossWorks seems like one of the best...
Eric Engler
englere.geo
Offline Send Email
Sep 6, 2005
4:33 am
1273
... Cool! This kind-of fits my idea of writing something like the JVM for small embedded processors, but I really want it to be strongly typed and I want to...
Eric Engler
englere.geo
Offline Send Email
Sep 6, 2005
4:43 am
1274
Hi All, I need to put an example together that uses sprintf with float (%f) formatting support. This means I need a working malloc. Anyone got a simple example...
Hugh O'Keeffe
hughokeeffe
Offline Send Email
Sep 6, 2005
10:58 am
1275
... Well, i wanted to avoid learning of XML, but if this is nececary evil, i'll learn it. ... I'll do this for sure. ... Well, by my opinion, lack of detalied...
Blagoj Kupev
bkupev
Offline Send Email
Sep 6, 2005
11:10 am
1276
Not to throw a wet blanket on the OSS nature of this group, however, have you looked at the IAR Workbench for ARM7? It is FREE up to 32K of compiled output,...
McIntosh, Doug
dmcintosh256
Offline Send Email
Sep 6, 2005
4:17 pm
1277
I have been doing some stuff using arm-elf-ld from binutils 2.15 (using the 3.4.3 gcc stuff) on a Linux host (x86). When I added a line using the DEFINED()...
embeddedjanitor
Offline Send Email
Sep 7, 2005
2:21 am
1278
Blagoj Kupev <bkupev@...> wrote: Well, i wanted to avoid learning of XML, but if this is nececary evil, i'll learn it. There really is no need to learn...
Adam Toner
adamjtoner
Offline Send Email
Sep 7, 2005
3:01 am
1279
Hi, ... Try upgrading to 2.16.1 or even the current HEAD in the mainline CVS sources. Cheers Nick...
Nick Clifton
clicknifton
Offline Send Email
Sep 7, 2005
7:25 am
1280
Hi All, A character device driver is implemented under our Linux port. Also, poll method is implemented under the driver. However, poll method isn't called at...
stanliao0423
Offline Send Email
Sep 8, 2005
4:27 am
1281
Hi, I'm having problems compiling code with the toolchain. I use Cygwin. For Cygwin I've tried both the gcc 3.4.3, 4.0.0 and 4.0.1 toolchain. No matter what I...
ekrangnes
Offline Send Email
Sep 8, 2005
6:40 am
1282
Hi, I was wondering if there is a preprocessor directive in GCC to issue a user warning. For example if something is defined to issue a warning at compile...
Marko Panger
fe64970103
Offline Send Email
Sep 8, 2005
7:00 am
1283
Yes....
Thomas W. Carley
twcarley
Offline Send Email
Sep 8, 2005
12:12 pm
1284
Hi, Right in the way I typed it is not working for me :(...
Marko Panger
fe64970103
Offline Send Email
Sep 8, 2005
1:18 pm
1285
... #warning("Debugging mode enabled") Regards Anton -- A J Erasmus...
Anton Erasmus
aj_erasmus
Offline Send Email
Sep 8, 2005
6:47 pm
1286 gnuarm
Offline Send Email
Sep 9, 2005
6:22 pm
1287
Hello, I'm currently working on a gateway project (parallel to SPI bridge) and for this, I have to implement interrupt-driven SPI transmission. I'm using GCC...
dukearmlover
Offline Send Email
Sep 11, 2005
9:39 am
1288
Hi all, I have a problem for rebuilding GNUARM(3.4 toolchain) that how can I build arm7&arm9 cross-compile Env at one time. I check the file named "t-arm-elf"...
tomym16
Offline Send Email
Sep 12, 2005
8:42 am
1289
Hi, I am still unable to issue a user warning message from GCC. The line: #warning("Debugging mode enabled") is not working for me. I have -Wall in my options...
Marko Panger
fe64970103
Offline Send Email
Sep 12, 2005
1:02 pm
1290
Hi Marko, Post your makefile up... Brian Sidebotham SMB Electronics Ltd. ... From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of Marko...
Brian Sidebotham
smbbrian
Offline Send Email
Sep 12, 2005
1:47 pm
1291
Here you go.......
Marko Panger
fe64970103
Offline Send Email
Sep 12, 2005
2:08 pm
Messages 1262 - 1291 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