Hi,
Does anybody know how to generate listing file using S32 Design Studio for Power Architecture?
Hope to get some help.
Thanks,
Julius
Hi Julius,
If I'm correct - listing file is specific for Microsoft Visual studio and Eclipse (S32DS) doesn't generate it. Or what kind of listing file do you mean?
Jiri
Hi Jiri,
I tried -save-temps=cwd and it generates some .i & .s files.
Basically I'd like to have some assembly listing to analyze the compiled C code.
Thanks.
Hello Julius,
would disassembly functionality do what you are looking for? you can right-click on source or object file and use "Disassemble Selected file(s)" menu item, kind of listing file will be generated.