From 8520983b8e73bf25826fab4cc99fc656b11fabc0 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 20 Apr 2021 14:08:52 +0100 Subject: MLECO-1871: Adding external use-case directories support * Cmake updates * Markdownlint on docs * Removing windows command leftovers Signed-off-by: Isabella Gottardi Change-Id: I4a12b4e798559e8f4e8a3307038df7829137184a --- docs/sections/building.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'docs/sections/building.md') 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 `_MODEL_TFLITE_PATH` and -- cgit v1.2.1