Post Go back to editing

Command line for Assembly code generation

FormerMember
FormerMember

Hi,

I wish to generate assembly code (.s files) for my dpj project using VDSP version 5.0.0  for ADSP 21062

Can someone help with the command line option to generate assembly files for the whole source code from a dpj project ?

Parents
  • Hi,

    The "‑save‑temps" (save intermediate files) switch directs the compiler to retain intermediate files, generated and normally removed as part of the various compilation stages. When you build the project, the assembly files generated by the Compiler (from the C source files) will be preserved in the output directory.

    Regards,
    Santha kumari.K

Reply
  • Hi,

    The "‑save‑temps" (save intermediate files) switch directs the compiler to retain intermediate files, generated and normally removed as part of the various compilation stages. When you build the project, the assembly files generated by the Compiler (from the C source files) will be preserved in the output directory.

    Regards,
    Santha kumari.K

Children
No Data