We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b37801 commit 678dea0Copy full SHA for 678dea0
arm-software/embedded/docs/building-from-source.md
@@ -71,6 +71,8 @@ tools to the `LLVM_DISTRIBUTION_COMPONENTS` CMake list.
71
72
## Building
73
74
+The commands in the sections below assume you are in the `arm-toolchain/arm-software/embedded` directory.
75
+
76
The toolchain can be built directly with CMake.
77
78
```
@@ -93,7 +95,7 @@ export CXX=clang++
93
95
mkdir repos
94
96
git -C repos clone https://github.com/picolibc/picolibc.git
97
git -C repos/picolibc am -k "$PWD"/patches/picolibc/*.patch
-git -C arm-toolchain am -k "$PWD"/patches/llvm-project/*.patch
98
+git -C ../.. am -k "$PWD"/patches/llvm-project/*.patch
99
mkdir build
100
cd build
101
cmake .. -GNinja -DFETCHCONTENT_SOURCE_DIR_PICOLIBC=../repos/picolibc
0 commit comments