在线时间6 小时
UID2018886
注册时间2013-6-14
NXP金币12
该用户从未签到
注册会员

- 积分
- 124
- 最后登录
- 2025-4-22
|
你好!
我的開發環境是 CW 10.4, 想用PE建立TSS(Touch Sensing Software)元件來做控制
設定如附件, 編譯的時候出現錯誤, 請幫忙協助~~
Description Resource Path Location Type
'GPIOI_PCOR' undeclared (first use in this function) 'GPIOI_PDDR' undeclared (first use in this function) 'GPIOI_PDIR' undeclared (first use in this function) TSS_Sensor.c /KE02_TSS/Sources/TSS line 877 C/C++ Problem
'GPIOI_PCOR' undeclared (first use in this function) 'GPIOI_PDDR' undeclared (first use in this function) 'GPIOI_PDIR' undeclared (first use in this function) TSS_Sensor.c /KE02_TSS/Sources/TSS line 888 C/C++ Problem
'PORTI_BASE_PTR' undeclared here (not in a function) 'PTI_BASE_PTR' undeclared here (not in a function) TSS_SensorGPIO.c /KE02_TSS/Sources/TSS line 3800 C/C++ Problem
'volatile struct PORT_MemMap' has no member named 'PCR' TSS_SensorGPIO.c /KE02_TSS/Sources/TSS line 4590 C/C++ Problem
'volatile struct PORT_MemMap' has no member named 'PCR' implicit declaration of function 'PORT_PCR_MUX' [-Wimplicit-function-declaration] TSS_SensorGPIO.c /KE02_TSS/Sources/TSS line 4592 C/C++ Problem
mingw32-make: *** [Sources/TSS/TSS_Sensor.o] Error 1 KE02_TSS C/C++ Problem
mingw32-make: *** [Sources/TSS/TSS_SensorGPIO.o] Error 1 KE02_TSS C/C++ Problem
mingw32-make: *** Waiting for unfinished jobs.... KE02_TSS C/C++ Problem
|
|