User forums > Using Code::Blocks

Auto create .asm-Files via objdump

(1/1)

Diablokiller999:
Hey guys!
I want to create automatically some asm-files out of my C-Project.
First I tried


--- Code: ---$compiler -S $file -masm=intel  -Wa,-ahl=$file.asm

$compiler $options $includes -c $file -o $object
--- End code ---

in the "use custom command..."-Option.

But I'm missing some comments, it's hard to see what call belongs to a special function.
I've read that objdump can help me out, but I'm trying for several hours to implement it to "post build scripts".
Any Idea how this could work?

Navigation

[0] Message Index

Go to full version