This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

[ECOS] Re: mips disassembler



    Andre> I'm using the ecosSWtools-990319 mips-tx39-elf
    Andre> toolset.

    Andre> If I try and disassemble an object file compiled from
    Andre> a C source file (using objdump -d) the first function
    Andre> comes out as a hexdump e.g.

    Andre> [root@xxxx]# mips-tx39-elf-gcc -O2 -c misc1.c
    Andre> [root@xxxx]# mips-tx39-elf-objdump -d misc1.o

    Andre> misc1.o:     file format elf32-bigmips

    Andre> Disassembly of section .text:
    <snip>

    Andre> Is this a bug somewhere or am I not driving the tools
    Andre> correctly ?

Looks like a bug in that release of the compiler or assembler, I'll
have to investigate further. In the meantime there is a workaround,
you can use "mips-tx39-elf-objdump --disassemble-all".

Bart Veer // eCos net maintainer

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