Can someone tell me how to build the dcom samples in the CCM folder for CE5
I can not find any info on how to build samples from the command line

Thanks
Ken

Re: command line build by K

K
Fri May 27 03:11:03 CDT 2005

Just Open a Comman Line Windows in PB (Build OS->Open Release Directory),
and switch to the folder you want, then use build.exe tool to build the
codes.
BTW, you may also want to set WINCEREL=1 so that the DLL or EXE will be
copied into your $(_FLATRELEASEDIR).

"Ken Beauchesne" <kbeauchesne@monarchinstrument.com> ¼¶¼g©ó¶l¥ó·s»D:OJKgc6gYFHA.980@TK2MSFTNGP12.phx.gbl...
> Can someone tell me how to build the dcom samples in the CCM folder for
> CE5
> I can not find any info on how to build samples from the command line
>
> Thanks
> Ken
>
>



Re: command line build by Wang

Wang
Mon May 30 23:37:37 CDT 2005

Hi,Huang,
I use mainstoneii BSP.
I think mainstoneii eboot must have set WINCEREL=1.But I can not find where
this definition exists.Because I want to generate an iplboot.bin and want to
put it to $(_FLATRELEASEDIR).But when I build it,I can only find it in
TARGET place.
So I want to know where to put this WINCEREL=1 definition?
Thanks.

"K. S. Huang" <ksh_AT_bsquare_DOT_com> дÈëÏûÏ¢ÐÂÎÅ:%23p%23%234NpYFHA.2076@TK2MSFTNGP15.phx.gbl...
> Just Open a Comman Line Windows in PB (Build OS->Open Release Directory),
> and switch to the folder you want, then use build.exe tool to build the
> codes.
> BTW, you may also want to set WINCEREL=1 so that the DLL or EXE will be
> copied into your $(_FLATRELEASEDIR).
>
> "Ken Beauchesne" <kbeauchesne@monarchinstrument.com> ¼¶¼g©ó¶l¥ó·s»D:OJKgc6gYFHA.980@TK2MSFTNGP12.phx.gbl...
>> Can someone tell me how to build the dcom samples in the CCM folder for
>> CE5
>> I can not find any info on how to build samples from the command line
>>
>> Thanks
>> Ken
>>
>>
>
>



Re: command line build by K

K
Tue May 31 00:06:56 CDT 2005

Take a look at the makefile.inc located in the same folder with youe EBoot.

!IF "$(WINCEREL)"=="1"
copy $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.nb0
$(_FLATRELEASEDIR)
copy $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.bin
$(_FLATRELEASEDIR)
!ENDIF

it will copy rhe final product (.nb0 and .bin) into $(_FLATRELEASEDIR) if
WINCEREL=1
So you could also create a similar makefile.inc in youe IPL source folder.
Note that you'll also need to set the WINCETARGETFILES=XXX in your sources
file so that the build process will execute the XXX section of your
makefile.inc.


"Wang Yeqing" <wangyeqing1982@163.com> ¼¶¼g©ó¶l¥ó·s»D:ORpIqpZZFHA.1088@TK2MSFTNGP14.phx.gbl...
> Hi,Huang,
> I use mainstoneii BSP.
> I think mainstoneii eboot must have set WINCEREL=1.But I can not find
> where this definition exists.Because I want to generate an iplboot.bin and
> want to put it to $(_FLATRELEASEDIR).But when I build it,I can only find
> it in TARGET place.
> So I want to know where to put this WINCEREL=1 definition?
> Thanks.
>
>



Re: command line build by Wang

Wang
Wed Jun 01 01:52:38 CDT 2005

Thanks,Huang.
But where "WINCEREL=1" be defined?

"K. S. Huang" <ksh_AT_bsquare_DOT_com> дÈëÏûÏ¢ÐÂÎÅ:epVym5ZZFHA.1044@TK2MSFTNGP10.phx.gbl...
> Take a look at the makefile.inc located in the same folder with youe
> EBoot.
>
> !IF "$(WINCEREL)"=="1"
> copy
> $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.nb0
> $(_FLATRELEASEDIR)
> copy
> $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.bin
> $(_FLATRELEASEDIR)
> !ENDIF
>
> it will copy rhe final product (.nb0 and .bin) into $(_FLATRELEASEDIR) if
> WINCEREL=1
> So you could also create a similar makefile.inc in youe IPL source folder.
> Note that you'll also need to set the WINCETARGETFILES=XXX in your sources
> file so that the build process will execute the XXX section of your
> makefile.inc.
>
>
> "Wang Yeqing" <wangyeqing1982@163.com> ¼¶¼g©ó¶l¥ó·s»D:ORpIqpZZFHA.1088@TK2MSFTNGP14.phx.gbl...
>> Hi,Huang,
>> I use mainstoneii BSP.
>> I think mainstoneii eboot must have set WINCEREL=1.But I can not find
>> where this definition exists.Because I want to generate an iplboot.bin
>> and want to put it to $(_FLATRELEASEDIR).But when I build it,I can only
>> find it in TARGET place.
>> So I want to know where to put this WINCEREL=1 definition?
>> Thanks.
>>
>>
>
>



Re: command line build by K

K
Wed Jun 01 03:41:30 CDT 2005

you could define when open a command line box by
set WINCEREL=1 command
or set it in your BSP batch file.

"Wang Yeqing" <wangyeqing1982@163.com> ¼¶¼g©ó¶l¥ó·s»D:OABRxZnZFHA.612@TK2MSFTNGP12.phx.gbl...
> Thanks,Huang.
> But where "WINCEREL=1" be defined?
>
> "K. S. Huang" <ksh_AT_bsquare_DOT_com> дÈëÏûÏ¢ÐÂÎÅ:epVym5ZZFHA.1044@TK2MSFTNGP10.phx.gbl...
>> Take a look at the makefile.inc located in the same folder with youe
>> EBoot.
>>
>> !IF "$(WINCEREL)"=="1"
>> copy
>> $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.nb0
>> $(_FLATRELEASEDIR)
>> copy
>> $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.bin
>> $(_FLATRELEASEDIR)
>> !ENDIF
>>
>> it will copy rhe final product (.nb0 and .bin) into $(_FLATRELEASEDIR) if
>> WINCEREL=1
>> So you could also create a similar makefile.inc in youe IPL source
>> folder.
>> Note that you'll also need to set the WINCETARGETFILES=XXX in your
>> sources file so that the build process will execute the XXX section of
>> your makefile.inc.
>>
>>
>> "Wang Yeqing" <wangyeqing1982@163.com> ¼¶¼g©ó¶l¥ó·s»D:ORpIqpZZFHA.1088@TK2MSFTNGP14.phx.gbl...
>>> Hi,Huang,
>>> I use mainstoneii BSP.
>>> I think mainstoneii eboot must have set WINCEREL=1.But I can not find
>>> where this definition exists.Because I want to generate an iplboot.bin
>>> and want to put it to $(_FLATRELEASEDIR).But when I build it,I can only
>>> find it in TARGET place.
>>> So I want to know where to put this WINCEREL=1 definition?
>>> Thanks.
>>>
>>>
>>
>>
>
>