Re: [arm-gnu] assembler code plus source listing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] assembler code plus source listing



m s wrote:
i'm trying to get assembler code AND the original c code as comment in these asm files out of the compiler

Not quite what you want, but the following is useful when debugging:

    objdump -S thing.elf

Where you'll need to use the specific "objdump" for the cross compiler.

Tom