我在ccs5.5导入了 GPIO_mul
ti_led_interrupt_dspL137 工程,修改头文件路径等,编译通过了,我想将工程移植到基于tms320c6747的建立的sy***ios系统中,
#include
同样调用例程的头文件,编译出现了很多错误
Description Resource Path Location Type
#20 identifier "I2C_ICSTR_ARDY" is undefined OMAPL1x_common.c /hello2 line 212 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 215 C/C++ Problem
#20 identifier "Uint16" is undefined OMAPL1x_common.c /hello2 line 232 C/C++ Problem
#20 identifier "Uint8" is undefined OMAPL1x_common.c /hello2 line 232 C/C++ Problem
#20 identifier "I2C_ICSTR_ARDY" is undefined OMAPL1x_common.c /hello2 line 198 C/C++ Problem
#20 identifier "I2C_ICSTR_NACK" is undefined OMAPL1x_common.c /hello2 line 201 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 204 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 212 C/C++ Problem
#20 identifier "SET" is undefined OMAPL1x_common.c /hello2 line 188 C/C++ Problem
#20 identifier "I2C_ICDXR_D" is undefined OMAPL1x_common.c /hello2 line 194 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 197 C/C++ Problem
#20 identifier "I2C_ICSTR_ICXRDY" is undefined OMAPL1x_common.c /hello2 line 197 C/C++ Problem
#20 identifier "MASTER_MODE" is undefined OMAPL1x_common.c /hello2 line 184 C/C++ Problem
#20 identifier "I2C_ICMDR_TRX" is undefined OMAPL1x_common.c /hello2 line 185 C/C++ Problem
#20 identifier "TX_MODE" is undefined OMAPL1x_common.c /hello2 line 185 C/C++ Problem
#20 identifier "I2C_ICMDR_STT" is undefined OMAPL1x_common.c /hello2 line 188 C/C++ Problem
#20 identifier "MASTER_MODE" is undefined OMAPL1x_common.c /hello2 line 241 C/C++ Problem
#20 identifier "I2C_ICMDR_MST" is undefined OMAPL1x_common.c /hello2 line 241 C/C++ Problem
#20 identifier "I2C_ICMDR_TRX" is undefined OMAPL1x_common.c /hello2 line 242 C/C++ Problem
#20 identifier "I2C_ICCNT_ICDC" is undefined OMAPL1x_common.c /hello2 line 235 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 235 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 241 C/C++ Problem
#20 identifier "I2C_ICSAR_SADDR" is undefined OMAPL1x_common.c /hello2 line 238 C/C++ Problem
#20 identifier "CSL_I2C_0_REGS" is undefined OMAPL1x_common.c /hello2 line 55 C/C++ Problem
#20 identifier "CSL_TmrRegsOvly" is undefined OMAPL1x_common.c /hello2 line 56 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 56 C/C++ Problem
#20 identifier "CSL_TMR_0_REGS" is undefined OMAPL1x_common.c /hello2 line 56 C/C++ Problem
#760 "CSL_TmrRegsOvly" is not a type name OMAPL1x_common.c /hello2 line 57 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 57 C/C++ Problem
#20 identifier "CSL_TMR_1_REGS" is undefined OMAPL1x_common.c /hello2 line 57 C/C++ Problem
#20 identifier "CSL_UartRegsOvly" is undefined OMAPL1x_common.c /hello2 line 58 C/C++ Problem
#20 identifier "CSL_PllcRegsOvly" is undefined OMAPL1x_common.c /hello2 line 53 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 53 C/C++ Problem
#20 identifier "CSL_PLLC_0_REGS" is undefined OMAPL1x_common.c /hello2 line 53 C/C++ Problem
#20 identifier "CSL_GpioRegsOvly" is undefined OMAPL1x_common.c /hello2 line 54 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 54 C/C++ Problem
#20 identifier "CSL_GPIO_0_REGS" is undefined OMAPL1x_common.c /hello2 line 54 C/C++ Problem
#20 identifier "CSL_I2cRegsOvly" is undefined OMAPL1x_common.c /hello2 line 55 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 55 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 61 C/C++ Problem
#20 identifier "CSL_CacheRegsOvly" is undefined OMAPL1x_common.c /hello2 line 61 C/C++ Problem
#20 identifier "CSL_AintcRegsOvly" is undefined OMAPL1x_common.c /hello2 line 62 C/C++ Problem
#20 identifier "CSL_CACHE_0_REGS" is undefined OMAPL1x_common.c /hello2 line 61 C/C++ Problem
#20 identifier "CSL_AINTC_0_REGS" is undefined OMAPL1x_common.c /hello2 line 62 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 62 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 63 C/C++ Problem
#20 identifier "CSL_DspintcRegsOvly" is undefined OMAPL1x_common.c /hello2 line 63 C/C++ Problem
#20 identifier "CSL_UART_0_REGS" is undefined OMAPL1x_common.c /hello2 line 58 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 58 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 59 C/C++ Problem
#760 "CSL_UartRegsOvly" is not a type name OMAPL1x_common.c /hello2 line 59 C/C++ Problem
#20 identifier "CSL_Edma3ccRegsOvly" is undefined OMAPL1x_common.c /hello2 line 60 C/C++ Problem
#20 identifier "CSL_UART_2_REGS" is undefined OMAPL1x_common.c /hello2 line 59 C/C++ Problem
#20 identifier "CSL_EDMA3CC_REGS" is undefined OMAPL1x_common.c /hello2 line 60 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 60 C/C++ Problem
#20 identifier "Uint8" is undefined OMAPL1x_common.c /hello2 line 83 C/C++ Problem
#20 identifier "Bool" is undefined OMAPL1x_common.c /hello2 line 86 C/C++ Problem
#20 identifier "Bool" is undefined OMAPL1x_common.c /hello2 line 79 C/C++ Problem
#20 identifier "Bool" is undefined OMAPL1x_common.c /hello2 line 80 C/C++ Problem
#10010 errors encountered during linking; "hello2.out" not built hello2 C/C++ Problem
#20 identifier "CSL_PSC_0" is undefined OMAPL1x_common.c /hello2 line 112 C/C++ Problem
#20 identifier "CSL_PSC_1" is undefined OMAPL1x_common.c /hello2 line 114 C/C++ Problem
#20 identifier "Bool" is undefined OMAPL1x_common.c /hello2 line 87 C/C++ Problem
unresolved symbol _sysRegs, first referenced in ./main.obj hello2 C/C++ Problem
#760 "CSL_PscRegsOvly" is not a type name OMAPL1x_common.c /hello2 line 96 C/C++ Problem
#10234-D unresolved symbols remain hello2 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 66 C/C++ Problem
#20 identifier "SHARED_CPU_VARS_MEM" is undefined OMAPL1x_common.c /hello2 line 66 C/C++ Problem
#20 identifier "CSL_INTC_0_REGS" is undefined OMAPL1x_common.c /hello2 line 63 C/C++ Problem
#20 identifier "sharedCpuVarsPtr" is undefined OMAPL1x_common.c /hello2 line 66 C/C++ Problem
#20 identifier "NULL" is undefined OMAPL1x_common.c /hello2 line 72 C/C++ Problem
#20 identifier "Bool" is undefined OMAPL1x_common.c /hello2 line 75 C/C++ Problem
#20 identifier "ISRpointer" is undefined OMAPL1x_common.c /hello2 line 72 C/C++ Problem
#20 identifier "NUM_AINTC_EVENTID" is undefined OMAPL1x_common.c /hello2 line 72 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 178 C/C++ Problem
#20 identifier "Uint8" is undefined OMAPL1x_common.c /hello2 line 175 C/C++ Problem
#20 identifier "Uint16" is undefined OMAPL1x_common.c /hello2 line 175 C/C++ Problem
#20 identifier "PSC_MDSTAT_STATE" is undefined OMAPL1x_common.c /hello2 line 153 C/C++ Problem
#20 identifier "I2C_ICMDR_MST" is undefined OMAPL1x_common.c /hello2 line 184 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 184 C/C++ Problem
#20 identifier "I2C_ICSAR_SADDR" is undefined OMAPL1x_common.c /hello2 line 181 C/C++ Problem
#20 identifier "I2C_ICCNT_ICDC" is undefined OMAPL1x_common.c /hello2 line 178 C/C++ Problem
#20 identifier "CSL_PSC_PTSTAT_GOSTAT0_IN_TRANSITION" is undefined OMAPL1x_common.c /hello2 line 124 C/C++ Problem
#20 identifier "PSC_PTSTAT_GOSTAT0" is undefined OMAPL1x_common.c /hello2 line 123 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 123 C/C++ Problem
#20 identifier "pscTimeout" is undefined OMAPL1x_common.c /hello2 line 117 C/C++ Problem
#225-D function declared implicitly OMAPL1x_common.c /hello2 line 153 C/C++ Problem
#20 identifier "pscTimeout" is undefined OMAPL1x_common.c /hello2 line 146 C/C++ Problem
#20 identifier "CSL_PSC_1" is undefined OMAPL1x_common.c /hello2 line 143 C/C++ Problem
#20 identifier "CSL_PSC_0" is undefined OMAPL1x_common.c /hello2 line 141 C/C++ Problem
#20 identifier "CSL_SyscfgRegsOvly" is undefined OMAPL1x_common.c /hello2 line 50 C/C++ Problem
#20 identifier "CSL_PSC_0_REGS" is undefined OMAPL1x_common.c /hello2 line 51 C/C++ Problem
#760 "CSL_PscRegsOvly" is not a type name OMAPL1x_common.c /hello2 line 52 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 52 C/C++ Problem
#20 identifier "CSL_PSC_1_REGS" is undefined OMAPL1x_common.c /hello2 line 52 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 50 C/C++ Problem
#20 identifier "CSL_SYSCFG_0_REGS" is undefined OMAPL1x_common.c /hello2 line 50 C/C++ Problem
#20 identifier "CSL_PscRegsOvly" is undefined OMAPL1x_common.c /hello2 line 51 C/C++ Problem
#60 function call is not allowed in a constant expression OMAPL1x_common.c /hello2 line 51 C/C++ Problem