This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/linker error

Other Parts Discussed in Thread: TM4C123GH6PM

I am getting the following compiler error:

'Invoking: ARM Linker'
"C:/ti/ccsv5/tools/compiler/arm_5.1.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --define=PART_TM4C123GH6PM --define=TARGET_IS_BLZZARD_RB1 -z --reread_libs --warn_sections --rom_model -o "bitband.out" "./utils/uartstdio.obj" "./tm4c123gh6pm_startup_ccs.obj" "./startup_ccs.obj" "./bitband.obj" "../bitband_ccs.cmd" "C:/ti/TivaWare_C_Series-1.0/driverlib/ccs/Debug/driverlib.lib" -l"libc.a"
<Linking>
error: cannot find file "libc.a"

Where is the libc.a?