I'm sure this has already been posted a few times, but I am having difficulties setting up the linker for the StellarisWare Driver Library. When I attempt to compile my code that uses the driver library (installed to "C:\StellarisWare\driverlib") I get a bunch of linker errors ""C:/StellarisWare/driverlib/gpio.h", line 121: error #20: identifier "tBoolean" is undefined". I kind of expected this because I have not setup my linker correctly. I am using Code Composer Studio 5. In my project properties, I have setup my include options (Build->ARM Compiler-> Include Options->Add dir to #include search path) to include C:\StellarisWare. The includes I am using in my main.c are:
#include <driverlib/gpio.h>
#include <driverlib/rom.h>
#include <driverlib/ssi.h>
#include <driverlib/sysctl.h>
#include <driverlib/pin_map.h>
#include <driverlib/timer.h>
#include <inc/lm3s3749.h>
Will somebody please give me some help as to how I set up the linker for StellarisWare Driver Library in Code Composer Studio 5?
Thanks,
Mike