This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to rebuild predefined libraries

Using CCS V6.1.1.00022

For AM437x Target

Want to change #define in UART_drv_log.h to CIO_DRV_CONSOLE

This should redirect logging to printf so that we can capture IO using System Analyser.

So we need to rebuild the provided UART library component ti.drv.uart.am437x.aa9fg

There are various Make files within the directory structure which contain references to the correct source files

Have tried invoking from command line using gmake but get "nothing to be done for <etctetc>"

tried deleting the library -- nothing doing

tried editing source to change dates to force rebuild -- nothing doing

created various flavours of project in CCS to suck in the UART library hierarchy and attempted to build -- Loads of build errors with paths and undefined litterals from header files that weren't getting picked up.

Can't find any detailed docs on the best approach to this

Help !!    

Si.