This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: v850-stub with ecos ?


"Mauler Karsten (FV/SLM) *" wrote:
> 
> Hi,
> 
> i am trying to build a v850-gdb-stub for my evaluation board.
> I used the CEB Template with the option - stub.
> After compiling, a file ./ceb_install/bin/gdb_module.img was created.
> Using Objectdump, i can see, that is not a burnable stub-file, cause
> the startup-vectors are not present.

It's an ELF file. You *could* convert it to binary with:

v850-elf-objcopy -O binary gdb_module.img gdb_module.bin

but......
 
> So, what must i do, to get a complete image with gdb-stub included which can
> be burned into the v850 ?
> 
> I activated following options without success:
> 
> - Build GDB-stub ROM image

This one should have worked. Are you sure you made the option take effect,
e.g. by doing "ecosconfig tree"? Describe what you did to set the option.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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