我按照连接,找到例子ezdsp5535_BSL_RevC,我在用CCS4编译ccs_v4.0_examples中的例子,都会出现类似于这样一个错误,

error: cannot find file "Debug/cslVC5505.lib"

undefined first referenced
symbol in file
--------- ----------------
_GPIO_clearInt ./gpio_Input_Pin_Example.obj
_GPIO_configBit ./gpio_Input_Pin_Example.obj
_GPIO_enableInt ./gpio_Input_Pin_Example.obj
_GPIO_open ./gpio_Input_Pin_Example.obj
_GPIO_read ./gpio_Input_Pin_Example.obj
_GPIO_reset ./gpio_Input_Pin_Example.obj
_GPIO_statusBit ./gpio_Input_Pin_Example.obj
_GPIO_write ./gpio_Input_Pin_Example.obj
_IRQ_clear ./gpio_Input_Pin_Example.obj
_IRQ_clearAll ./gpio_Input_Pin_Example.obj
_IRQ_disable ./gpio_Input_Pin_Example.obj
_IRQ_disableAll ./gpio_Input_Pin_Example.obj
_IRQ_enable ./gpio_Input_Pin_Example.obj
_IRQ_globalDisable ./gpio_Input_Pin_Example.obj
_IRQ_globalEnable ./gpio_Input_Pin_Example.obj
_IRQ_plug ./gpio_Input_Pin_Example.obj
_IRQ_setVecs ./gpio_Input_Pin_Example.obj
_VECSTART ./gpio_Input_Pin_Example.obj

error: unresolved symbols remain
error: errors encountered during linking; "CSL_GPIO_InputPinExample.out" not
built

”  请问一下,这些例子是需要修改的吗?还是我在其他地方出现了什么错误,谢谢您