RE: automatic SDK-building with /ROLL does not work
From: Tucker Hatfield (tuckerh_at_microsoft.com)
Date: 08/31/04
- Next message: Susan Loh [MS]: "Re: Why hive registry cannot restore ROM registry."
- Previous message: Susan Loh [MS]: "RE: wince 5.0 private source code"
- Next in thread: Dean Ramsier: "Re: automatic SDK-building with /ROLL does not work"
- Reply: Dean Ramsier: "Re: automatic SDK-building with /ROLL does not work"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 31 Aug 2004 23:19:53 GMT
In 4.2 and earlier versions of PB the build system used in the IDE is
different than the command line build system, and SDK roller requires an
IDE built configuration for the Roll process to work correctly. This is
why you found that the process worked correctly once you'd "hand built" the
configuration from within the PB IDE.
As of version 5.0 the IDE is now a thin layer over the command line and you
should be able to do the SDK work from either the command line or IDE.
--------------------
| From: "Raphael Baum" <baumra@gmx.de>
| Subject: automatic SDK-building with /ROLL does not work
| Date: Thu, 11 Dec 2003 16:39:15 +0100
| Lines: 29
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#$0uwz$vDHA.1512@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.windowsce.platbuilder
| NNTP-Posting-Host: 62.154.235.58
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.windowsce.platbuilder:43282
| X-Tomcat-NG: microsoft.public.windowsce.platbuilder
|
| Hi,
| We try to automate our build process by batch-files.
| We use the following three commands to do a clean, a rebuild and to
| generate the SDK:
|
| rem make clean
| CEPB MyPlatform.pbw /MAKE "MYPLATFORM - CEWIN Win32 (WCE x86)
| Release" /CLEAN
| --> no problem
|
| rem rebuild platform
| CEPB MyPlatform.pbw /USEENV /MAKE "MYPLATFORM - CEWIN Win32 (WCE
| x86) Release" /REBUILD
| --> no problem. the rebuild is successfull!
|
| rem generate SDK
| CEPB.com MyPlatform.pbw /ROLL
| --> here we get the error message "You must build at least one
| configuration before exporting an SDK".
| --> But we've just build the configuration!
|
| If we do the rebuild "by hand" in the Platform Builder, the SDK
| generation by command line works.
| So where's the difference between the command line rebuild and the
| build by gui?
|
| Thanks
| Raphael
|
|
- Next message: Susan Loh [MS]: "Re: Why hive registry cannot restore ROM registry."
- Previous message: Susan Loh [MS]: "RE: wince 5.0 private source code"
- Next in thread: Dean Ramsier: "Re: automatic SDK-building with /ROLL does not work"
- Reply: Dean Ramsier: "Re: automatic SDK-building with /ROLL does not work"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|