Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
updated to point to current espressif llvm project
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hepp committed Jan 31, 2020
1 parent f7a9393 commit 543b9c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
### Requirements

#### llvm-xtensa
Please refer to the [llvm-xtensa](https://github.com/espressif/llvm-xtensa) project for authoratative instructions.
Please refer to [Espressif's llvm](https://github.com/espressif/llvm-project) project for authoratative instructions.

$ git clone https://github.com/espressif/llvm-xtensa
$ cd llvm-xtensa
$ git clone https://github.com/espressif/llvm-project
$ cd llvm-project/llvm
$ mkdir build
$ cd build
$ cmake .. -DLLVM_TARGETS_TO_BUILD="Xtensa;X86" -DCMAKE_BUILD_TYPE=Release -G "Ninja"
Expand All @@ -24,12 +24,12 @@ Many use the guideline `n + 1`, where `n` is the number of processor cores on yo
#### rust-xtensa
Please refer to the [rust-xtensa](https://github.com/MabezDev/rust-xtensa) project for authoratative instructions.

Assuming you built llvm-xtensa in your home directory:
Assuming you built llvm in your home directory:

$ git clone https://github.com/MabezDev/rust-xtensa
$ cd rust-xtensa
$ git checkout xtensa-target
$ ./configure --llvm-root=$HOME/llvm-xtensa/build
$ ./configure --llvm-root=$HOME/llvm-project/llvm/build
$ ./x.py build

#### xtensa-esp32-elf toolchain
Expand Down

0 comments on commit 543b9c7

Please sign in to comment.