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.

TM4C 123G的launchpad ,想写个小亮灯延时熄灯循环的程序,然后编译一直通不过,该怎么解决。

<Linking>
error #16004-D: file "D:/TivaWare_C_Series-2.1.1.71/driverlib/ccs/Debug/driverlib.lib<gpio.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "D:/TivaWare_C_Series-2.1.1.71/driverlib/ccs/Debug/driverlib.lib<interrupt.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files

error #16004-D: file "D:/TivaWare_C_Series-2.1.1.71/driverlib/ccs/Debug/driverlib.lib<sysctl.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
>> Compilation failure
error #16004-D: file "D:/TivaWare_C_Series-2.1.1.71/driverlib/ccs/Debug/driverlib.lib<cpu.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
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; "CHESHI.out" not built
gmake: *** [CHESHI.out] Error 1
gmake: Target `all' not remade because of errors.

大家能不能说一下大家在建立一个新的tm4c123g的工程的时候一般要添加一些什么东西或者修改一些什么相关配置么,

看那个教学视频有点没弄明白,又是link resources 的path variables 又是什么include什么什么的,最后给弄糊涂了,还是不会。