The reason it's not now is because, unlike the classic Arduino IDE, Arduino IDE 2.x does not currently come with any libraries pre-installed. In this case, that might be confusing because we are accustomed to the Servo library always being available. Hi This error is caused by not having a library installed that your sketch uses. If anyone knows how to fix this issue please let me know 'C:\Users\Dean\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++' -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR '-IC:\Users\Dean\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3\cores\arduino' '-IC:\Users\Dean\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3\variants\standard' 'C:\Users\Dean\AppData\Local\Temp\arduino-sketch-1C4369200C494E02E137224A20F13BD7\sketch\sketch_' -o nulĬompilation error: Error: 2 UNKNOWN: exit status 1 Using core 'arduino' from platform in folder: C:\Users\Dean\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3 Sing board 'uno' from platform in folder: C:\Users\Dean\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3
Hi all, I am receiving this upload? compile error and I do not know what I should do to fix it.