Dear tech guru,
I implement the NLEDDRV.CPP, typing "build -cf" at the the folder:
\platform\gwe\nleddrv, it could be done.

Then the next step, While I rebuild the NK.BIN, there are 2 errors, as
the following:
c:\wince420\platform\icop_vortex86\gwe\buildexe\nleddrv.lib(nleddrv.obj)
: error LNK2019: unresolved external symbol _WRITE_PORT_USHORT
referenced in function _NLedDriverInitialize
c:\wince420\platform\icop_vortex86\target\x86\debug\gwes.exe() : error
LNK1120: 1 unresolved externals

I know that there are 2 external linking errors. And the
platform-builder could not refer to external linkage.

Am I right ?? If so, How to solve them ??

Thanks in advance.

Re: NLEDDRV.LIB link error by Rui

Rui
Tue Jan 13 19:31:42 CST 2004

Check the SOURCES under your gwe\buildexe, you must have missed the
ceddk.lib.

Rui Tang
Centrality Communications Inc


"ideaworm" <ideaworm@yahoo.com> wrote in message
news:2c6fe89d.0401130503.7e00be4c@posting.google.com...
> Dear tech guru,
> I implement the NLEDDRV.CPP, typing "build -cf" at the the folder:
> \platform\gwe\nleddrv, it could be done.
>
> Then the next step, While I rebuild the NK.BIN, there are 2 errors, as
> the following:
> c:\wince420\platform\icop_vortex86\gwe\buildexe\nleddrv.lib(nleddrv.obj)
> : error LNK2019: unresolved external symbol _WRITE_PORT_USHORT
> referenced in function _NLedDriverInitialize
> c:\wince420\platform\icop_vortex86\target\x86\debug\gwes.exe() : error
> LNK1120: 1 unresolved externals
>
> I know that there are 2 external linking errors. And the
> platform-builder could not refer to external linkage.
>
> Am I right ?? If so, How to solve them ??
>
> Thanks in advance.



Re: NLEDDRV.LIB link error by ideaworm

ideaworm
Wed Jan 14 20:00:44 CST 2004

Yeah, thank "Rui Tang" for your hint help..
I've got it to work well.

Let me state the redundant processing as following:
In "[ce-root]\PLATFORM\[BSP]\BUILDEXE]" folder, openning the
"sources"-file
adding one line description:
"$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \" before the
description --"$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\nleddrv.lib \"

Thank "Rui Tang" again, you do me a big favor!!

"Rui Tang" <tangrui76_nospam@hotmail.com> wrote in message news:<e3V1l6j2DHA.3224@tk2msftngp13.phx.gbl>...
> Check the SOURCES under your gwe\buildexe, you must have missed the
> ceddk.lib.
>
> Rui Tang
> Centrality Communications Inc
>
>
> "ideaworm" <ideaworm@yahoo.com> wrote in message
> news:2c6fe89d.0401130503.7e00be4c@posting.google.com...
> > Dear tech guru,
> > I implement the NLEDDRV.CPP, typing "build -cf" at the the folder:
> > \platform\gwe\nleddrv, it could be done.
> >
> > Then the next step, While I rebuild the NK.BIN, there are 2 errors, as
> > the following:
> > c:\wince420\platform\icop_vortex86\gwe\buildexe\nleddrv.lib(nleddrv.obj)
> > : error LNK2019: unresolved external symbol _WRITE_PORT_USHORT
> > referenced in function _NLedDriverInitialize
> > c:\wince420\platform\icop_vortex86\target\x86\debug\gwes.exe() : error
> > LNK1120: 1 unresolved externals
> >
> > I know that there are 2 external linking errors. And the
> > platform-builder could not refer to external linkage.
> >
> > Am I right ?? If so, How to solve them ??
> >
> > Thanks in advance.