Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
In Linux compilers not keep (and not use) .asm files, must be used utility arm-linux-gnueabihf-objdump to desassemble ready compiled program.
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 ?In Linux compilers not keep (and not use) .asm files, must be used utility arm-linux-gnueabihf-objdump to desassemble ready compiled program.