How to link 3rd-party static library into .irom0.text?
Posted: Wed Jul 08, 2015 7:38 am
Hi there!
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 ?
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 ?