hi,
i want to be able to build my projects from command line - which works great (simply calling "make" in the Debug directories works). however, i also want to keep my projects under version control in git.
every time i re-build using the ide the .ld files are updated (the "* MCUXpresso IDE v11.8.1 [Build 1197] [2023-10-27] on Nov 29, 2023, 3:38:19 PM" line), which makes it difficult to use under version control. can this be avoided if nothing has changed?
alternatively (this would be preferred) i would like to generate the .ld files (and everything else under Debug) from command line without using any java tools. is this possible? i'm running linux.
thanks, jacob