I'm trying to write a simple programm on the ccs like this;
Starting a new ccs project and writting the following libraries i wish to use
#include "inc/hw_ints.h"
#include "inc/hw_memmap.h"
#include "inc/hw_types.h"
#include "driverlib/sysctl.h"
#include "driverlib/interrupt.h"
#include "driverlib/gpio.h"
#include "driverlib/timer.h"
But on the left of these lines appears a question mark and of course i can't debug it
I trust my mistake is that i don't define where these libraries are located, but i'm a newbee in programming so i don't know what to do
Please guide me.
Note that i have installed the stellarisWare in C:\

