Tool/software:
Hello,
we are currently updating to Industrial Comms SDK 11. In the past we did simply override the abort-hanlders of the sdk. Now the structure changed a bit and we get more information in user-abort-handlers.
We stayed with our old solution by just updating our overwriting implementation. so the modification is only that we do callback from the abort-handler, which in the end will reset the device.
So we would anyway get an error with "warning: call to function could clobber interruptee's VFP registers; consider using the `interrupt_save_fp` attribute to prevent this behavior [-Wextra]".
But interestingly we also get it for most of the TI-code. Even calls to functions like GET_SPSR() and e.g. HwiP_getFIQVecAddr() produce this message. I did add the compile-options that are also set in the make-script of the sdk, but this didn't help.
Is there a possibility to get rid of those warnings? I mean they don't seem to be a minor issue, since clobbering VFP registers can probably impact the interrupt-behaviour.
Best regards
Felix