I keep receiving a file not found error when trying to compile for a fresh install on a BKN7231N device.
Linking .pioenvs/bar-fridges/raw_firmware.elf
|-- Image 1: raw_firmware.elf
/data/cache/platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: cannot find crti.o: No such file or directory
/data/cache/platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: cannot find -lgcc
collect2: error: ld returned 1 exit status
|-- Generated file not found: .pioenvs/bar-fridges/raw_firmware.elf
*** [.pioenvs/bar-fridges/raw_firmware.elf] Error 1
The problem
I keep receiving a file not found error when trying to compile for a fresh install on a BKN7231N device. Linking .pioenvs/bar-fridges/raw_firmware.elf |-- Image 1: raw_firmware.elf /data/cache/platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: cannot find crti.o: No such file or directory /data/cache/platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: cannot find -lgcc collect2: error: ld returned 1 exit status |-- Generated file not found: .pioenvs/bar-fridges/raw_firmware.elf *** [.pioenvs/bar-fridges/raw_firmware.elf] Error 1
Which version of ESPHome has the issue?
2024.6.3
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.6.3
What platform are you using?
BK72XX
Board
BNETA - BK7231n
Component causing the issue
Compile
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response