benzino77 / tasmocompiler

Web GUI for custom Tasmota compilation
MIT License
476 stars 143 forks source link

No compile libc17/ESP8266Audio/AudioGeneratorAAC.cpp.o] Error 4 #395

Closed pikitry closed 3 months ago

pikitry commented 3 months ago

Hello, First of all, thank you very much for your work, I just discovered it and it is fantastic. My version is TasmoCompiler v11.4.0 I have this problem when trying to compile version 13.4.0 in Spanish with the Shutters and Blinds feature: Processing tasmota (platform: https://github.com/tasmota/platform-espressif8266/releases/download/2024.01.01/platform-espressif8266.zip; framework: arduino; board: esp8266_1M)

Verbose mode can be enabled via -v, --verbose option -DCONFIG_TASMOTA_FLASHMODE_DOUT use provided user_config_override.h as planned use provided platformio_override.ini as planned CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp8266_1M.html PLATFORM: Espressif 8266 (2024.1.1) > Espressif Generic ESP8266 Tasmota 1M sketch NO FS HARDWARE: ESP8266 80MHz, 80KB RAM, 972.00KB Flash PACKAGES:

Environment Status Duration


tasmota FAILED 00:02:50.410 ==================== 1 failed, 0 succeeded in 00:02:50.410 ==================== Finished. Exit code: 1.

Thanks for all

benzino77 commented 3 months ago

Hi,

xtensa-lx106-elf-g++: internal compiler error: Killed (program cc1plus)

This one indicates rather problem with compiler itself. What platform are you using to build your Tasmota binary? Gitpod? Docker container? Are you running TasmoCompiler on RaspberryPi?

pikitry commented 3 months ago

Hi I use a docker container in a RaspberryPi Thanks for the reponse

benzino77 commented 3 months ago

That may be a problem. If you look thru history of the issues here you will find that there was a problem here and there with "toolchains" and "copilers" on RPi. This is not a problem with RPi, Tasmota or TasmoCompiler but with "tools" needed to compile. If you have possibility to use regular PC or gitpod (have a look at documentation of TasmoCompiler how to use it on gitpod) that may bring better results.

pikitry commented 3 months ago

In a regular pc with Windows 11 work perfecto, thanks for all