I just upgraded the MBlock app to 2.2.0
Now when I try to compile a simple program to play a tone, it throws an error:
-c,-g,-x,assembler-with-cpp,-mmcu=atmega328p,-DF_CPU=16000000L,-DARDUINO=10605,-DARDUINO_AVR_UNO,-DARDUINO_ARCH_AVR,-I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino,-I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/variants/standard,/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/wiring_pulse.S,-o,./wiring_pulse.S.o
7-24 18:31: ####Error####
avr-gcc: error: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/wiring_pulse.S: No such file or directory
There is no such file called wiring_pulse.S in the Arduino folder referenced above…
I started a blank project and I added the “mBot Program” block, and “play tone on note G4”. It can’t be simpler than that…
Any help?