summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-04-20 14:08:52 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-04-23 17:52:15 +0100
commit8520983b8e73bf25826fab4cc99fc656b11fabc0 (patch)
tree5cf071084c567b0e013215261538e235a6568f45 /docs/sections/building.md
parentb88705d6c04d8b7b2fdffaf1501042b984e682cf (diff)
downloadml-embedded-evaluation-kit-8520983b8e73bf25826fab4cc99fc656b11fabc0.tar.gz
MLECO-1871: Adding external use-case directories support
* Cmake updates * Markdownlint on docs * Removing windows command leftovers Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I4a12b4e798559e8f4e8a3307038df7829137184a
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md23
1 files changed, 1 insertions, 22 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index a5c9aff..6241286 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -341,16 +341,6 @@ cmake \
-DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake ..
```
-for Windows add `-G "MinGW Makefiles"`:
-
-```commandline
-cmake \
- -DTARGET_PLATFORM=mps3 \
- -DTARGET_SUBSYSTEM=sse-200 \
- -DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake \
- -G "MinGW Makefiles ..
-```
-
### Configuring native unit-test build
```commandline
@@ -358,6 +348,7 @@ cmake \
-DTARGET_PLATFORM=native \
-DCMAKE_TOOLCHAIN_FILE=scripts/cmake/native-toolchain.cmake ..
```
+
Results of the build will be placed under `build/bin/` folder:
```tree
@@ -374,15 +365,6 @@ cmake \
-DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake ..
```
-For Windows add `-G "MinGW Makefiles"`:
-
-```commandline
-cmake \
- -DTARGET_PLATFORM=simple_platform \
- -DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake \
- -G "MinGW Makefiles" ..
-```
-
### Building the configured project
If the CMake command succeeds, build the application as follows:
@@ -602,9 +584,6 @@ cmake \
```
> **Note:** For the specific use case command see the relative section in the use case documentation.
-
-For Windows, add `-G MinGW Makefiles` to the CMake command.
-
> **Note:** Clean the build directory before re-running the CMake command.
The TensorFlow Lite for Microcontrollers model pointed to by `<use_case>_MODEL_TFLITE_PATH` and