This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Arm DS IDE build VS. Arm DS Command Prompt build

Hi,

I have noticed that the build output of a certain project via Arm DS IDE is different than the build output of the same project using Arm Command Prompt.

Both options has the same compiler and linker, so how come?

Thanks,
Ronen

Parents
  • Hi Ronen,

    I work in the Arm DS team here at Arm.  What differences are you seeing?  For example, differences in code generation or differences in the debug information?
    To check that the code generation is the same, use "fromelf --bin" to generate a plain binary from each ELF/DWARF output, then compare the two binaries.  Differences in the debug information might be due to different paths to source files being used, which should be harmless.

    Stephen

Reply
  • Hi Ronen,

    I work in the Arm DS team here at Arm.  What differences are you seeing?  For example, differences in code generation or differences in the debug information?
    To check that the code generation is the same, use "fromelf --bin" to generate a plain binary from each ELF/DWARF output, then compare the two binaries.  Differences in the debug information might be due to different paths to source files being used, which should be harmless.

    Stephen

Children