MCUXpresso makefile option

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

MCUXpresso makefile option

Jump to solution
613 Views
_Ferrari_
Contributor IV

Dear all

I'm using MCUXpresso IDE v11.7.1 [Build 9221] [2023-03-28] to develope a project based on LPC5526 CPU.

Unfortunately I'have the following problem: the IDE tool always compiles all files, even when I didn't change anything in the sources.

I can't find a reason for this behaviour, maybe anyone here can help me to fix this. Compiling everything does take a lot of time...


Thank you very much for your help and cooperation

regards

0 Kudos
1 Solution
553 Views
_Ferrari_
Contributor IV
0 Kudos
2 Replies
596 Views
ErichStyger
Senior Contributor V

Two things:

a) check your refresh policy settings, see https://mcuoneclipse.com/2015/06/06/eclipse-project-refresh-policy-broken-incremental-build-with-ext...

b) The Eclipse version used in 11.7.x has an issue: after you load a workspace, it first compiles all files. As long as you do not reload the workspace, after that it works as expected. This issue has been reported, and afik there is no workaround for it.

 

I hope this helps,

Erich

0 Kudos
554 Views
_Ferrari_
Contributor IV

Ok, tank you.

0 Kudos