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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 473 - 525 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
473
Is there any way to reset target processor from GDB, that is to force RST pin on JTAG connector low?...
paska_arm
Offline Send Email
Nov 2, 2004
3:33 pm
474
Hi all, Until now I used PIC (various series), Motorola HC11, HC12, MPC5xx, and now I'd like to go on ARM platform. But now problems began. I can not afford to...
Blagoj Kupev
bkupev
Offline Send Email
Nov 2, 2004
6:35 pm
475
hi everybody, i am new to this group and microcontroller filed.i am now working on philiphs lpc2104,lpc2106 MCU.i am using IAR embedded workbench for ...
aravindar_manikandan
aravindar_ma...
Offline Send Email
Nov 4, 2004
5:39 pm
476
I'm trying to use the arm-elf-gcc "-ffunction-sections" and arm-elf-ld "--gc-sections" switches. My understanding is that this will result in smaller programs...
Hugh O'Keeffe
hughokeeffe
Offline Send Email
Nov 5, 2004
10:28 am
477
... I am curious why you ask that, since the IAR embedded workbench is as far as I know, made exactly for this task. It is not free, but as you use it already,...
Jens Potschadtke
Jens.Potschadtke@...
Send Email
Nov 5, 2004
10:36 am
478
Yes it does work ok. To get the real benefit rebuild newlib with these options set. Remember to use the KEEP directive in your linker script otherwise ld will...
ntfreak2000
Offline Send Email
Nov 5, 2004
4:50 pm
479
Depends on what setup you are using, with ocdemon you can issue the command: monitor reset, you could try monitor help. Regards NTFreak...
ntfreak2000
Offline Send Email
Nov 5, 2004
4:57 pm
480
Just been through this excercise.. The problem is that the dummy stubs from newlib are getting linked in instead of good stubs from newlib-lpc. I had to...
lostsignal308
Offline Send Email
Nov 10, 2004
9:03 pm
481
Hi, ... debugger) but I prefer visual Ides' see: http://www.siwawi.arubi.uni- kl.de/avr_projects/arm_projects/index.html#winarm It also includes a older...
mahlerweb
Offline Send Email
Nov 12, 2004
3:25 pm
482
Hi Go www.embedinfo.com to download demo version. You can use it to study. ... I am curious why you ask that, since the IAR embedded workbench is as far as I...
micheal jack
embedno1
Offline Send Email
Nov 15, 2004
3:30 am
483
Hi, everyone. Could any advice to me how to make Eclipse 3.01 + CDT 2.02 run gdb (acctualy arm-elf-gdb) in simulator mode? I may not configure debugger as...
emerg_reanimator
emerg_reanim...
Offline Send Email
Nov 15, 2004
5:54 am
484
Hi, Is there any likner option to avoid the problem regards Rahul G ... gave ... prefix=/usr/local/gnu- ... elf --...
rahgandh
Offline Send Email
Nov 18, 2004
12:41 pm
485
Hi Rahul, ... You could you a linker script to change how the sections are laid out. Then you could arrange for all of the sections to be placed at low ...
Nick Clifton
clicknifton
Offline Send Email
Nov 19, 2004
9:20 am
486
Dear Mr. Blagoj Kupev Do you still need the tools? Kindly advise you to look through the website of www.embedinfo.com .You will find a low price but high...
micheal jack
embedno1
Offline Send Email
Nov 22, 2004
3:40 am
487
Dear Mr.Jack, Yes i saw tools on recomanded site, and i'm planning to order one of their evaulation bards. Thank you for your time. Best regards, Blagoj...
Blagoj Kupev
bkupev
Offline Send Email
Nov 22, 2004
7:26 am
489
Hello, I'm a Newbie programing ARM, I have trying to write a simple program to send data to the serial port SERIAL 1 of the ARM processor, because the SERIAL 0...
Rodrigo Silva Santos
rodrigovfsk8
Offline Send Email
Nov 23, 2004
11:51 am
490
... compiled ... (arm ... syntax ... have ... another ... problem ... compiling ... it turned ... important. ... Please, can you tell me how to solve the...
Marin Balkandjiev
balkana.rm
Offline Send Email
Nov 30, 2004
9:31 am
491
OK, don't laugh now, but I'd like to build Linux kernels for: Target = Webpal, old ('97 vintage) but cheap (get 'em on eBay) CLPS7500-based Internet appliance...
mcwirth67
Offline Send Email
Dec 4, 2004
9:18 am
492
... to send data to the serial port ... load my program with the angel. ... You will more likely get better response posting on the Atmel site www.at91.com...
embeddedjanitor
Offline Send Email
Dec 7, 2004
12:11 am
493
... If you are using cygwin, then check your mount type for the mount that your source is on. The command "mount" will tell you whether the path is mounted as ...
Anton Erasmus
aj_erasmus
Offline Send Email
Dec 7, 2004
5:23 pm
494
Is it possible to get the linker to automatically optimize long/short calls? Using C++ with chopped-up memory maps (like SHARP processors with "tightly coupled...
James Dabbs
jdabbs003
Offline Send Email
Dec 7, 2004
6:36 pm
517
OK, I have partial answers to my own questions: 1. I downloaded a copy of the GNUARM toolchain from http://www.gnuarm.org and installed it. 2. There is a...
Michael Wirth
mcwirth67
Offline Send Email
Dec 7, 2004
9:05 pm
518
Anyone knows how to use list of files to be linked from file ? I.e. instead of: arm-elf-ld a.o b.o c.o.... Get files a.o, b.o and c.o from a file. I am already...
sten_larsson
Offline Send Email
Dec 10, 2004
11:05 am
519
Why not use make, then you can include the names from a file: # The file to include FILES_TO_LINK = \ a.o\ b.o\ ... # Main make file ... include...
Charles Manning
embeddedjanitor
Offline Send Email
Dec 12, 2004
7:56 pm
520
Ok - great suggestion. I am using make, but this didn't occur to me. However, I'd still like to give the linke a file with files. But this is second best. ...
Sten Larsson
sten_larsson
Offline Send Email
Dec 13, 2004
3:47 am
521
You can also force ld to load certain files and perhaps you can do an include thing like this with ld too. Still, for my money I'd use make instead. Debugging...
Charles Manning
embeddedjanitor
Offline Send Email
Dec 13, 2004
4:14 am
522
hi, this is regarding, how to calculate exact time taken by an instruction to execute on ARM7TDMI processor.I am using Atmel's AT91M55800A controller having ...
Pratyush Anand
anand_pratyush
Offline Send Email
Dec 13, 2004
8:29 am
523
... You could use backticks if your shell supports them: arm-elf-ld `cat includelist` ... -- ... If it doesn't work, you're not hitting it with a big enough...
Alex Holden
alex_linuxha...
Offline Send Email
Dec 13, 2004
9:25 am
524
Hi Sten, ... You can always use a second linker control file and a second -T switch. In this second file you can use the INPUT directive like this: # cat...
Nick Clifton
clicknifton
Offline Send Email
Dec 13, 2004
11:30 am
525
Hi All, I have just installed the latest binaries set for Windows, over Cygwin. I installed at c:\cygwin... I have downloaded the sample file in the files...
Brian Sidebtoham
briansidebotham
Offline Send Email
Dec 15, 2004
4:08 pm
Messages 473 - 525 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