Re: Rebuilding part of NK.bin: Possible?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You can build from any point in your platform tree from the command line
using the BUILD command. If you have the WINCEREL environment variable set,
the target is automatically copied to the flat release directory. Otherwise,
you have to copy the target manually.

You can then use MAKEIMG to create a new NK.BIN with your changes.

--
Michael Schaffner, P.E.
Senior Software Engineer
Windows CE Technical Group
Applied Data Systems


<mrmanix@xxxxxxxxx> wrote in message
news:1131385661.439411.50570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Is it possible to rebuild part of the platform using the command line
> tools and then create a new nk.bin which incorporates the changes
> without rebuilding the entire platform? I have looked around the
> documentation, but I haven't seen this explained. I'm making changes
> to oemioctl.c and I would like to test my changes as quickly as
> possible, avoiding the 10-20 min rebuild process or minimizing it. Any
> advice?
>


.



Relevant Pages

  • Re: Having Assembly entrypoint in DLL library
    ... The 'execution unit' is what you are really working on. ... The command line processing and everything else just lets you drive you ... The 'Platform' decouples the 'Static side effects' of a static Mainentry ... instantiate an 'Assembly Platform' class. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Rebuilding part of NK.bin: Possible?
    ... > Is it possible to rebuild part of the platform using the command ... kernel (usually by building the kernel subdir of your BSP source tree). ... Both those rebuild could be launched from a command line prompt using ...
    (microsoft.public.windowsce.platbuilder)
  • Re: The name of script itself
    ... There may be a better command than ... portable to any platform that has an internet connection (so can get the ... GAWK source code) and a C compiler ... original argv array, before GAWK had done any processing on it. ...
    (comp.lang.awk)
  • Re: main function
    ... These might be routines which are executed to emulate in software C features for which native hardware support is lacking on a particular platform, such as long-double _Complex arithmetic on a platform which has native support only for 8-bit integer arithmetic. ... What you call from the command line is the entire program, which eventually results in a call to main; and later on, it eventually may result in a call to any of the other user-defined functions in the program. ...
    (comp.lang.c)
  • Re: Im really not understanding this paragraph in perldoc -f open
    ... name) then LIST becomes arguments to the command ... invoked if the platform supports it. ... give extra LIST arguments meaning. ... on platforms that don't support true fork. ...
    (comp.lang.perl.misc)