undeclared identifier error with vanilla build

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

undeclared identifier error with vanilla build

跳至解决方案
900 次查看
tonybrown
Contributor I

Hi all,

I'm just trying to set my first build system up, but I keep getting this error when I try and build.

C:\WINCE600\PLATFORM\iMX51-EVK\SRC\DRIVERS\IPUV3\DISPLAY\.\bspdisplay.cpp(1104) : error C2065: 'DDK_IOMUX_PIN_DISP1_DAT11' : undeclared identifier.

I've searched the forums and I've installed the latest rollups as described but I keep getting this error - can anyone help?

thanks,

Tony.

标签 (1)
标记 (2)
0 项奖励
回复
1 解答
764 次查看
JerryZeng
NXP Employee
NXP Employee

Are you using your customized workspace? If yes, please check if you set "bsp_si_ver" to "2.0" in your pbxml file. Without such settng you'll see the build error.

With default Freescale MX51 EVK workspace, you should never see such build error as such setting has been defined in the default workspace.

在原帖中查看解决方案

0 项奖励
回复
1 回复
765 次查看
JerryZeng
NXP Employee
NXP Employee

Are you using your customized workspace? If yes, please check if you set "bsp_si_ver" to "2.0" in your pbxml file. Without such settng you'll see the build error.

With default Freescale MX51 EVK workspace, you should never see such build error as such setting has been defined in the default workspace.

0 项奖励
回复