Open devbis opened 4 years ago
Hi,
I'm not so much familiar with the ESP8266 but maybe this page https://stackoverflow.com/questions/19532826/what-does-a-dangerous-relocation-error-mean can help a little bit. The first answer contains a few interresting suggestions.
I modified Makefile and component.mk to run xtensa-lx106 binaries with -mcpu=esp8266 to compile binaries for the esp8266 processor. Unfortunately, it shows
dangerous relocation: l32r
error when compile. Common FreeRTOS-based code I can compile without any problem.