Hi,

In WinCE 5.0, I found all codes of SMDK2410 are in the following
directories:
WINCE500\PLATFORM\COMMON\SRC\ARM\SAMSUNG\S3C2410X
WINCE500\PUBLIC\COMMON\OAK\CSP\ARM\SAMSUNG\S3C2410X
WINCE500\PLATFORM\SMDK2410


I already use sysgen capture tool to move all codes to
"WINCE500\PLATFORM\SMDK2410".
I do not want PB to build the codes in the following two directories again:
WINCE500\PLATFORM\COMMON\SRC\ARM\SAMSUNG\S3C2410X
WINCE500\PUBLIC\COMMON\OAK\CSP\ARM\SAMSUNG\S3C2410X

Even though I remove the "SAMSUNG" in DIRS, I found PB still build the above
two directories.

In WinCE 5.0 help, I found cec files do not contain information about how to
build the related catalog items.
In WinCE 5.0, how can I know what directories PB builds for SMDK2410 ?
How to change the built directories for SMDK2410 in WinCE 5.0 ?


Thanks.


Yu.

Re: How to change the relation of building OS in WinCE 5.0? by Steve

Steve
Wed Jul 27 06:57:28 CDT 2005

The PUBLIC code comes pre-built, if your build is automatically building
that code then you are using the wrong option on the IDE (Build and
SYSGEN) - Don't do that, it increases the build time dramatically for no
good reason and will break the build if you have the shared source code
installed.

The Platform COMMON code will ALWAYS be built when building the BSP, I think
that is a pretty dumb design but that's the way it is and there really isn't
anything you can do about it without causing you troubles later on.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: How to change the relation of building OS in WinCE 5.0? by Yu

Yu
Thu Jul 28 00:37:14 CDT 2005

Hi,


There are three options on the "Build OS" menu in PB 5.0.
Sysgen
Build and Sysgen
Build and Sysgen Current BSP.

I am very curious about "Build and Sysgen Current BSP".
Where is the definition of "Current BSP" ?
May I change the somewhere to let "Build and Sysgen Current BSP" to only
build "WINCE500\PLATFORM\SMDK2410" ? By CEC or something else ?


Thanks.

Yu.



Re: How to change the relation of building OS in WinCE 5.0? by Dean

Dean
Thu Jul 28 08:45:50 CDT 2005

The easiest way to just build the platform directory (other than from the
command line) is to go to the file view. You can right click and build
anywhere you like from there.

--
Dean Ramsier - eMVP


"Yu" <Yu.Mails@msa.hinet.net> wrote in message
news:uJ0QnazkFHA.2484@TK2MSFTNGP15.phx.gbl...
> Hi,
>
>
> There are three options on the "Build OS" menu in PB 5.0.
> Sysgen
> Build and Sysgen
> Build and Sysgen Current BSP.
>
> I am very curious about "Build and Sysgen Current BSP".
> Where is the definition of "Current BSP" ?
> May I change the somewhere to let "Build and Sysgen Current BSP" to only
> build "WINCE500\PLATFORM\SMDK2410" ? By CEC or something else ?
>
>
> Thanks.
>
> Yu.
>
>



Re: How to change the relation of building OS in WinCE 5.0? by Steve

Steve
Thu Jul 28 09:59:05 CDT 2005

"Build and SYSGEN" - Always remove that menu item - it's of no value to end
users of PB (MS uses it internally) and ultimately can cause really long
builds at best and at worse causes huge problems that could require a
re-install to fix.

In the IDE current BSP is defined by the configuration selected. The
configuration includes the BSP , the CPU and any other settings like:
"Emulator: x86_Release"

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com