AnthoJack
AnthoJack

Reputation: 169

Code Composer Studio: Imported driverlib project won't build lib

I'm trying to test a C2000 card by importing the "systick_ex1_interrupt" example from C2000Ware but when I tried to build it I got the following error:

"gmake: *** No rule to make target '/driverlib/f2838x/driverlib_cm/ccs/Debug/driverlib_cm.lib', needed by 'all'

I kind of expected an example project to build without hassle but apparently I was mistaken and I haven't been able to find much to help me online

The project seems to know where the files required for the lib are since I'm able to find them in the project explorer but it just won't compile the driverlib_cm.lib file

Anyone knows anything ?

Upvotes: 0

Views: 1022

Answers (1)

emiled
emiled

Reputation: 126

This happens when some predefined variables are not set correctly. Make sure the paths to the libraries are correctly configured. For more details have a look at the TI documentation.

Upvotes: 0

Related Questions