CMSIS-Build
Version 0.10.0 (beta)
Tools, software frameworks, and work flows for productivity with CMSIS based projects
|
The cbuild_uv.sh script calls µVision and exports all targets of a Keil MDK project to the CPRJ format. The script then invokes the cbuild.sh script for each exported project target.
It is called from the Bash command line with the following syntax:
Where:
cbuild_uv.sh
is the name of the script.
<project-file>
is the filename of a µVision project.
$MDK_ROOT
must refer to the base directory of the Keil MDK installation.$ cbuild_uv.sh FTP_Server.uvprojx (cbuild_uv.sh): Build MDK Project 0.10.0 (C) 2020 ARM uVision has created CPRJ files for the following targets: FTP_Server.Debug.cprj FTP_Server.Release.cprj -------------------------------------------------------------------- calling cbuild.sh for FTP_Server.Debug.cprj -------------------------------------------------------------------- ... -------------------------------------------------------------------- calling cbuild.sh for FTP_Server.Release.cprj -------------------------------------------------------------------- ... builds completed for: FTP_Server.Debug.cprj FTP_Server.Release.cprj total: 2 failed: 0