Is there a way to write code in EasyC that will build (and download to VEX Cortex controller) that calls functions contained in team library file(s) (e.g., .a or .so?) that was compiled using gcc? I’ve experimented but not yet been successful.
No, but you can include uncompiled files .h or .c and link those in on easyC Pro or easyC v4. See tutorial number 14.