[ECOS] ELF platform conversion

Gary Thomas gthomas@redhat.com
Tue Jul 10 13:46:00 GMT 2001


On 10-Jul-2001 Trenton D. Adams wrote:
> I have an ELF library compiled for the i386.  Is there a way to convert
> this to ELF for my EP7211?  Of course there's probably not because all
> the device accessing and stuff will no longer be valid.  But, maybe
> there's a way of decoding the elf format, and then looking at the
> assembly code.  It would be nice to have a tool that would decode the
> ELF, and the ASM functions so I can see where functions begin and end.
> Anyone know of such a tool?
> 

You can always use objdump or gdb.

Try this (be prepared for lots of output):
  objdump --disassemble <file>

> Why do I need to do this?  Well, because Orinoco won't give out any
> programming information on their wireless PCMCIA card, hence I won't be
> able to complete the project.

Isn't there a Linux driver, or is it only delivered in binary?

Maybe you could use a different card.



More information about the Ecos-discuss mailing list