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 Version (platformio --version): PlatformIO, version 2.9.0.dev1
This also occurs in 2.8.6.
Description of problem
This problem does not significantly affect the usability of PlatformIO. I report it for the record, and in case it is a symptom of other problems with scons. Feel free to close it.
When I build a project for the first time, the framework is compiled on the first two invocations of platformio run. From the third run, it is not rebuilt.
I’ll see if I can figure this out on my own. It is a low priority for me, and it should be a very low priority for you.
Arduino IDE seems to have a related problem, but far worse: https://forum.pjrc.com/threads/34233-Build-options-changed-rebuilding-all . Even when it is going to reuse .o files, trunk arduino-builder runs avr-g++ over all framework source every build (to do the .ino->.cpp transformation?) PlatformIO is faster even when rebuilding everything!
Yes, I starred this project and followed you on Twitter. :–) I’ll see if I can get any interest from the MediaTek people.
The text was updated successfully, but these errors were encountered:
Configuration
Operating system: Mac OS X 10.11.4
PlatformIO Version (
platformio --version
): PlatformIO, version 2.9.0.dev1This also occurs in 2.8.6.
Description of problem
This problem does not significantly affect the usability of PlatformIO. I report it for the record, and in case it is a symptom of other problems with scons. Feel free to close it.
When I build a project for the first time, the framework is compiled on the first two invocations of
platformio run
. From the third run, it is not rebuilt.Steps to Reproduce
$ rm -rf .pioenvs
orpio run -t clean
$ pio run
$ pio run
$ pio run
Actual Results
.pioenvs
is cleaned or removedExpected Results
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
I’ll see if I can figure this out on my own. It is a low priority for me, and it should be a very low priority for you.
Arduino IDE seems to have a related problem, but far worse: https://forum.pjrc.com/threads/34233-Build-options-changed-rebuilding-all . Even when it is going to reuse .o files,
trunk
arduino-builder runs avr-g++ over all framework source every build (to do the .ino->.cpp transformation?) PlatformIO is faster even when rebuilding everything!Yes, I starred this project and followed you on Twitter. :–) I’ll see if I can get any interest from the MediaTek people.
The text was updated successfully, but these errors were encountered: