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.

CCS V6编译无法产生.out文件,具体错误见图片

Other Parts Discussed in Thread: TM4C123GH6PM

采用官方例程,出现如下错误,芯片是TM4123GH6PMI

Description Resource Path Location Type
#10010 errors encountered during linking; "lab2.out" not built lab2 C/C++ Problem

Description Resource Path Location Type
#10056 symbol "g_pfnVectors" redefined: first defined in "./startup_ccs.obj"; redefined in "./tm4c123gh6pm_startup_ccs.obj" lab2 C/C++ Problem

Description Resource Path Location Type
#10056 symbol "ResetISR" redefined: first defined in "./startup_ccs.obj"; redefined in "./tm4c123gh6pm_startup_ccs.obj" lab2 C/C++ Problem

求指教