martinberlin / brotli

Brotli compression format forked to work in ESP32
https://fasani.de
MIT License
25 stars 1 forks source link

Check if decompression can work on ESP8266 too #2

Closed martinberlin closed 2 years ago

martinberlin commented 4 years ago

On first tries I failed in this branch:

https://github.com/martinberlin/brotli/tree/esp8266

No matter what size configuration I add always get: /home/martin/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: address 0x4000ee90 of tests/.pio/build/d1_mini/firmware.elf section .bss' is not within regiondram0_0_seg'

Commenting the decompressFile() calls in setup works so it cannot be a program size problem (me thinks)

martinberlin commented 2 years ago

Stale issue, did not see much interest in getting this to work with esp8266 anyways