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.

CCS/TM4C123GH6PM: gmake error on compile with ccs

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

I am trying to do the TIVA workshop, lab10. When I compile, I get the following errors,

gmake: *** No rule to make target `D:/Engineering/Manufacturers/TI/TivaWare_C_Series-1.1/utils/ustdlib.c', needed by `ustdlib.obj'.

gmake: *** No rule to make target `D:/Engineering/Manufacturers/TI/TivaWare_C_Series-1.1/driverlib/ccs/Debug/driverlib.lib', needed by `lab10.out'.

gmake: *** No rule to make target `D:/Engineering/Manufacturers/TI/TivaWare_C_Series-1.1/grlib/ccs/Debug/grlib.lib', needed by `lab10.out'.

I suspect the problem is that I have Tiva Ware installed in D:/Engineering/Manufacturers/TI/TivaWare, not D:/Engineering/Manufacturers/TI/TivaWare_C_Series-1.1

Any susgestions?

Maurice

  • Hi Maurice,
    Once you install the workshop, the default installation will be C:\TM4C123G_LaunchPad_Workshop. In that folder you will find the vars.ini. You need to update the vars.ini file and set TIVAWARE_INSTALL = c:\TI\TivaWare_C_Series-2.1.4.178. If you have previously installed TivaWare, the TivaWare will be installed at c:\TI\TivaWare_C_Series-2.1.4.178. The eixsting vars. ini is out of date for the latest TivaWare library.
  • For lab10 you need to make sure you have the correct relative linked resources as shown below.