Tool/software:
Hi Ti,
We are trying to apply SafeRTOS to the RM57, and SafeRTOS specifies that it shall be developed using the following compiler options:
--opt_level=off --opt_for_speed=1 --fp_mode=strict
.
Our product is a railway application that needs to be certified to SIL-3.
As compiler validation is essential for this, we are planning to use TI's CQKIT version 20.2.5.
However, on the validation result it doesn't include this particular combination of options.
Is there a way to additionally validate this combination of options?
The reason I need this combination requires additional validation is that --opt_level=off
and --fp_mode=strict
are defaults, but --opt_for_speed=1
is not.
So I would be appreciated with your answer.
Best regards,