Small sketch that works fine in the web IDE, but I’ve spent the better part of today setting up VSCode and P. Workbench (and reading tutorials and watching tutorials), but I can’t seem to get past the following error. I’ve rebuilt the environment a couple of times and done a “Clean”. I’ve tried with both the latest firmware as well as an older one, but the results remain the same. I’ve tried using both a .cpp and .ino extension, which causes differences in the compilation, but still throws the same errors. I see the error regarding CellularHelper.o, but no clue as to why this is being thrown. What am I missing?
Executing task in folder AQI_Boron_Project: make -f ‘/Users/Chuck_Allen/.particle/toolchains/buildscripts/1.9.2/Makefile’ compile-user -s <
:::: COMPILING APPLICATION
Creating /Users/Chuck_Allen/Dropbox/Arduino/#Capstone/#Boron_Code/AQI_Boron_Project/target/2.0.0-rc.4/boron/platform_user_ram.ld …
arm-none-eabi-gcc: warning: /Users/Chuck_Allen/Dropbox/Arduino/: linker input file unused because linking not done
/Users/Chuck_Allen/.particle/toolchains/gcc-arm/9.2.1/bin/…/lib/gcc/arm-none-eabi/9.2.1/…/…/…/…/arm-none-eabi/bin/ar: …/build/target/user/platform-13-m/AQI_Boron_Project/CellularHelper/src/CellularHelper.o: No such file or directory**
make[3]: *** […/build/target/user/platform-13-m/AQI_Boron_Project/libuser.a] Error 1
make[2]: *** [user] Error 2
make[1]: *** [modules/boron/user-part] Error 2
make: *** [compile-user] Error 2
The terminal process “/bin/bash ‘-c’, ‘make -f ‘/Users/Chuck_Allen/.particle/toolchains/buildscripts/1.9.2/Makefile’ compile-user -s’” terminated with exit code: 2.