espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
13.21k stars 7.34k forks source link

Can't compile with Arduino and Mac OSX El Capitain #5716

Closed Eliott-17 closed 2 years ago

Eliott-17 commented 2 years ago

Hardware:

Board: ESP32 Dev Module, ESP32C2, ESP32S3 ... Core Installation version: 2.0.0, 2.0.0-rc2 IDE name: Arduino IDE 1.8.16 Computer OS: Mac OSX 10.11.6

Description:

Can't compile.

Sketch: (leave the backquotes for code formatting)


#include <Arduino.h>

void setup() {
}

void loop() {
}

Debug Messages:

[19530] Error loading Python lib '/var/folders/zy/dgsxns_x63b7mggnt67blvwm0000gn/T/_MEInxtHfx/libpython3.8.dylib': dlopen: dlopen(/var/folders/zy/dgsxns_x63b7mggnt67blvwm0000gn/T/_MEInxtHfx/libpython3.8.dylib, 10): Symbol not found: ____chkstk_darwin Referenced from: /var/folders/zy/dgsxns_x63b7mggnt67blvwm0000gn/T/_MEInxtHfx/libintl.8.dylib Expected in: /usr/lib/libSystem.B.dylib in /var/folders/zy/dgsxns_x63b7mggnt67blvwm0000gn/T/_MEInxtHfx/libintl.8.dylib exit status 255 /Applications/Arduino.app/Contents/Java/arduino-builder a retourné 255 Erreur de compilation pour la carte ESP32 Dev Module

atanisoft commented 2 years ago

similar to https://github.com/espressif/arduino-esp32/issues/5639

VojtechBartoska commented 2 years ago

closing this isssue, explanation can be found here: https://github.com/espressif/arduino-esp32/issues/5639#issuecomment-949618260