This is the mail archive of the ecos-discuss@sourceware.org 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: cyg_io_lookup for /dev/tty0 fails


> Ok, but I could not figure out how to get access to the assembly code. Is 
> there a disassembler built into gdb? And how access it from within  
> Eclipse? Thanks for hints.

I'm prefer disintegrated development environments (DDE). 

arm-elf-objdump -d myprog.elf

You can also use it on an individual object file, ie the one
containing this function.

           Andrew


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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