I noticed it references adding a pre trigger action on compiled file names as file.cpp.o not file.o. I tried making this change and was able to successfully compile.
Seems that the behavior of this changed in 3.5.2rc1 vs 3.5.2a6 (what I was on). I refreshed to the latest and it was broken. Thanks for the PR to fix it!
The build wasn't working for me on the Atom version of PlatformIO with 3.5.2rc1. I read through this page to understand how the
build_scripts
works:http://docs.platformio.org/en/latest/projectconf/advanced_scripting.html
I noticed it references adding a pre trigger action on compiled file names as
file.cpp.o
notfile.o
. I tried making this change and was able to successfully compile.