GCC and Real Time feature

Ian Lance Taylor iant@google.com
Wed Apr 21 15:24:00 GMT 2010


charfi asma <charfiasma@yahoo.fr> writes:

> for example, Can we specify that a C function is periodic (must be
> executed every 5s) and compile the program with GCC?

There is no such support in the compiler itself.  Most real time
operating systems will provide a facility for this.

Ian



More information about the Gcc-help mailing list