Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Fabricio on January 26, 2012, 06:32:46 pm

Title: compiling using -S -masm=intel flags
Post by: Fabricio on January 26, 2012, 06:32:46 pm
Hi. I put "-S -masm=intel" flags in build options but codeblocks is not generating the assembly file as expected. Any light? Thanks.
Title: Re: compiling using -S -masm=intel flags
Post by: oBFusCATed on January 26, 2012, 06:52:56 pm
Have you read this: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

The only useful info in the link is how to enable full log.
Then verify the commands executed are the expected commands.
If they are test on the command line.