hi all i am trying to port wince 6.0 on a ARM based board

i am following porting steps given by travis horbla's video
tutorial ..

on command blddemo i get following error



BUILD: [01:0000000052:ERRORE] NMAKE : U1073: don't know how to make
'D:\wince600\public\common\sdk\lib\ARMV4I\retail\ceddk.lib'
BUILD: [01:0000000054:ERRORE] NMAKE.EXE TargetExeFiles -i -c
BUILDMSG=Stop. BU
ILDROOT=D:\WINCE600\PLATFORM\port6 LINKONLY=1 NOPASS0=1MAKEDLL=1
failed - r
c = 2



In my flatrelease directory i am able to see
nk.exe,oal.exe,kitl.dll.... getting created
can anyone help how do i resolve this error ....

thanks a lot in advance ....

Re: ceddk.lib compiler error while porting wince 6.0 by Luca

Luca
Thu Apr 24 02:41:12 PDT 2008

looak at build.log which module linking gives the error then look at its
sources file: there is probably an error
in the path for ceddk.lib: it should be
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib

--

Luca Calligaris
www.eurotech.it

<vishal.g.shah@gmail.com> ha scritto nel messaggio
news:089cd00b-ac7f-4438-98cd-c7a871e45b60@l64g2000hse.googlegroups.com...
> hi all i am trying to port wince 6.0 on a ARM based board
>
> i am following porting steps given by travis horbla's video
> tutorial ..
>
> on command blddemo i get following error
>
>
>
> BUILD: [01:0000000052:ERRORE] NMAKE : U1073: don't know how to make
> 'D:\wince600\public\common\sdk\lib\ARMV4I\retail\ceddk.lib'
> BUILD: [01:0000000054:ERRORE] NMAKE.EXE TargetExeFiles -i -c
> BUILDMSG=Stop. BU
> ILDROOT=D:\WINCE600\PLATFORM\port6 LINKONLY=1 NOPASS0=1MAKEDLL=1
> failed - r
> c = 2
>
>
>
> In my flatrelease directory i am able to see
> nk.exe,oal.exe,kitl.dll.... getting created
> can anyone help how do i resolve this error ....
>
> thanks a lot in advance ....



Re: ceddk.lib compiler error while porting wince 6.0 by vishal

vishal
Thu Apr 24 03:32:27 PDT 2008

thanks luca one of the driver in platform \myce6bsp\src\common was
referring

$(_PUBLICROOT)\common\sdk\lib\$(_CPUINDPATH)\ceddk.lib \

i changed it to $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib





On Apr 24, 2:41=A0pm, "Luca Calligaris"
<anonym...@discussions.microsoft.com> wrote:
> looak at build.log which module linking gives the error then look at its
> sources file: there =A0is probably an error
> in the path for ceddk.lib: it should be
> $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib
>
> --
>
> Luca Calligariswww.eurotech.it
>
> <vishal.g.s...@gmail.com> ha scritto nel messaggionews:089cd00b-ac7f-4438-=
98cd-c7a871e45b60@l64g2000hse.googlegroups.com...
>
>
>
> > hi all i am trying to port wince 6.0 on a ARM based board
>
> > i am following porting steps given by travis horbla's video
> > tutorial =A0..
>
> > on command blddemo i get following error
>
> > BUILD: [01:0000000052:ERRORE] NMAKE : =A0U1073: don't know how to make
> > 'D:\wince600\public\common\sdk\lib\ARMV4I\retail\ceddk.lib'
> > BUILD: [01:0000000054:ERRORE] NMAKE.EXE TargetExeFiles =A0-i -c
> > BUILDMSG=3DStop. =A0BU
> > ILDROOT=3DD:\WINCE600\PLATFORM\port6 LINKONLY=3D1 NOPASS0=3D1MAKEDLL=3D1=

> > failed - r
> > c =3D 2
>
> > In my =A0flatrelease directory i am able to see
> > nk.exe,oal.exe,kitl.dll.... getting created
> > can anyone help how do i resolve this error ....
>
> > thanks a lot in advance ....- Hide quoted text -
>
> - Show quoted text -