报:
Implicit dependency `dist/sdk' not found, needed by target `package/ss_debug_64'.
scons: building terminated because of errors.
是因为 cache
解决:
SetOption('implicit_cache', 0)
scons -Q --implicit-deps-changed
Implicit dependency `dist/sdk' not found, needed by target `package/ss_debug_64'.
scons: building terminated because of errors.
是因为 cache
解决:
SetOption('implicit_cache', 0)
scons -Q --implicit-deps-changed
本文解决了一个在使用SCons构建工具过程中遇到的错误:Implicit dependency `dist/sdk' not found, needed by target `package/ss_debug_64'。通过禁用隐式缓存解决了此问题。
8626

被折叠的 条评论
为什么被折叠?



