S32DS Platform 3.5 refresh project and rebuild all file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS Platform 3.5 refresh project and rebuild all file

712 Views
RyzeBai
Contributor I

Hi,

I found a problem when compiling projects using the S32DS PLATFORM 3.5.

There are two different projects that do not modify any files, refresh and compile at the same time, one project does not compile unmodified files, and the other project recompiles all files. I expect that after refresh, unmodified files will not be compiled. Where can I change this in the ide?

THANKS.

0 Kudos
Reply
1 Reply

677 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @RyzeBai 

There are two distinct building user work modes: relying on Auto-build, or user initiated manual building.

If you do not need fine-grained control over when builds occur, you can turn on auto-building. With this on, builds occur after every set of resource changes. Auto-building is efficient because the amount of work done is proportional to the amount of change done. 

If you need more control over when builds occur, you can turn off auto-building and invoke builds manually. This is sometimes desirable in cases where, for example, you know building is of no value until you finish a large set of changes.

Auto-building is turned on/off via the Build automatically option on the Window > Preferences > General > Workspace > Build. 

 

BR, VaneB

0 Kudos
Reply