The Platform Builder integrated development environment (IDE) is a thin layer over the command-line build system. This means that the Build OS menu options in the IDE are easily mappable to commands entered in a command-line prompt build window.
If you want to use a command-line prompt build window to work with an OS design, you can use these command-line equivalents to configure and run builds. As in the IDE, there are different combinations of commands and parameters that you can set for the desired outcome, such as building a run-time image.
For more information about the options available in the IDE, see Build OS Menu Options.
The following table shows the command-line equivalents for choosing Sysgen from the Build OS menu, which varies based on additional menu options that you select.
| Clean Before Building | Make Run-Time Image After Build | Copy Files to Release Directory After Build | Command |
| | X | X |
|
| | | |
|
| | | X |
|
| X | | |
|
| X | | X |
Blddemo clean -q nomakeimg
|
| X | X | X |
|
The following table shows the command-line equivalents for choosing Build and Sysgen from the Build OS menu, which varies based on additional menu options that you select.
| Clean Before Building | Make Run-Time Image After Build | Copy Files to Release Directory After Build | Command |
| | X | X |
|
| | | |
|
| | | X |
|
| X | | |
Blddemo clean cleanplat -c norel
|
| X | | X |
Blddemo -c clean cleanplat nomakeimg
|
| X | X | X |
Blddemo -c clean cleanplat
|
The following table shows the command-line equivalents for choosing Build Current BSP from the Build OS menu, which varies based on additional menu options that you select.
| Clean Before Building | Make Run-Time Image After Build | Copy Files to Release Directory After Build | Command |
| | X | X |
set WINCREL=1&&SysgenPlatform
%_TARGETPLATROOT%
preproc&&cebuild1 platform
%_PLATFORMROOT%\%_TGTPLAT%&&
SysgenPlatform
%_TARGETPLATROOT%
postproc&&makeimg
|
| | | |
SysgenPlatform
%_TARGETPLATROOT%
preproc&&cebuild1 platform
%_PLATFORMROOT%\%_TGTPLAT%&&
SysgenPlatform
%_TARGETPLATROOT% postproc
|
| | | X |
set WINCREL=1&&SysgenPlatform
%_TARGETPLATROOT%
preproc&&cebuild1 platform
%_PLATFORMROOT%\%_TGTPLAT%&&
SysgenPlatform
%_TARGETPLATROOT% postproc
|
| X | | |
SysgenPlatform
%_TARGETPLATROOT%
preproc&&cebuild1 platform
%_PLATFORMROOT%\%_TGTPLAT%
-c&& SysgenPlatform
%_TARGETPLATROOT% postproc
|
| X | | X |
set
WINCEREL=1&&SysgenPlatform
%_TARGETPLATROOT%
preproc&&cebuild1 platform
%_PLATFORMROOT%\%_TGTPLAT%
-c&& SysgenPlatform
%_TARGETPLATROOT% postproc
|
| X | X | X |
set
WINCEREL=1&&SysgenPlatform
%_TARGETPLATROOT%
preproc&&cebuild1 platform
%_PLATFORMROOT%\%_TGTPLAT%
-c&& SysgenPlatform
%_TARGETPLATROOT%
postproc&&makeimg
|
See Also
Build OS Menu Options | Run-Time Image Build Process | Platform Builder User Interface | Build Demo Tool | Command-Line Tools
Send Feedback on this topic to the authors
Feedback FAQs