From 8f4782728f103f688169b293b3c6c7d075b1d5dd Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Mon, 17 Jun 2024 11:29:34 +0200 Subject: [PATCH 1/2] BUILD_WITH_CMAKE.md aktualisiert --- BUILD_WITH_CMAKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_WITH_CMAKE.md b/BUILD_WITH_CMAKE.md index 917bdf5..89e1fa6 100644 --- a/BUILD_WITH_CMAKE.md +++ b/BUILD_WITH_CMAKE.md @@ -1,10 +1,10 @@ - ## Requirements: ### Known Issues Ubuntu 22.04 has some version issues with the compile toolchain, consider using a newer version or other distribution or docker. Or solve the issue and add it here. ### Steps +Install 1. `cmake` 2. `arm-none-eabi-gcc arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-gdb arm-none-eabi-newlib` 3. `doxygen` From 2aec6c393140e2a7ab96628e62d3ebcf1fa4bfa8 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Mon, 17 Jun 2024 12:30:38 +0200 Subject: [PATCH 2/2] BUILD_WITH_CMAKE.md aktualisiert --- BUILD_WITH_CMAKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_WITH_CMAKE.md b/BUILD_WITH_CMAKE.md index 89e1fa6..bfc8743 100644 --- a/BUILD_WITH_CMAKE.md +++ b/BUILD_WITH_CMAKE.md @@ -9,7 +9,7 @@ Install 2. `arm-none-eabi-gcc arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-gdb arm-none-eabi-newlib` 3. `doxygen` 4. `graphviz` -5. `rustup` || Install using your packet manager or alternatively use the rust install script: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` +5. `rustup` || Install using your packet manager or alternatively use the rust install script: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` (confirm default toolchain | nightly | complete | modify path variable: yes)