1

I have a question, how to install a specific version of llvm on raspberry pi?
I would like to install llvm-7, but sudo apt install llvm-7 does not work.
Can someone please help? Thanks in advance

asked Mar 2, 2022 at 22:25
1
  • 3
    On which OS + version? Pls update your question with relevant info? Commented Mar 2, 2022 at 22:45

1 Answer 1

1

On Buster, you could try to get llvm-7 from the Debian repo. I wrote installation steps for unrar a while ago, they might work for LLVM as well.

Newer distributions don't support llvm-7, you'll have to build it yourself if you really need it.

answered Mar 3, 2022 at 11:43
1
  • llvm-7 seems to be available in the PiOS Buster repo. Commented Mar 4, 2022 at 0:50

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.