This should be so simple…
I’m running 1.39 of Particle CLI
Just reinstalled Particle workbench
Configure my workspace for 0.9.0
Clean App and Device OS
When I go to recompile, I get an error:
…/third_party/nrf5_sdk/nrf5_sdk/modules/nrfx/mdk/nrf52840.h:152:130: fatal error: core_cm4.h: No such file or directory, but it works fine with 0.8.0-rc27.
What could I possibly have done wrong with such a simple set of steps??
I was able to successfully compile and flash my devices to 0.8.0-RC27, but I can't get Workbench (using Visual Code) to compile anything under 0.9.0. I reconfigure the workspace, I clean App and OS, I rebuild, and immediately am hit with "../third_party/nrf5_sdk/nrf5_sdk/modules/nrfx/mdk/nrf52840.h:152:130: fatal error: core_cm4.h: No such file or directory"
I have uninstalled Visual Studio Code, then reinstalled. No change.
I’ve uninstalled and reinstalled Workbench extension. No change.
I’ve done Particle’s update-cli. No Change (1.39.0)
Worth noting, when I do a compile through CLI, it seems to work fine…