undeclared identifier error with vanilla build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

undeclared identifier error with vanilla build

Jump to solution
791 Views
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.

Labels (1)
Tags (2)
0 Kudos
1 Solution
655 Views
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.

View solution in original post

0 Kudos
1 Reply
656 Views
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 Kudos