From b2f80d2e7d913b8e1ff932f7117c77211d577d6d Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 28 Apr 2022 07:04:00 +0000 Subject: [PATCH] update en/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- en/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index d8fd726a89..c1c910972c 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -57,7 +57,7 @@ Common compilation modes of user-mode programs include: clang --target=arm-liteos --sysroot=prebuilts/lite/sysroot -o helloworld helloworld.c ``` - Before running the **clang** command, install the LLVM compiler. For details, see [Installing LLVM](../quick-start/quickstart-lite-package-environment.md#section711117144296). + Before running the **clang** command, install the LLVM compiler. For details, see [Installing LLVM](../quick-start/quickstart-lite-steps-hi3861-setting.md). **--target=arm-liteos**: specifies the compilation platform, which is arm-liteos. -- GitLab