Other Parts Discussed in Thread: TM4C123GH6PM
Hi all,
I am a newbie struggling with the Tiva C Series Launchpad with TM4C123GH6PM launchpad. I am using Code Composer Studio Version: 5.5.0.00077 and i have TivaWare_C_Series-2.1.0.12573
I have read the "TM4C123G_LaunchPad_Workshop" manual and watched videos of this launchpad from TI website. I was able to do all the labs discussed in the workshop. I am very well aware of creating path variables, build variable, including driver library, giving Predefined Symbol, file search path etc.
I verify all of them every time before i debug. There are no build issues and no errors/warnings. The execution doesn't go into Fault ISR.
I get these errors. I know that there is some problem with linking of the driver library. The driver library indicates that it is linked to the project in the project explorer window.
"No source available for "0xab4"
"No source available for "SysCtlDelay() at C:/Users\KISHORE\workspace_v5_5\Single ADC\Debug\Single ADC.out:{3} 0xab2{4}"
"Can't find a source file at "C:/DriverLib/build/DriverLib.test/driverlib/sysctl.c" Locate the file or edit the source lookup path to include its location."
"Can't find a source file at "C:/DriverLib/build/DriverLib.test/driverlib/gpio.c" Locate the file or edit the source lookup path to include its location."
I do not have any folder or path 'C:/DriverLib/build/DriverLib.test/driverlib/ ' on my computer. But the CCS is searching for that location every time.
I found a post with similar problem being discussed but the solution suggested was not generic.
http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/317256.aspx?pi297168=1
I tried to redo the labs of Launchpad workshop. i got the same error for all the labs.

