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.

TivaWare_C_Series-1.0 Release project

I have been linking my projects to the 'TivaWare_C_Series-1.0/ccs/Debug/driverlib.lib'.  I am sure I can build a Release version. 

Is there a reason why the distribution was not delivered with the Release version?

My concern is that I would rather build to a version built and tested by TI, rather than build my own and realize that building with my specific compiler/linker release was different from the one used by TI and I end up with some latent compiler bug issue in my code.

  • Hi John,

       The Debug directory is the default directory that the library was built under but in fact it was compiled in release mode (ie -O2 switch on the command line and no -DDEBUG switch).

       You do not need to recompile.

     

    Regards,

       Ken