Hi,

Is it possible to build only COREDLL.DLL and not all platform???? In order
to create all the platform is necessary much time and for me is a problem.

Thanks

Miky

Re: BUILD ONLY COREDLL by Paul

Paul
Thu Apr 12 11:09:48 CDT 2007

If you changed something in coredll, it would be inadvisable to build
anything less than the whole OS. What did you change?

Paul T.

"Miky" <miky@powernavi.com.tw> wrote in message
news:uX3yYzOfHHA.2052@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> Is it possible to build only COREDLL.DLL and not all platform???? In order
> to create all the platform is necessary much time and for me is a problem.
>
> Thanks
>
> Miky
>



Re: BUILD ONLY COREDLL by alamy

alamy
Thu Apr 12 11:51:19 CDT 2007

On Apr 12, 6:25 pm, "Miky" <m...@powernavi.com.tw> wrote:
> Hi,
>
> Is it possible to build only COREDLL.DLL and not all platform???? In order
> to create all the platform is necessary much time and for me is a problem.
>
> Thanks
>
> Miky

Please find "blddemo" in Magneto/Crossbow document.
You have to do "sysgen" phase for a new AKU.
COREDLL.DLL is generated (linked) in sysgen phase. And your BSP links
it.
Later, you may only compiler your BSP by "blddemo -qbsp"
* "blddemo -qbsp" just use "build", not "build -c" to your BSP.


Re: BUILD ONLY COREDLL by K

K
Thu Apr 12 16:52:09 CDT 2007

I guess
sysgen -p common coredll
might be the command you are lookgin for.
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%23e8CJzRfHHA.4032@TK2MSFTNGP02.phx.gbl...
> If you changed something in coredll, it would be inadvisable to build
> anything less than the whole OS. What did you change?
>
> Paul T.
>
> "Miky" <miky@powernavi.com.tw> wrote in message
> news:uX3yYzOfHHA.2052@TK2MSFTNGP05.phx.gbl...
>> Hi,
>>
>> Is it possible to build only COREDLL.DLL and not all platform???? In
>> order to create all the platform is necessary much time and for me is a
>> problem.
>>
>> Thanks
>>
>> Miky
>>
>
>



Re: BUILD ONLY COREDLL by Dean

Dean
Fri Apr 13 09:06:19 CDT 2007

But it would still be a bad thing to do. Remember that coredll is just an
interface to other components, so rebuilding coredll without also changing
the other components will break your build.

Back to what are you really trying to do?

--
Dean Ramsier - eMVP
BSQUARE Corporation


"K. S. Huang" <ksh_AT_bsquare_DOT_com> wrote in message
news:OIj2TzUfHHA.3884@TK2MSFTNGP04.phx.gbl...
>I guess
> sysgen -p common coredll
> might be the command you are lookgin for.
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> wrote in message news:%23e8CJzRfHHA.4032@TK2MSFTNGP02.phx.gbl...
>> If you changed something in coredll, it would be inadvisable to build
>> anything less than the whole OS. What did you change?
>>
>> Paul T.
>>
>> "Miky" <miky@powernavi.com.tw> wrote in message
>> news:uX3yYzOfHHA.2052@TK2MSFTNGP05.phx.gbl...
>>> Hi,
>>>
>>> Is it possible to build only COREDLL.DLL and not all platform???? In
>>> order to create all the platform is necessary much time and for me is a
>>> problem.
>>>
>>> Thanks
>>>
>>> Miky
>>>
>>
>>
>
>



Re: BUILD ONLY COREDLL by Nicolas

Nicolas
Fri Apr 27 09:02:09 CDT 2007


so I have a question, How to build a coredll.dll individually?


"alamy.liu@gmail.com" wrote:

> On Apr 12, 6:25 pm, "Miky" <m...@powernavi.com.tw> wrote:
> > Hi,
> >
> > Is it possible to build only COREDLL.DLL and not all platform???? In order
> > to create all the platform is necessary much time and for me is a problem.
> >
> > Thanks
> >
> > Miky
>
> Please find "blddemo" in Magneto/Crossbow document.
> You have to do "sysgen" phase for a new AKU.
> COREDLL.DLL is generated (linked) in sysgen phase. And your BSP links
> it.
> Later, you may only compiler your BSP by "blddemo -qbsp"
> * "blddemo -qbsp" just use "build", not "build -c" to your BSP.
>
>

Re: BUILD ONLY COREDLL by Dean

Dean
Fri Apr 27 12:27:17 CDT 2007

You obviously do not understand the Windows CE build architecture so you
should not be attempting to build components individually. This is
certainly the case for coredll.dll no matter how expert you might be. You
can't compile coredll, you can only sysgen it. OS component changes that
would require coredll to be resysgened would also likely require other OS
components to be built as well. Resysgening just coredll would only give
you a partial solution.


--
Dean Ramsier - eMVP
BSQUARE Corporation


"Nicolas" <Nicolas@discussions.microsoft.com> wrote in message
news:FF6D98A1-75B2-4863-8CD2-8B737176E00A@microsoft.com...
>
> so I have a question, How to build a coredll.dll individually?
>
>
> "alamy.liu@gmail.com" wrote:
>
>> On Apr 12, 6:25 pm, "Miky" <m...@powernavi.com.tw> wrote:
>> > Hi,
>> >
>> > Is it possible to build only COREDLL.DLL and not all platform???? In
>> > order
>> > to create all the platform is necessary much time and for me is a
>> > problem.
>> >
>> > Thanks
>> >
>> > Miky
>>
>> Please find "blddemo" in Magneto/Crossbow document.
>> You have to do "sysgen" phase for a new AKU.
>> COREDLL.DLL is generated (linked) in sysgen phase. And your BSP links
>> it.
>> Later, you may only compiler your BSP by "blddemo -qbsp"
>> * "blddemo -qbsp" just use "build", not "build -c" to your BSP.
>>
>>