This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Eclipse gcc assembly output

Hi,

What should I add to the makefiles to be able to generate an assembly code? Something similar to what is seen in the debug mode of Eclipse. I have tried -S/s but it either gives me an error or simply does not generate any .s file in the -Build directly.

Related