You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatformIO Core.
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Ubuntu 20.04 LTS
PlatformIO Version (platformio --version): PlatformIO Core, version 5.2.3
Description of problem
After my PlatformIO updates from 5.2.2 to current 5.2.3 my Project cannot build anymore.
warning: Calling missing SConscript without error is deprecated.
Transition by adding must_exist=False to SConscript calls.
Missing SConscript '.piocore/platforms/ststm32/builder/.piocore/packages/framework-zephyr/scripts/platformio/platformio-build-pre.py'
File "/<PathToMyProject>/.piocore/platforms/ststm32/builder/main.py", line 110, in<module>
It seems to me, that there are two paths connected .piocore/platforms/ststm32/builder/ and .piocore/packages/framework-zephyr/scripts/platformio/platformio-build-pre.py. Actually i could not find the location where the paths where connected. In platformio-build-pre.py i added some prints, but there where the paths right.
Steps to Reproduce
What i found out is, that it has something to do with the parameter workspace_dir and core_dir of my ini-File.
What kind of issue is this?
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Ubuntu 20.04 LTS
PlatformIO Version (
platformio --version
): PlatformIO Core, version 5.2.3Description of problem
After my PlatformIO updates from 5.2.2 to current 5.2.3 my Project cannot build anymore.
It seems to me, that there are two paths connected
.piocore/platforms/ststm32/builder/
and.piocore/packages/framework-zephyr/scripts/platformio/platformio-build-pre.py
. Actually i could not find the location where the paths where connected. Inplatformio-build-pre.py
i added some prints, but there where the paths right.Steps to Reproduce
What i found out is, that it has something to do with the parameter
workspace_dir
andcore_dir
of my ini-File.This config runs fine
This not:
The text was updated successfully, but these errors were encountered: