Hello,
currently we are about to build an application for the CC2650. Therefore we need the TiRTOS as a static library to link against because on our build-server we do not have any xdctools.
In the CC3200-sdk, the oslib project contains a "libtirtos.a" under gcc/exe. Now we are interested in how we can build this library on ourselves for the CC2650. We saw that both CC32xx and cc26xx use the simplelink_tirtos. Are they the same?
With the Makefile under oslib/gcc, we can build the libFreeRTOS.a. When running Makefile_oslib_tirtos, at the moment we get the error, that include <xdc/std.h> cannot be found.
Now we would like to now how we could get this running, so that we can build a static tirtos.a library to use for the CC2650.
Best regards