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.

Unexpected Fatal Error #10004 in CCS 6

Other Parts Discussed in Thread: TM4C1292NCPDT

I've been using CCS 6 for over 5 months now and just a few days ago I started getting this error. I don't know how it was triggered but it came out of nowhere like something changed without me noticing.

I have uninstalled CCS twice now and reinstalled it twice in the past 2 days.

I re-downloaded the workshops and started from lab 1 where it shows how to build variables, add files and include files.


Despite my efforts I cannot get it to work. Seeing as how there is only one other person who has asked this question and neither of the 2 answers were sufficient to solve the problem in my case, I have decided to start this a new thread. All help will be appreciated.

Thanks.

**** Clean-only build of configuration Debug for project Lab_2_After_Code_Composer_Fatal_Error ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
gmake: *** No rule to make target `clean'.

**** Build Finished ****

**** Build of configuration Debug for project Lab_2_After_Code_Composer_Fatal_Error ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: ARM Compiler'
"c:/ti/ccsv6/tools/compiler/arm_5.1.6/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="c:/ti/ccsv6/tools/compiler/arm_5.1.6/include" --include_path="C:/ti/TivaWare_C_Series-2.1.0.12573" -g --gcc --define=ccs="ccs" --define=PART_TM4C1292NCPDT --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp"  "../main.c"
'Finished building: ../main.c'
' '
'Building file: ../tm4c1292ncpdt_startup_ccs.c'
'Invoking: ARM Compiler'
"c:/ti/ccsv6/tools/compiler/arm_5.1.6/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="c:/ti/ccsv6/tools/compiler/arm_5.1.6/include" --include_path="C:/ti/TivaWare_C_Series-2.1.0.12573" -g --gcc --define=ccs="ccs" --define=PART_TM4C1292NCPDT --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="tm4c1292ncpdt_startup_ccs.pp"  "../tm4c1292ncpdt_startup_ccs.c"
'Finished building: ../tm4c1292ncpdt_startup_ccs.c'
' '
'Building target: Lab_2_After_Code_Composer_Fatal_Error.out'
'Invoking: ARM Linker'
"c:/ti/ccsv6/tools/compiler/arm_5.1.6/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --gcc --define=ccs="ccs" --define=PART_TM4C1292NCPDT --display_error_number --diag_warning=225 --diag_wrap=off -z -m"Lab_2_After_Code_Composer_Fatal_Error.map" --heap_size=0 --stack_size=1024 -i"c:/ti/ccsv6/tools/compiler/arm_5.1.6/lib" -i"c:/ti/ccsv6/tools/compiler/arm_5.1.6/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="Lab_2_After_Code_Composer_Fatal_Error_linkInfo.xml" --rom_model -o "Lab_2_After_Code_Composer_Fatal_Error.out"  "./main.obj" "./tm4c1292ncpdt_startup_ccs.obj" "C:/ti/TivaWare_C_Series-2.1.0.12573/driverlib/ccs/Debug/driverlib.lib" "../tm4c1292ncpdt.cmd" -l"libc.a"
<Linking>
"C:\\Users\\Lvergara\\AppData\\Local\\Temp\\298163", line 18: fatal error #10004:

   unrecognized file:
   "C:/ti/TivaWare_C_Series-2.1.0.12573/driverlib/ccs/Debug/driverlib.lib"
>> Compilation failure
gmake: *** [Lab_2_After_Code_Composer_Fatal_Error.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****