Hi All,
I am porting a Samsung BSP from Windows CE 5.0 to Windows CE 6.0.
I followed all the steps mentioned in MSDN to separate the Kernel, OAL
and KITL.
While building Oal.exe the following errors were displayed:
BUILD: [00:0000000725:PROGC ] Building LINK Pass in C:
\WINCE600\PLATFORM\SMDK2442\Src\Oal\OalExe\ directory.
BUILD: [01:0000000738:PROGC ] Linking C:\WINCE600\platform
\SMDK2442\target\ARMV4I\debug\oal.exe
BUILD: [01:0000000755:ERRORE] oal_rtc_s3c2440a.lib(rtc.obj) : error
LNK2001: unresolved external symbol g_oalLogMask
BUILD: [01:0000000756:ERRORE] oal_ioctl_s3c2440a.lib(reboot.obj) :
error LNK2001: unresolved external symbol g_oalLogMask
BUILD: [01:0000000763:ERRORE] oal.lib(init.obj) : error LNK2001:
unresolved external symbol CEProcessorType
BUILD: [01:0000000764:ERRORE] oal_timer_s3c2440a.lib(timer.obj) :
error LNK2001: unresolved external symbol pQueryPerformanceCounter
BUILD: [01:0000000765:ERRORE] oal_timer_s3c2440a.lib(timer.obj) :
error LNK2001: unresolved external symbol pQueryPerformanceFrequency
Do I have to include any additional library files in my BSP sources?
Has anyone encountered a similar error?
Thanks in Advance.
Treadstone