[Scons-users] sconsign
Bill Deegan
bill at baddogconsulting.com
Fri Oct 25 14:00:55 EDT 2024
John,
Sounds like you should probably reach out to platformio first.
They use SCons to create their specific implementation.
-Bill
On Fri, Oct 25, 2024 at 6:20 AM Mats Wichmann <mats at wichmann.us> wrote:
> On 10/24/24 19:12, John Coobs wrote:
> > 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.
> yes, that's correct. The signature database is always written (even if
> you do "scons -n" - no-execute).
>
> If something in your build thinks "idedata" is part of the dependency
> tree, you have to find where that is and change it there, not in the
> signature database, which is just reflecting what's declared in the
> build. I'd just do "git grep idedata" in your tree and see what it comes
> up with.
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20241025/87ed21bc/attachment.htm>
More information about the Scons-users
mailing list