I build a custom BSP, after cloning. when I try to build a platform which
is a tiny kernel, I am getting an error "don't know how to make" .
I can't build buildexe directory.

have you got a any idea?
Gokhan

//build.err
BUILD: [Thrd:Sequence:Type ] Message
BUILD: [01:0000000440:ERRORE] NMAKE : U1073: don't know how to make
'C:\wince500\public\CEBASE\cesysgen\oak\lib\ARMV4I\retail\ceddk.lib'

BUILD: [01:0000000442:ERRORE] NMAKE.EXE -i -c BUILDMSG=Stop. NOLINK=1
NOPASS0=1 failed - rc = 2
///////////////////////////////////////////////

I'm using this command prompt comands; ("gt_arm9302" my bsp name)
set _WINCEROOT=C:\wince500
cd %_WINCEROOT%\public\common\oak\misc
Wince.bat ARMV4I CEBASE gt_arm9302
cd C:\WINCE500\PLATFORM\gt_arm9302\Src
sysgen
build -c

Re: Error; don't know how to make ceddk.lib' by Valter

Valter
Thu Sep 28 03:08:04 CDT 2006

"GB" <gboluk@hotmail.com> wrote in
news:utIKdps4GHA.3592@TK2MSFTNGP05.phx.gbl:

> I build a custom BSP, after cloning. when I try to build a
> platform which is a tiny kernel, I am getting an error "don't know
> how to make" . I can't build buildexe directory.

It may be that ceddk.lib is built only if you add device manager to the
platform.

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: Error; don't know how to make ceddk.lib' by GB

GB
Thu Sep 28 03:32:03 CDT 2006

thanks for your reply but;
when I add device manager I still getting "U1073: don't know how to make
error" on hal.lib. I can't build buildexe directory.

BUILD: [00:0000000373:PROGC ] Linking
\WINCE500\PLATFORM\gt_arm9302\Src\Kernel\Hal\gt_arm9302\ directory.
BUILD: [00:0000000380:PROGC ] Linking
\WINCE500\PLATFORM\gt_arm9302\Src\Kernel\Buildexe\Kern\ directory.
BUILD: [01:0000000387:ERRORE] NMAKE : U1073: don't know how to make
'C:\WINCE500\platform\GT_ARM9302\lib\ARMV4I\retail\hal.lib'
BUILD: [01:0000000389:ERRORE] NMAKE.EXE -i -c BUILDMSG=Stop. LINKONLY=1
NOPASS0=1 failed - rc = 2

Regards
Gokhan


"Valter Minute" <v_a_l_t_e_r.m_i_n_u_t_e@g_m_a_i_l.com> wrote in message
news:Xns984C67185CAE9VALTERMINUTE@207.46.248.16...
> "GB" <gboluk@hotmail.com> wrote in
> news:utIKdps4GHA.3592@TK2MSFTNGP05.phx.gbl:
>
>> I build a custom BSP, after cloning. when I try to build a
>> platform which is a tiny kernel, I am getting an error "don't know
>> how to make" . I can't build buildexe directory.
>
> It may be that ceddk.lib is built only if you add device manager to the
> platform.
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non è valido)



Re: Error; don't know how to make ceddk.lib' by Valter

Valter
Thu Sep 28 04:01:19 CDT 2006

"GB" <gboluk@hotmail.com> wrote in
news:usR6ukt4GHA.1188@TK2MSFTNGP05.phx.gbl:

> thanks for your reply but;
> when I add device manager I still getting "U1073: don't know how
> to make error" on hal.lib. I can't build buildexe directory.
>
> BUILD: [00:0000000373:PROGC ] Linking
> \WINCE500\PLATFORM\gt_arm9302\Src\Kernel\Hal\gt_arm9302\
> directory. BUILD: [00:0000000380:PROGC ] Linking
> \WINCE500\PLATFORM\gt_arm9302\Src\Kernel\Buildexe\Kern\ directory.
> BUILD: [01:0000000387:ERRORE] NMAKE : U1073: don't know how to
> make 'C:\WINCE500\platform\GT_ARM9302\lib\ARMV4I\retail\hal.lib'
> BUILD: [01:0000000389:ERRORE] NMAKE.EXE -i -c BUILDMSG=Stop.
> LINKONLY=1 NOPASS0=1 failed - rc = 2
>

Since it's looking inside your BSP's lib folder, I suppose that hal.lib
is part of your BSP. try to find if there is a folder with a sources
files set to build that lib and if the build is skipped for some reason
(it may need other modules) or if it fails.

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: Error; don't know how to make ceddk.lib' by Henrik

Henrik
Thu Sep 28 05:42:04 CDT 2006

You need to add the device manager (SYSGEN_DEVICE) to pull ceddk.lib
into your image.

Henrik Viklund
http://www.addlo