Questions tagged [llvm]
6 questions
10
votes
1 answer
Objective C enviroment
Do any of the standard distributions come with an Objective C environment? Is there anywhere to get prebuilt Objective-C compiler and libraries? I would prefer an answer which is based on Clang/LLVM but will settle for something based on gcc.
Maria Zverina
- 5,188
- 5
- 32
- 42
9
votes
2 answers
How can I cross-compile to the Raspberry Pi using Clang/LLVM?
I would like to cross-compile C-family languages (C, C++, Objective-C, and Objective-C++) to the Raspberry Pi using Clang and LLVM on a build computer of a different architecture. How may I do this?
fouric
- 1,809
- 4
- 18
- 26
2
votes
1 answer
How can I re-recognize my Raspberry (4 Modell B) display (Bruphny 4.0) like it was recognized per default with a fresh Raspbian Buster install?
1. Summarizing the problem
No display (https://www.amazon.de/gp/product/B07XPM2ZS3) after LVM tutorial anymore.
2. Providing details and any research
After using this Tutorial (Easy backups and snapshots of a running system with LVM) from Ingo…
Lawful
- 43
- 4
1
vote
1 answer
specific llvm version
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
kubek
- 21
- 1
0
votes
0 answers
Pi wont boot from external SSD with ecrypted LUKS container and LVM partition layout
I want to achieve a setup in which I boot from an external SSD harddrive in an USB Raid enclosure.
The root directory lies in an encrypted luks container. The boot partition is unencrypted The problem here is, that the setup seems not be configured…
northcom
- 11
- 3
-1
votes
1 answer
llvm version 11 and librosa error
Best regards i need to download librosa to raspberry pi so first of all i downloaded virtualenv and created environment and installed llvm with:
sudo apt-get install llvm
pip3 install llvmlite==0.37
numpy==1.20.3
pip3 install numba==0.54.1
then i…
F M
- 1