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

See the CrossGCC FAQ for lots more information.


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

RE: load ELF image to ARM board


> The ARMulator was another target I tried, when I was using the ADS for
> windows. The same error occured before the end of the LOad command. I
> didn't have the chance to see any assemblies.
> 
> The document of my version of ADS says it's default acceptable format is
> elf. Could you tell me what version of ADS that you are using, and which
> format it accepts? Is it axf?

I don't actually use ADS, I couldnt be bothered to install it. I still
have
the old debugger from SDT 2.1, and it does load elf files, although not
perfectly. It often has problems to find the entry point of the image,
and more importantly debugging symbols don't work (although gcc pretends
to produce DWARF2 and the debugger pretends to be able to read them...
that doesn't work) so you'll have to strip the executable for it to load
in the ARMulator.

> Is there any other way to load to ARM board, in additional to ADS?

Half a dozen :-)
The problem is that it is usually very very dependent on the platform.
There is a program from Intel to program the flash using JTAG on
their SA1110 dev board (Assabet). I don't really know for other
platforms, sorry.

Y.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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