compiling warning for S32K312

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

compiling warning for S32K312

1,252 次查看
vegetarian1
Contributor III

Hello,

Sleep and wakeup funtion is needed with S32K312, and I add code as below

__attribute__ ((aligned(128)))

__attribute__ ((section(".rodata"))) volatile uint32 const VectorTable[] =

{

          //...

}

 

But I get warning as below

Assembler messages:

Warning: ignoring changed section attributes for .rodata

 

Is this serious problem for system? How to solve it?

Thanks for your attention!

 

0 项奖励
回复
1 回复

1,063 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

I don't think that it is issue for system,  but the VectorTable will remain at the possition where it was before. 

0 项奖励
回复