Open HonestQiao opened 1 year ago
I can confirm the ESP32 behavior. I get the same error message when trying to compile / upload on MacOS BigSur 11.7
On Arduino IDE 2.1.0, the same problem still occurs.
Same result on Ardunio IDE 2.1.1
Still the same issue on
macOS 13.0
Arduino Version: 2.1.2-nightly-20230716 Date: 2023-07-16T03:17:59.660Z (9 hours ago) CLI Version: 0.33.1
Just exists for apple silicon in the latest version ...
I have the same issue with 2.3.2 version and Apple M1 Pro Ventura 13.2.1. I can't verify my board or upload ...
Someone found an solution ?
Having this issue with Arduino IDE 2.3.2 and macOs 13.5.1 (M1 Mac).
Describe the problem
When I use Arduino IDE 2.0.3, everything is OK! After upgraded to Arduino IDE 2.0.4, Compiler work for ESP32 and AVR64DD32 is broken.
The error is :
When I use the Nightly Builds, version 2.0.5-nightly-20230320, the same error occurs.
To reproduce
First, Upgrade to Arduino IDE 2.0.4
Then, use Blink example for test.
Test for ESP32:
Test for AVR64DD32:
/Users/HonestQiao/Library/Arduino15/packages/DxCore/tools/avr-gcc/7.3.0-atmel3.6.1-azduino6/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /private/var/folders/4n/psszlnqn73x1vwzl44cq258h0000gn/T/arduino/sketches/92B375FE5BC74A234594931CEABD473D/Blink.ino.elf /private/var/folders/4n/psszlnqn73x1vwzl44cq258h0000gn/T/arduino/sketches/92B375FE5BC74A234594931CEABD473D/Blink.ino.eep /Users/HonestQiao/Library/Arduino15/packages/DxCore/tools/avr-gcc/7.3.0-atmel3.6.1-azduino6/bin/avr-objcopy -O ihex -R .eeprom /private/var/folders/4n/psszlnqn73x1vwzl44cq258h0000gn/T/arduino/sketches/92B375FE5BC74A234594931CEABD473D/Blink.ino.elf /private/var/folders/4n/psszlnqn73x1vwzl44cq258h0000gn/T/arduino/sketches/92B375FE5BC74A234594931CEABD473D/Blink.ino.hex
bash -c "/Users/HonestQiao/Library/Arduino15/packages/DxCore/tools/avr-gcc/7.3.0-atmel3.6.1-azduino6/bin/avr-objdump --disassemble --source --line-numbers --demangle --section=.text /private/var/folders/4n/psszlnqn73x1vwzl44cq258h0000gn/T/arduino/sketches/92B375FE5BC74A234594931CEABD473D/Blink.ino.elf > /private/var/folders/4n/psszlnqn73x1vwzl44cq258h0000gn/T/arduino/sketches/92B375FE5BC74A234594931CEABD473D/Blink.ino.lst" exec: "bash": cannot run executable found relative to current directory
Compilation error: exec: "bash": cannot run executable found relative to current directory