Dear All,
I get the following errors for just calling the function SysCtlClockGet();
Description Resource Path Location Type
#10010 errors encountered during linking; "i2c_Frape.out" not built i2c_Frape C/C++ Problem
#10234-D unresolved symbols remain i2c_Frape C/C++ Problem
unresolved symbol SysCtlClockGet, first referenced in ./I2C_Frape.obj i2c_Frape C/C++ Problem
My header files are as below :
#include <stdio.h>
#include <inc/hw_types.h>
#include <driverlib/sysctl.h>
I am using the Stellarisware folder includes under my project (created from hello.c) I2C_Frape