From 56ee6207c1524ddc4c444c6e48e05eb34105985a Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Wed, 12 May 2021 08:27:15 +0100 Subject: MLECO-1858: Documentation update * Removing `_` in front of private functions and member Signed-off-by: Isabella Gottardi Change-Id: I5a5d652f9647ebb16d2d2bd16ab980e73f7be3cf --- docs/use_cases/ad.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/use_cases/ad.md') diff --git a/docs/use_cases/ad.md b/docs/use_cases/ad.md index 5f210b1..661cf49 100644 --- a/docs/use_cases/ad.md +++ b/docs/use_cases/ad.md @@ -110,6 +110,7 @@ On Linux, execute the following command to build **only** Anomaly Detection appl ```commandline cmake ../ -DUSE_CASE_BUILD=ad ``` + To configure a build that can be debugged using Arm-DS, we can just specify the build type as `Debug` and use the `Arm Compiler` toolchain file: @@ -121,10 +122,11 @@ cmake .. \ ``` Also see: -- [Configuring with custom TPIP dependencies](../sections/building.md#Configuring-with-custom-TPIP-dependencies) + +- [Configuring with custom TPIP dependencies](../sections/building.md#configuring-with-custom-tpip-dependencies) - [Using Arm Compiler](../sections/building.md#using-arm-compiler) -- [Configuring the build for simple_platform](../sections/building.md#Configuring-the-build-for-simple_platform) -- [Working with model debugger from Arm FastModel Tools](../sections/building.md#Working-with-model-debugger-from-Arm-FastModel-Tools) +- [Configuring the build for simple_platform](../sections/building.md#configuring-the-build-for-simple_platform) +- [Working with model debugger from Arm FastModel Tools](../sections/building.md#working-with-model-debugger-from-arm-fastmodel-tools) > **Note:** If re-building with changed parameters values, it is highly advised to clean the build directory and re-run >the CMake command. -- cgit v1.2.1