I was using Arduino 1.8.10 and an older version of B4R, but recently upgraded B4R to 3.31 (without upgrading the Arduino IDE).
This caused compiler problems w.r.t. AsyncStreams, GetBytes, and a small list of other functions....
The answer was to upgrade Arduino IDE to 1.8.12
OK..
Upgrade Arduino to 1.8.12 and bingo... fixed this specific error ..
but sent me back to the problem with Arduino 1.8.12 (and 1.8.10, and 1.8.13), back in May.
B4R code will not compile if "C:\android\B4R_Projects\{insert project name}\Objects\bin\includes.cache" exists.
If I delete this file manually, then the B4R program compiles and uploads, one time only.
(so, at least I have a crappy work around)
The Arduino IDE has the same issue, only the path differs... "C:\Users\e156994\AppData\Local\Temp\arduino_build_445479\includes.cache"
Again, deleting the file manually allows the Arduino IDE to compile and upload, one time only.
(Actually the build folder for Arduino changes when you start the IDE, stopping and starting the IDE has the same effect)
Can anyone offer any advise as to why the Arduino IDE can't overwrite the includes.cache file ?
(no problem with any of the other files in the build folder ... just "includes.cache")
Best Regards,
Wit C.
This caused compiler problems w.r.t. AsyncStreams, GetBytes, and a small list of other functions....
The answer was to upgrade Arduino IDE to 1.8.12
OK..
Upgrade Arduino to 1.8.12 and bingo... fixed this specific error ..
but sent me back to the problem with Arduino 1.8.12 (and 1.8.10, and 1.8.13), back in May.
B4R code will not compile if "C:\android\B4R_Projects\{insert project name}\Objects\bin\includes.cache" exists.
If I delete this file manually, then the B4R program compiles and uploads, one time only.
(so, at least I have a crappy work around)
The Arduino IDE has the same issue, only the path differs... "C:\Users\e156994\AppData\Local\Temp\arduino_build_445479\includes.cache"
Again, deleting the file manually allows the Arduino IDE to compile and upload, one time only.
(Actually the build folder for Arduino changes when you start the IDE, stopping and starting the IDE has the same effect)
Can anyone offer any advise as to why the Arduino IDE can't overwrite the includes.cache file ?
(no problem with any of the other files in the build folder ... just "includes.cache")
Best Regards,
Wit C.
Last edited: