工具/软件:TI C/C++编译器
您好,
我正在使用 simile_peripheral_cc2650lp_app来构建BLE项目。 以前很好。
最近,我添加了一个C++类来支持Adafruit模块。 一旦我在全局分段中将类声明为以下:
Adafruit_FONA fona = Adafruit_FONA (FONA_RST);
我收到以下警告:
对于".init_array",#1.0237万-D分割位置(>>)被忽略:不允许对此部分进行分割放置cc26xx_app.cmd /simile_peripheral_cc2650lp_app/tools line 126 C/C++问题
章节
{
intvecs :> flash_app_base
text :>> flash | flash_last_page
const :>> flash | flash_last_page
constdata:>> flash | flash_last_page
.rodata:>> flash | flash_last_page
.cinit:> flash | flash_last_page
Pinit :>> FLASH | FLASH_LASH_PAGE
init_array:>> flash | flash_last_page
.EMM_TEXT:>> FLASH | FLASH_LASH_PAGE
ccfg:> flash_last_page (高)
我应该如何更改才能更正它?
感谢您的建议。