compiling warning for S32K312

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

compiling warning for S32K312

1,226件の閲覧回数
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,037件の閲覧回数
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 件の賞賛
返信