Hello,
We are using the S32K MBD toolbox for our project, and we want to perform a Misra rule check for the generated C code.
But our Misra rule checking tool does not support the codes compiled by higher version GCC compilers such as GCC 6.x.
1. Is it okay to use GCC 4.9 instead of GCC 6.3?
2. What kind of negative impact can it provide if we use the GCC 4.9?
3. If I want to use GCC 4.9, is it correct to set the System variable as below?
GCC_S32K_TOOL = C:\NXP\S32DS_ARM_v2.2\S32DS\build_tools\gcc_v4.9\gcc-arm-none-eabi-4_9
Thank you