How to Use Linker Error Messages
4-5
Linking Issues
4.1.2
Executable Flag
You may also see the linker message:
>> warning: output file file.out not executable
If this is due solely to MVK instructions, paired with MVKH, which have yet to
be changed to MVKL, then this warning may safely be ignored. The loaders
supplied by TI will still load and execute this .out file.
If you implement your own loader, please be aware this warning message
means the F_EXEC flag in the file header is not set. If your loader depends on
this flag, then you will have to fix your MVK instructions, or use the switches
described above to turn off these warnings.