From c930ad9dc189d831ac77f716df288f70178d4c10 Mon Sep 17 00:00:00 2001 From: alexander Date: Thu, 15 Apr 2021 19:05:03 +0100 Subject: Windows support was removed from documentation. TensorFlow Lite micro build is not compatible with MinGW make. Signed-off-by: alexander Change-Id: I0980838f659431b18ebc54ec0a1e4371941c36b4 --- docs/use_cases/kws_asr.md | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs/use_cases/kws_asr.md') diff --git a/docs/use_cases/kws_asr.md b/docs/use_cases/kws_asr.md index bcb5ed1..55989c7 100644 --- a/docs/use_cases/kws_asr.md +++ b/docs/use_cases/kws_asr.md @@ -195,17 +195,6 @@ cmake \ -DUSE_CASE_BUILD=kws_asr .. ``` -For Windows, add `-G "MinGW Makefiles"`: - -```commandline -cmake \ - -G "MinGW Makefiles" \ - -DTARGET_PLATFORM=mps3 \ - -DTARGET_SUBSYSTEM=sse-300 \ - -DCMAKE_TOOLCHAIN_FILE=./scripts/cmake/bare-metal-toolchain.cmake \ - -DUSE_CASE_BUILD=kws_asr .. -``` - Toolchain option `CMAKE_TOOLCHAIN_FILE` points to the toolchain specific file to set the compiler and platform specific parameters. @@ -330,8 +319,6 @@ cmake \ -DUSE_CASE_BUILD=kws_asr- .. ``` -For Windows, add `-G "MinGW Makefiles"` to the CMake command. - The files found in the `kws_asr_FILE_PATH` folder will be picked up and automatically converted to C++ files during the CMake configuration stage and then compiled into the application during the build phase for performing inference with. -- cgit v1.2.1