We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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).