I'm running into an issue trying to use System_printf() in my project.
Despite putting #include <xdc/runtime/System.h> in my source file, during linking I see System_printf as an unresolved symbol.
Is there something special I need do put in the config to link this in?
Ed Averill