summaryrefslogtreecommitdiff
path: root/docs/use_cases/asr.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/use_cases/asr.md')
-rw-r--r--docs/use_cases/asr.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/use_cases/asr.md b/docs/use_cases/asr.md
index 9da2603..d20dc5a 100644
--- a/docs/use_cases/asr.md
+++ b/docs/use_cases/asr.md
@@ -154,6 +154,7 @@ cmake \
-DCMAKE_TOOLCHAIN_FILE=./scripts/cmake/bare-metal-toolchain.cmake \
-DUSE_CASE_BUILD=asr ..
```
+
Toolchain option `CMAKE_TOOLCHAIN_FILE` points to the toolchain specific file to set the compiler and platform specific
parameters.
@@ -223,8 +224,6 @@ If the CMake command succeeded, build the application as follows:
make -j4
```
-For Windows, use `mingw32-make`.
-
Add `VERBOSE=1` to see compilation and link details.
Results of the build will be placed under `build/bin` folder:
@@ -326,8 +325,6 @@ cmake \
-DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake ..
```
-For Windows, add `-G "MinGW Makefiles"` to the CMake command.
-
> **Note:** Clean the build directory before re-running the CMake command.
The `.tflite` model file pointed to by `asr_MODEL_TFLITE_PATH` and labels text file pointed to by `asr_LABELS_TXT_FILE`