B4R Question [SOLVED] comming back to B4R and having issues compiling

Cableguy

Expert
Licensed User
Longtime User
Hi guys...
I tried everything except uninstalling B4R...
I re-installed Arduino IDE 2.3.8, le CLI and set the paths... only difference from the "recommended" is I am using java jdk14.0.1

I am getting this error:
B4X:
cli: compile -b esp32:esp32:esp32s3-octal C:\B4X\_IN_PR~1\Amigo\Objects\src\src.ino -v  --board-options UploadSpeed=921600,USBMode=hwcdc,CDCOnBoot=default,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,CPUFreq=240,FlashMode=opi,FlashSize=16M,PartitionScheme=app3M_fat9M_16MB,DebugLevel=none,PSRAM=opi,LoopCore=1,EventsCore=1,EraseFlash=none,JTAGAdapter=default
FQBN: esp32:esp32:esp32s3-octal
Using board 'esp32s3-octal' from platform in folder: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.7
Using core 'esp32' from platform in folder: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.7
cmd /c if exist "C:\\B4X\\_IN_PROGRESS\\Amigo\\Objects\\src\\partitions.csv" COPY /y "C:\\B4X\\_IN_PROGRESS\\Amigo\\Objects\\src\\partitions.csv" "C:\\Users\\psapg\\AppData\\Local\\arduino\\sketches\\FE4BB2C9D7DB6B0D6BBCC300F005CF4C\\partitions.csv"
Error during build: exec: "cmd": executable file not found in %PATH%
[92mUsed platform[0m [92mVersion[0m [90mPath[0m
[93mesp32:esp32[0m   3.3.7   [90mC:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.7[0m
 

Cableguy

Expert
Licensed User
Longtime User
Solved!
A "quick" search over Go*gle showed that cmd.exe should be copied to the ArduinoCLI folder
 
Upvote 0
Top