<div dir="ltr"><div>John,</div><div><br></div><div>Sounds like you should probably reach out to platformio first.</div><div>They use SCons to create their specific implementation.</div><div><br></div><div>-Bill<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 25, 2024 at 6:20 AM Mats Wichmann <<a href="mailto:mats@wichmann.us">mats@wichmann.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 10/24/24 19:12, John Coobs wrote:<br>
> Thanks for the advice. The problem is that Scons just rebuilds sconsript311.dblite every time I delete it. I’m using vscode,platformio, with Scons. I don’t know how to edit binary files.<br>
yes, that's correct. The signature database is always written (even if <br>
you do "scons -n" - no-execute).<br>
<br>
If something in your build thinks "idedata" is part of the dependency <br>
tree, you have to find where that is and change it there, not in the <br>
signature database, which is just reflecting what's declared in the <br>
build. I'd just do "git grep idedata" in your tree and see what it comes <br>
up with.<br>
_______________________________________________<br>
Scons-users mailing list<br>
<a href="mailto:Scons-users@scons.org" target="_blank">Scons-users@scons.org</a><br>
<a href="https://pairlist4.pair.net/mailman/listinfo/scons-users" rel="noreferrer" target="_blank">https://pairlist4.pair.net/mailman/listinfo/scons-users</a><br>
</blockquote></div>