My project currently uses TivaWare version 1.1 and I would like to use the latest version 2.1.
What is the right way to switch to the new version?
Thanks,
Paul.
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.
My project currently uses TivaWare version 1.1 and I would like to use the latest version 2.1.
What is the right way to switch to the new version?
Thanks,
Paul.
Kel,
The summary of compiler flags in Project properties now show the correct version 2 directory, and it builds without errors.
If only everything was this easy.
P.
Hi Paul,
Yes, the only way to change Tivaware in your project is to change property.
In Tivaware example project, Tivaware path is included in Properties -> Resource -> Linked Resource : TIVAWARE_INSTALL and ORIGINAL_PROJECT_ROOT.
You have to change those path if you want to use new Tivaware.
Thank you
Ronie
I noticed the ORIGINAL_PROJECT_ROOT variable is still set to "C:/TI/TivaWare_C_Series-1.1/examples/boards/ek-lm4f232/usb_dev_msc/ccs".
What is this variable used for? Do I need to change it to the version 2 directory?
Absolutely,
SW_ROOT is based on ORIGINAL_PROJECT_ROOT path.
If you didn't change that, SW_ROOT path should be TivaWare_C_Series-1.1.
That means every include file you added is included in TivaWare_C_Series-1.1.
Therefore please change ORIGINAL_PROJECT_ROOT for using new reference source.
Thank you.
Ronie