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


Pierre Habraken wrote:
> [...]
> 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...

Passing argument -Ttext 0x10000 to ld is ok : gdb uploads the program to
the board with success.

But now I am faced to a new problem : newlib (which is linked to my
program), and especially the C run time sartup code, uses SWI calls to
Angel (swi 0x00123456), which one has been replaced by Redboot !

Does anyone know how to tell newlib not to use Angel services ?

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]