Hi,
Please consider the following strings to be surrounded by ()...
#pragma message "Integer endianness could not be detected to be little endian. Use slow generic encoding."
#pragma message "No native IEEE 754 format detected. Use slow generic encoding."
..as follows. IAR compiler has the format of #pragma message (). I hope it won't affect the other compilers too.
#pragma message ("Integer endianness could not be detected to be little endian. Use slow generic encoding.")
#pragma message ("No native IEEE 754 format detected. Use slow generic encoding.")
Regards,
Thiru