Some programming languages use compilers that 'translate' code into a lower level language before executing it. Use this tag for any questions about how to compile code on the Pi.
Questions tagged [software-compilation]
89 questions
10
votes
1 answer
Is there a port of DirectFB?
The website states that progress has been made "using Raspberry PI or other Broadcom hardware".
I've looked at their graphics support and BCM2835 wasn't there. If it has been ported then what are the required libraries and tools to compile it for…
ArchHaskeller
- 1,435
- 12
- 35
2
votes
2 answers
Can I use my Ubuntu desktop to cross-compile the GO language environment for my Pi?
As stated on the official Golang site, there is no binary distribution for ARM yet.
I'll have to compile GO from source, and it might not be straightforward, and require a few tries.
Compilation itself is more likely to succeed if I have a lot of…
Deleplace
- 123
- 1
- 5
2
votes
1 answer
G++ 4.8 optmization for compile on Raspberry Pi 2
I have installed G++ 4.8 with the C++11 standard.
Searching around the internet I found some flags that apparently should decrease compile time considerably. I have ended with this, it compiles fine but not sure if its entirely correct.
-std=c++0x…
Piotr Kula
- 17,307
- 6
- 65
- 104
1
vote
1 answer
How to install latest gputils?
I'm trying to compile C for a PIC16F using SDCC on the RPi. It's going slow but I hope that installing an up to date version of gputils as per here will help.
So how do I do that? I previously installed gputils simply by apt-get (Stretch, RPi 2). I…
Jodes
- 562
- 2
- 6
- 19