Questions tagged [software-compilation]
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.
87 questions
0 votes
1 answer
47 views
C++: Linking failing on Pi 1 B+ for class members, but the same code compiles on Ubuntu
Let me start by saying that the reason I'm using this model is because this particular specimen old and relatively disposable, which is appropriate for my project. I have written myself a library and ...
0 votes
0 answers
797 views
Kernel and header Version not the same
So i wanted to build the driver for my wifi adapter for my raspberry pi 400: https://github.com/morrownr/88x2bu-20210702 And i did everything what was said and then got the error: Your kernel files ...
0 votes
1 answer
788 views
Do `pthreads` work on the Pico with the native c++ SDK without posix?
I am trying to port AprilTags to the Pi Pico. This has a dependancy on pthreads. As is outlined in this SO question pthreads needs a posix layer. However there is this youtube video showing it working ...
0 votes
1 answer
132 views
JAVA development environment for Raspberry Pi 2 or perhaps from the command line?
Hi I'm new to Raspberry (Pi 2) and would like to know (1) if it's feasible to develop simple JAVA apps in a development environment (Eclipse? Others?) or failing that from the command line. (2) a ...
1 vote
0 answers
733 views
How to install Nextcloud (with a compatible version of PHP) on an RasPi 3B+ running Arch linux (arm)?
I want to install Nextcloud on my Raspberry Pi 3 B+ running Arch Linux. Nextcloud requires a version of PHP: 7.1 <= x < 7.4.0. I have done a lot of research, and there seems to be no place on ...
1 vote
0 answers
374 views
How to compile firefox nightly on Raspberry Pi 3?
I am running ArchLinux ARM on the Raspberry Pi 3 model B. I would like to install Firefox nightly on the raspberry pi 3 model B. I can find similar questions on the internet, but most of the answers/...
2 votes
1 answer
4k views
Is it possible to compile AOSP on the Raspberry Pi 4?
I am planning to get the RPi4 with 4GB RAM to replace my desktop. I occasionally build AOSP and Lineage for my android devices, so I wanted to check if RPI4 can be used to compile the same? I have ...
1 vote
0 answers
175 views
Running cockroachdb on a Raspberry pi 2 model b (32-bit) as a docker container
I'm trying to run cockcroachdb on a Raspberry Pi within a docker container, but they only provide 64-bit versions of cockroach as they explained it here . But I do see references of running cockroach ...