Open florian-asche opened 5 years ago
export ESP_HOME=/opt/esp-open-sdk
cd /opt/
git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
cd esp-open-sdk
make VENDOR_SDK=1.5.1 STANDALONE=y
cd $ESP_HOME
git clone https://github.com/raburton/esptool2
cd esptool2
make
export PATH=$PATH:$ESP_HOME/esptool2
cd /opt/
git clone --branch dev --recurse-submodules https://github.com/ninharp/ninESP.git
cd ninESP
cd Sming/Sming
make dist-clean
cd ..
git checkout 28b05f15700e05e143a9b50d421debd3252171f9
cd ..
./patch-linux.sh
export SMING_HOME=/opt/ninESP/Sming/Sming
export PATH=/opt/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
make clean
# Compile
make all
# Erase the ESP8266 flash
make flashinit
# Flash the firmware
make flash
also not working
@florian-asche
try to download it manually from this url
https://github.com/Sermus/ESP8266_ArduinoIDE/blob/master/Espressif/ESP8266/cores/esp8266/Sming/Sming/system/include/espinc/c_types_compatible.h
and place it inside Sming/Sming/Arch/Esp8266/Components/esp8266/include/espinc/c_types_compatible.h
did the compilation work?