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.
>>
>>