pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 624 forks source link

linking error sdk_eagle_auth_done #321

Open danielcampillo opened 6 years ago

danielcampillo commented 6 years ago

Hello,

I'm trying to use the esp-open-sdk with the esp-open-rtos, but when building the project, I get this message:

./build/sdklib/libwpa.a(wpa_main.o): In function `sdk_eagle_auth_done': (.irom0.text+0x295): dangerous relocation: call0: call target out of range: sdk_eagle_auth_done

I've seen the mlong-calls and mtext-section-literals flags in the compiler.

The only thing I've addressed so far is tha it only happens when I start the DHCP server.

pavels commented 5 years ago

https://github.com/SuperHouse/esp-open-rtos/issues/674#issuecomment-439717688