When -vfinfo option is specified at link time for a program containing global functions with __inline keyword, and then the program is compiled with the generated variable/function information file, a compile error may occur.
That happens when variable/function information file contains "#prgma __callt" directive for the above function.
To avoid an error, perform either of the followings.
Edit the variable/function information file and comment out or remove the #pragma directive for the function. |