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

how to reduce the compile time?

Hi friends,

I have created one new project for AT91SAM7SE512.

When i compile(BUILD TARGET) the code,that will take more time.

How to speed up this build target process?

anybody have the idea?

with regards,
Murthy.R

Parents
  • You haven't mentioned what you consider a long built time, and how large code base you have in your application.

    Add more memory to the machine.

    Switch to a faster (higher-RPM) hard-drive.

    Turn off code optimization during most of the development phase (but make sure that you perform all testing with optimization on, to make sure that you don't release bugs that only affects binaries built with optimization).

Reply
  • You haven't mentioned what you consider a long built time, and how large code base you have in your application.

    Add more memory to the machine.

    Switch to a faster (higher-RPM) hard-drive.

    Turn off code optimization during most of the development phase (but make sure that you perform all testing with optimization on, to make sure that you don't release bugs that only affects binaries built with optimization).

Children
No data