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 491 - 542 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
526
Hello group: I have an IAR kickstart ARM board with a phillips 2106 and a j-link JTAG dongle. I am now using gcc. I can compile/link/run code using the serial...
thomaswcarley
Offline Send Email
Dec 15, 2004
6:16 pm
527
Pablo has updated the gnuarm tools which are availble at www.gnuarm.com...
Rick Collins
gnuarm
Offline Send Email
Dec 15, 2004
6:23 pm
528
I don't believe there is any way to hook these up at present. If you find a way, let me know I have a j-link too :-). If someone has the protocol for the...
Charles Manning
embeddedjanitor
Offline Send Email
Dec 15, 2004
6:56 pm
529
... Hello Brian. Please make sure cc1.exe was installed. It should be under the libexec/gcc/arm-elf/{GCC-VERSION} subdirectory of the GNUARM distribution. ...
Pablo Bleyer Kocik
pablobleyer
Offline Send Email
Dec 15, 2004
7:02 pm
530
... Hello people. As Rick states, GCC has been updated to 3.4.3 at the GNUARM sites. We have removed the old versions because 3.4.3 has proven to be very...
Pablo Bleyer Kocik
pablobleyer
Offline Send Email
Dec 15, 2004
7:28 pm
531
I've just uploaded a zip file jlinkserver.zip in the files section of the group. It supports the gdb server protocol on port 11444 (target remote ...
Nick Randell
nick_randell
Offline Send Email
Dec 15, 2004
8:06 pm
532
Nick You have a new fan club :-) ... From: Nick Randell [mailto:nick@...] Sent: Thursday, 16 December 2004 9:03 a.m. To: gnuarm@yahoogroups.com ...
Charles Manning
embeddedjanitor
Offline Send Email
Dec 15, 2004
9:37 pm
533
Hi, I'm having trouble with breakpoints using an Atmel AT91R40008 (ARM7), gbd/insight, and a raven or wiggler (Amontec Chameleon). If I set a breakpoint at a...
Ian Guffick
iguffick
Offline Send Email
Dec 16, 2004
2:25 pm
534
On Mon, 13 Dec 2004 08:17:55 +0000 (GMT), Pratyush Anand ... Hello Anand, the ARM7TDMI data sheet is about all you can expect on information on the timing....
Jens Potschadtke
Jens.Potschadtke@...
Send Email
Dec 17, 2004
2:21 pm
535
I have been investigating free ARM compilers. I have found 2 promising ones. GnuARM and Codesourcery (http://www.codesourcery.com/gnu_toolchains/arm.html) Does...
Thomas W. Carley
thomaswcarley
Offline Send Email
Dec 17, 2004
2:55 pm
536
May help http://www.codesourcery.com/archives/arm-gnu/msg00146.html Regards sj...
ntfreak2000
Offline Send Email
Dec 20, 2004
3:31 pm
537
Hi, all I use a hardware with ARM CPU which have an external RAM connected to the CPU bus. The CPU have internal RAM also. It is not possible for me make both...
Efim Monjak
tasking12
Offline Send Email
Dec 20, 2004
4:47 pm
538
... to ... parts? ... I think you're looking for something I was looking for some while ago, that is some way to make two sections of memory look like one. I ...
embeddedjanitor
Offline Send Email
Dec 21, 2004
1:59 am
539
... I have not tried Thumb stuff, but you could perhaps try setting the debug option to gdb to trace things better. I don't know what to use for your debugger,...
embeddedjanitor
Offline Send Email
Dec 21, 2004
2:05 am
540
Hi Nick, The linker script which I'm using is /* ld script to locate sections */ OUTPUT_ARCH(arm) ENTRY(start) /* list of our memory sections */ MEMORY { vect...
rahgandh
Offline Send Email
Dec 21, 2004
8:27 am
541
Hi Rahgandh, ... And indeed it will be. Your "ram" memory region starts at address 0x8001000, so the binary file will have to be at least that big. Byte 0 of...
Nick Clifton
clicknifton
Offline Send Email
Dec 21, 2004
10:07 am
542
Hi Nick, I have tried 3 compiler options with gcc-3.4.2 using the same linker script. 1.) build the image with only -g option and size of binary format is ...
rahgandh
Offline Send Email
Dec 21, 2004
11:03 am
Messages 491 - 542 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