Hi all, I installed the newest version of cygwin (1.5.11-1) and I am having problems compiling the gnu tool chain for ARM. The problem is specifically in the...
Hello all, As Pablo suggested in Message #349 I'm now using gnuarm 3.4.1 without floating point switches but still couldn't make my code work... I'm wondering...
Why arm-elf-g++ compiler is generating too big Elf file still I didn't understand. Actually I am trying to generate an elf executable file from c++ source code...
If I use the local var as a parameter it gets corrupted. Bugs with local vars in interrupt routines are known in 3.22 version. I'm using 3.3.1. Does this...
Ah, I figured it out by myself. My old linker option "-L c:\gnuarm\arm-elf\lib -lm" has to be "-L /cygdrive/c/gnuarm/arm-elf/lib -lm" to link the math library...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gnuarm group. File : /at91rm3400.h ...
gnuarm@yahoogroups.com
Oct 8, 2004 9:30 pm
450
Hi Rodrigo, ... Do you have a source code example of this problem ? Cheers Nick...
Hi lija, ... The short answer is: no. Adding debug information to an executable will always increase its size and debug information is generally designed to ...
hi, im a really newbie... i downloaded & installed gnuarm binary packages but i got hard-float error so i rebuild newlib library with -msoft-float -fPIC after...
... I used the following script to build my bits, perhaps it may work for you? (after fixing the word wrap ;) #!sh # The following steps and configuration...
Hi all, I am working with AT91RM9200DK evaluation board from Atmel. I have ported linux with NFS mounted File System on the board.I am able to program its...
int g_data; typedef struct { int a, b; int * ptr; } st; st g_st = { 0, 0, &g_data }; i compiled this and load binaray (i also relocated GOT section) but i got...
I'm still coming up to speed on the gnu-arm toolchain, and using newlib with a platform specific target support library. I'm looking for tips and tricks WRT...
Hi , My angel Boot loader on EB55 got corrupted.Therefore I am not able to boot the board in a proper manner.Now I have to download it(boot program) again in...
... In principle you should be able to do that since writing to flash is just a sequence of write operations into the memory area (here starting at 0x0). I...
Jens Potschadtke
Jens.Potschadtke@...
Oct 19, 2004 1:02 pm
459
On 17 Oct 2004 at 12:59, Mark Gross wrote: [Stuff Deleted] ... [Stuff Snipped] ... You are linking the archive before crt0.o - crt0.o MUST be first. It...
hi Jens, you are right I was trying to write in Flash(with base address 0x0000) after awrite sequence command.But it din't work. I have Realview MultiICe with...
... Hi, I would start by creating thearchive with only one object file, and directly linking with the rest. Keep adding an object file to the archive, while...
hi, I solved the problem.it was so simple.i just wrote a program which could REMAP the processor and run it in internal RAM.Offcourse processor went in...
... A neater way would be to get your debugger to pre-set the remap and chip selects, then load the image directly into external ram. I use GDB and an Amontec...
I am having a problem compiling some code which previously compiled successfully for someone else. The problems are with __asm__ (arm ) sections and seems...
... I am not sure if this is a related problem, but I had problems compiling code with multi-line macros under cygwin. After some investigation it turned out...
Hello I'm using an ARM7 processor on my EB40A evaluation board. I need to print to debugger (i'm using arm-elf-gdb) the value of one variable, but i don't know...
Claudio, I recently had a similar problem building insight 6.0 After many hours of investigating the problem was down to the win32api header files which caused...
Hi, i'm using an EB40A, to run a simple program like this: The program i called by printf.c #include "stdio.h" int main() { printf("Hello World"); return 0; } ...
Hi, I’m looking for gnuarm plugin for Eclipse.org IDE. Or a free IDE for gnuarm. Somebody can help me? All helps is valid. Thank's Paulo Ricardo Pabst Delfos...
... There is a tutorial available here: http://www.newmicros.com/download/appnotes/ARM/TiniARM_Dev_Eclipse.pd f It's specific to the Philips LPC range, but if...
Thank's Richard, It will work! Great! Paulo. ... De: richard_tuffin [mailto:r.b.j.tuffin@...] Enviada em: quinta-feira, 28 de outubro de 2004 12:37 ...