Hello,
I am using CCS5.1, ndk_2_21_00_32 and xdctools_3_23_00_32. I am building against the OMAP-L138 (c674).
By using the NDK Global module (ie "var NDK = xdc.useModule('ti.ndk.config.Global');") my application automatically links against the miniprintf library. From spru523h.pdf:
The MiniPrintf library provides printing functions with a small code size to help keep the application's
footprint small. These are packaged into a separate library, so you can use either the full-fledged RTS
printing functions provided with the Code Composer Studio or the small functions included with the
MiniPrintf library.
My question is how do I modify my XDC configuration file to remove this "miniprintf.lib"? Or alternatively, how can I make the standard rts library link first!
Thanks,
-David