compiling warning for S32K312

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

compiling warning for S32K312

295 Views
yangbo1
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 Kudos
Reply
1 Reply

106 Views
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 Kudos
Reply