Hassio getting error during compilation

with the hassio addon I get these errors when I try to compile.
Compiling .pioenvs/test/lib908/FastLED/FastLED.cpp.o
Compiling .pioenvs/test/lib908/FastLED/bitswap.cpp.o
Compiling .pioenvs/test/lib908/FastLED/colorpalettes.cpp.o
Compiling .pioenvs/test/lib908/FastLED/colorutils.cpp.o
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_memory_used: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_newchunk: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: obstack_free: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_begin: symbol not found
*** [.pioenvs/test/lib908/FastLED/FastLED.cpp.o] Error 127
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_memory_used: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_newchunk: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: obstack_free: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_begin: symbol not found
*** [.pioenvs/test/lib908/FastLED/bitswap.cpp.o] Error 127
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_memory_used: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_newchunk: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: obstack_free: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_begin: symbol not found
*** [.pioenvs/test/lib908/FastLED/colorpalettes.cpp.o] Error 127
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_memory_used: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_newchunk: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: obstack_free: symbol not found
Error relocating /root/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: _obstack_begin: symbol not found
*** [.pioenvs/test/lib908/FastLED/colorutils.cpp.o] Error 127

this is my yaml config file:
esphomeyaml:
name: test
platform: ESP32
board: esp32dev
arduino_version: espressif32@>=1.3.0
esphomelib_version: https://github.com/OttoWinter/esphomelib.git#v1.8.0
use_custom_code: false
wifi:
ssid: ***
password: ***
domain: ***
mqtt:
broker: 192.168.1.100
username: ***
password: ***
port: 1883
logger: {}
ota:
password: ***
safe_mode: true

thanks to all

Are you running this on a raspberry pi? If so this is a known issue and mentioned on the esphomeyaml docs.

Note
Currently the build toolchain for the ESP32 does not work on RPis. 
If you need to compile software for ESP32 ( **not**  ESP8266) boards, 
please install esphomeyaml on your computer.

Thank for your answer, Yes I Use Raspberry pi, sorry I didn’t read all the documentation. I installed esphomeyaml on my linux pc and all is ok.