`lib_ldf_mode = off` 在 Windows 上无法解析符号链接的依赖项(在 WSL 上可正常运行)
作者: sylque创建于 2026年3月29日更新于 2026年9月5日
标签help wantedLDF
Description:
When using lib_ldf_mode = off, PlatformIO fails to find some dependencies (specifically symlinked libraries) under Windows. To get it to compile, it frequently requires manually deleting the .pio/libdeps folder. However, using the exact same configuration and project under WSL compiles perfectly without needing to clear the cache.
内容来源: platformio/platformio-core