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...
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 ...
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...
... 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@...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
... compiled ... (arm ... syntax ... have ... another ... problem ... compiling ... it turned ... important. ... Please, can you tell me how to solve the...
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...
... 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...
... 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 ...
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...
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...
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...
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. ...
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...
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 ...
... 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...
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...
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...