|
4 | 4 |
|
5 | 5 | The following \b Bash scripts and command line tools can be used for managing the build of CMSIS Projects from the command line. |
6 | 6 | These scripts can be easily adopted to specific environments and are intended as a minimal reference. |
7 | | -CMSIS-Build tools are available for download as an asset of the respective |
8 | | -<a href="https://github.com/ARM-software/CMSIS_5/releases/" target="_blank"><b>CMSIS Release Version</b></a> |
9 | | -(starting with 5.7.0). |
| 7 | +CMSIS-Build tools are available for download among |
| 8 | +<a href="https://github.com/Open-CMSIS-Pack/devtools/releases" target="_blank"><b>Open-CMSIS-Pack devtools releases</b></a>. |
10 | 9 |
|
11 | 10 | For command line build with software packs, the following tools and utilities are provided. |
12 | 11 |
|
@@ -45,9 +44,8 @@ With most Linux distributions these tools are already available. The installati |
45 | 44 |
|
46 | 45 | \section cbuild_install2 Invocation |
47 | 46 |
|
48 | | -CMSIS-Build tools are available for download as an asset of the respective |
49 | | -<a href="https://github.com/ARM-software/CMSIS_5/releases/" target="_blank"><b>CMSIS Release Version</b></a> |
50 | | -(starting with 5.7.0). |
| 47 | +CMSIS-Build tools are available for download among |
| 48 | +<a href="https://github.com/Open-CMSIS-Pack/devtools/releases" target="_blank"><b>Open-CMSIS-Pack devtools releases</b></a>. |
51 | 49 |
|
52 | 50 | To install the command line build environment start from the Bash prompt: |
53 | 51 | \code |
@@ -96,8 +94,8 @@ product variant). The user is required to update the these settings after instal |
96 | 94 | <b>Example file: ./cbuild/etc/AC6.6.16.0.cmake</b> |
97 | 95 |
|
98 | 96 | \code |
99 | | -# Version: 0.10.0 |
100 | | -# Date: 2020-09-30 |
| 97 | +# Version: 0.10.4 |
| 98 | +# Date: 2022-01-18 |
101 | 99 | # This file maps the CMSIS project options to toolchain settings. |
102 | 100 | # |
103 | 101 | # - Applies to toolchain: Arm Compiler 6.16.0 |
@@ -381,7 +379,6 @@ cbuildgen <ProjectFile>.cprj <command> [<args>] |
381 | 379 | </tr> |
382 | 380 | <tr> |
383 | 381 | <td>cmake</td> |
384 | | - <td></td> |
385 | 382 | <td>Generate CMakeLists.txt file.</td> |
386 | 383 | <td>Generates <tt>CMakeLists.txt</tt> file for \ref cmake "CMake" required to build the project. |
387 | 384 | This command also generates a ASCII log file <tt>\<ProjectFile\>.clog</tt> recording location and version of the selected toolchain, |
|
0 commit comments