summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
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