**** Build of configuration Debug for project LAB3 ****
"E:\\CCS\\CCS5\\ccsv5\\utils\\bin\\gmake" -k all
'Building target: LAB3.out'
'Invoking: ARM Linker'
"E:/CCS/CCS5/ccsv5/tools/compiler/arm_5.1.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --diag_warning=225 --display_error_number --diag_wrap=off -z -m"LAB3.map" -i"E:/CCS/CCS5/ccsv5/tools/compiler/arm_5.1.1/lib" -i"E:/CCS/CCS5/ccsv5/tools/compiler/arm_5.1.1/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="LAB3_linkInfo.xml" --rom_model -o "LAB3.out" "./tm4c123ge6pm_startup_ccs.obj" "./startup_ccs.obj" "./main.obj" "E:/CCS/CCS addition/TivaWare A/driverlib/ccs/Debug/driverlib.lib" "../tm4c123ge6pm.cmd" -l"libc.a"
<Linking>
error #10056: symbol "ResetISR" redefined: first defined in "./tm4c123ge6pm_startup_ccs.obj"; redefined in "./startup_ccs.obj"
error #10056: symbol "g_pfnVectors" redefined: first defined in "./tm4c123ge6pm_startup_ccs.obj"; redefined in "./startup_ccs.obj"
warning #10210-D: creating ".stack" section with default size of 0x800; use the -stack option to change the default size
error #10010: errors encountered during linking; "LAB3.out" not built
>> Compilation failure
gmake: *** [LAB3.out] Error 1
gmake: Target `all' not remade because of errors.