I am getting this message for the QualiTI failure when I override Universal skeleton:
Problem: Not all external symbols declared by the module have the "_MOD_VEN_" prefix (i.e. module_vendor_).
The following is the list of offending symbols:
UNIVERSAL_create
UNIVERSAL_delete
These two are included in the SKEL_Fxns table per the guide http://processors.wiki.ti.com/index.php/Overriding_stubs_and_skeletons.
Also don't I have to change the UNIVERSAL_process call in module_vendor_skel.c to MOD_VEN_process and do the same for control call too, when I override?