Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LLVM 18 #452

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

SergioGasquez
Copy link
Member

Testing done inside the devcontainer of espup:

cargo r -r -- uninstall
cargo r -r -- install -v 1.81.0.0
cargo r -r -- install -v 1.82.0.0 -l debug

Results in the following export file:

export PATH="/home/esp/.rustup/toolchains/esp/xtensa-esp-elf/esp-14.2.0_20240906/xtensa-esp-elf/bin:$PATH"
export LIBCLANG_PATH="/home/esp/.rustup/toolchains/esp/xtensa-esp32-elf-clang/esp-18.1.2_20240912/esp-clang/lib"

And leaves both llvms installed under /home/esp/.rustup/toolchains/esp/xtensa-esp32-elf-clang. Note that 1.81 installs LLVM 17 and 1.82 LLVM 18.

Activating the environment, I was able to build and flash a fresh template for S3.

@SergioGasquez SergioGasquez merged commit d95a730 into esp-rs:main Oct 30, 2024
17 checks passed
@SergioGasquez SergioGasquez deleted the feat/llvm-18 branch October 30, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant