Hello! i'm facing this problem when i'm trying to upload my code on my node :
xtensa-lx106-elf-g++: fatal error: Killed signal terminated program cc1plus compilation terminated.
I'm using a Raspberry PI 3 B+. Please tell me that I don't have to buy a RPi4, i'm enraged thinking that it's PLanned obsolescence!
Everyting was working fine before i don't understand how my RPI can be "Not powerful enough" now
Thanks
#xtensa-lx106-elf-g++ ... My RPi3 B+ is not powerful enought?
1 messages · Page 1 of 1 (latest)
Without more context, that looks like it's running out of RAM
How come RPi suddenly is not powerful enough for simple tasks that it was using before? IS there any other way that I can still upload and add nodes without changing for an expensive and currently unavailable RPi4?
Maybe loading it on my computer and transfert it on the SD card?
1GB of RAM on the 3 B+ can get pretty tight if you have a bunch of stuff installed on there. Is this ESPHome you're talking about?
Yes EspHome and only 3 nodes.
ESPHome recently added a config option to reduce the number of compiler processes which might help you. The tradeoff would be slower compile times since it won't do multiple concurrently, but it should theoretically be able to complete
Try setting it to 1 or maybe 2
YEs I saw that, i put this line not on my code but on the settings of ESPHome but it still didn't work..