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.

Parents Reply
  • Thanks for the answer. Is there anyway to see the instruction addresses (like what is shown in Eclipse debug mode)? I am monitoring program counter and the points from which exceptions are handled. Shortly I get some values from PC, PSP and MSP which indicate some instruction addresses. From assembly outputs I need to check where those addresses are.

Children
No Data
Related