I have modified a source code of
C:\WINCE500\PRIVATE\WINCEOS\COREOS\NK\KERNEL\ARM\mdarm.c
In order to apply the modified source code to my os design, I should run
build and sysgen.
But it would take so much time. So I want to use some other way to build in
more short time. I thought it would be work if I run 'build and sysgen
current project' for the kernel directory and buildrel and makeimg. But it
doesn't work.
Besides running the 'build and sysgen', is there any way to apply the
modified kernel source by short time?

Re: private directory building... by Paul

Paul
Mon Apr 21 11:57:28 PDT 2008

I'm not sure that you have enough source to build that anyway. Check the
help for information about building modified PRIVATE sources. In
particular, Shared Source Private Directory is the page to start with, since
it says that rebuilding the WINCEOS subdirectory of PRIVATE is not
supported.

Why are you trying to do this?

Paul T.

"daniel" <daniel@discussions.microsoft.com> wrote in message
news:3997787B-1152-4D5C-B51E-572C9B2A7C76@microsoft.com...
>I have modified a source code of
> C:\WINCE500\PRIVATE\WINCEOS\COREOS\NK\KERNEL\ARM\mdarm.c
> In order to apply the modified source code to my os design, I should run
> build and sysgen.
> But it would take so much time. So I want to use some other way to build
> in
> more short time. I thought it would be work if I run 'build and sysgen
> current project' for the kernel directory and buildrel and makeimg. But it
> doesn't work.
> Besides running the 'build and sysgen', is there any way to apply the
> modified kernel source by short time?



Re: private directory building... by Bruce

Bruce
Mon Apr 21 14:25:11 PDT 2008

And let's just say that it was possible and supported (never tried, don't
know) what exactly did you build? Without looking, I suspect that you
built a .lib, not the exe that you need. You would need to study the build
system a little more to put all of the peices together to actually use that
lib for something useful. Just guessing, but I suspect that you need to do
a lot more to get the exe build with your changes.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%23dkeDG%23oIHA.420@TK2MSFTNGP02.phx.gbl...
> I'm not sure that you have enough source to build that anyway. Check the
> help for information about building modified PRIVATE sources. In
> particular, Shared Source Private Directory is the page to start with,
> since it says that rebuilding the WINCEOS subdirectory of PRIVATE is not
> supported.
>
> Why are you trying to do this?
>
> Paul T.
>
> "daniel" <daniel@discussions.microsoft.com> wrote in message
> news:3997787B-1152-4D5C-B51E-572C9B2A7C76@microsoft.com...
>>I have modified a source code of
>> C:\WINCE500\PRIVATE\WINCEOS\COREOS\NK\KERNEL\ARM\mdarm.c
>> In order to apply the modified source code to my os design, I should run
>> build and sysgen.
>> But it would take so much time. So I want to use some other way to build
>> in
>> more short time. I thought it would be work if I run 'build and sysgen
>> current project' for the kernel directory and buildrel and makeimg. But
>> it
>> doesn't work.
>> Besides running the 'build and sysgen', is there any way to apply the
>> modified kernel source by short time?
>
>



Re: private directory building... by shiftus

shiftus
Mon Apr 21 19:29:48 PDT 2008

On Apr 22, 2:48 am, daniel <dan...@discussions.microsoft.com> wrote:
> I have modified a source code of
> C:\WINCE500\PRIVATE\WINCEOS\COREOS\NK\KERNEL\ARM\mdarm.c
> In order to apply the modified source code to my os design, I should run
> build and sysgen.
> But it would take so much time. So I want to use some other way to build in
> more short time. I thought it would be work if I run 'build and sysgen
> current project' for the kernel directory and buildrel and makeimg. But it
> doesn't work.
> Besides running the 'build and sysgen', is there any way to apply the
> modified kernel source by short time?

Can't remember the path for CE 5. You can get the private source code
built by running "nmake nk" in "\wince600\public\common\cesysgen".
Please take a look at the build*.bat files and "makefile.def" file.
You will know how Microsoft does this..