I am linking with 3rd party SDK (statically). All the user code is being put into .irom0.text section (with ICACHE_FLASH_ATTR define). However, the linker complains about undefined references to all of the symbols from that 3rd-party SDK. I believe this is because SDK code is forced to be in the .text section (am I right?).
So, the question is: how to put SDK code into .irom0.text ?