On Sat, Mar 21, 2009 at 7:03 AM, Roberto Padovani <[email protected]>wrote:
> The compiler creates a temp assembly file which is removed even if the > compilation failed. > I am aware that I am asking a newbie question, so I beg everyone > pardon, but how did you tell the compiler to leave the assembly files > so that you could inspect them and find the bug ?? > gcc -E to leave the preprocessor output, gcc -S leaves .s assembly files without running the assembler
