So I finally decided to install VS2005 with CE6/R2/R3, etc. I opened up the Mini210-EN bsp, hit build, and I have 2 errors: This being one of them: C:\WINCE600\platform\Mini210\SRC\DRIVERS\DISPLAY\DISPLAY_DRV\.\halcaps.cpp(194) : error C2065: 'DDSCAPS_OWNDC' : undeclared identifier I don't even know what the other error is. Anyone know what is going on?
Mini210 BSP Errors
Ok, so for those who might be having a lot of issues, there's this quick fix engineering (QFE) by MS. For WINCE6: http://www.microsoft.com/en-us/download/details.aspx?id=28753. For WINCE5: http://www.microsoft.com/en-us/download/details.aspx?Id=28752&social... The problem is that now I have 1 error, but there is no description.
So the error from the build file is: ip.lib(arp.obj) : error LNK2001: unresolved external symbol AttemptFastPath ip.lib(arp.obj) : error LNK2019: unresolved external symbol TcpFastReceive referenced in function ARPRcvPacket C:\WINCE600\OSDesigns\Mini210-en\Mini210-en\Wince600\Mini210_ARMV4I\cesysgen\oak \target\ARMV4I\retail\tcpstk.dll : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2' Stop.
maybe you have fixed this error already. I ran into a similar sort of error and couldn't figure out what was going on as I could not get PB to successfully compile. so for fun, I rebooted the pc, cleared the temporary files in the temp folder of the user, for windows xp this would be in the following: c:\documents and settings\<your user account>\local settings you will need to make sure to show hidden folder, files, system folders in Folder Options in control panel of windows xp system. hope this helps someone. to be safe, I would delete the temp folder in c:\windows as well. reboot and compile again.