On Tue, Jun 8, 2021 at 9:34 AM Tim Hardisty <t...@jti.uk.com.invalid> wrote: > > > On 08/06/2021 14:18, Sebastien Lorquet wrote: > > what I would check here (just a live thought process) > > > > * check that the ld file is actually used (ld file is pointed by main > > Make.defs IIRC) (easy: just add garbage in it and verify build actually > > breaks) > > > > You, sir, have earned the cigar! Garbage added, didn't complain...lulled > into a false sense of security because VScode coloured it all so nicely > as *it* had found the declarations in *a* linker script no problem at > all, just not the right one.
I never *ever* trust any IDE's or editor's syntax coloring!! They interpret the project using their own built-in logic and that can and does sometimes produce different results than the actual build system. Glad you found it :-) Nathan