This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ECOS] Can't connect to remote Evaluator 7T


"Gary D. Thomas" wrote:
> [...]
> This happens because you're overwriting the memory used by RedBoot.
> On this platform, don't try and use any memory below 0x10000.
> 
> What sort of program are you trying to load?  How did you build it?

This a program I wrote myself which involves interrupt handling (timer
interrupts) for teaching purpose.
I built it using arm-elf-gcc, arm-elf-as and arm-elf-ld.
When using Angel, the load address 0x8000 (which is the default one set
up by arm-elf-ld) did not raised any problem.

Ok. So, I have to re-link the program so that its location is at 0x10000
or above.
But first I am going to learn how to tell ld what to do for obtaining
this result...

Thanks a lot to everybody for your help !

Pierre
-- 
________________________________________________________________________
Pierre HABRAKEN - mailto:Pierre dot Habraken at imag dot fr
Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87
IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex
________________________________________________________________________


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]