Hi all, I am integrating the "micro monitor" for our board(PXA270) and working with WinCe. Here the error is "BUILD: [01:0000000035:ERRORE] fulllibc.lib(fputwc.obj) : error LNK2019: unresolved external symbol LeaveCriticalSection referenced in function fputwc" Even I am not using " Leave Critical Section" it is giving error and there are lot of errors of this type. Thanks in advance Regards Siva.
Hi all, I am integrating the "micro monitor" for our board(PXA270) and working with WinCe. Here the error is "BUILD: [01:0000000035:ERRORE] fulllibc.lib(fputwc.obj) : error LNK2019: unresolved external symbol LeaveCriticalSection referenced in function fputwc" Even I am not using " Leave Critical Section" it is giving error and there are lot of errors of this type. I included all Lib files also those are $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_startup_pxa27x.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_blcommon.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_blnk.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_memory_arm.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_kitl.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_log.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_ethdrv_lan91c.lib $(_PLATCOMMONLIB)\$(_CPUINDPATH)\oal_other.lib $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\mainstoneii_freq.lib $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\mainstoneii_dbgserial.lib $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\mainstoneii_io.lib $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\pxa27x_xllp.lib $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\eboot.lib $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ne2kdbg.lib $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\fulllibc.lib Thanks in advance Regards Siva.