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.
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.