Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

arm-linux-gnueabihf-g++ command line parameter to keep asm files

Search in Google with "site:alteraforum.com" don`t get results.

I want see machine code translated with arm-linux-gnueabihf-g++ from my C to ASM.

In debugger DS-5 it is inconveniently.

Anybody see such parameter ?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    In Linux compilers not keep (and not use) .asm files, must be used utility arm-linux-gnueabihf-objdump to desassemble ready compiled program.