Questions tagged [toolchain]
10 questions
6
votes
3 answers
Which toolchain for Raspberry Pi 3 and Qt5
Which is the recommended toolchain to cross-compile Qt5.6 for Raspberry Pi 3?
I tried official tools:
https://github.com/raspberrypi/tools
but it seems they don't support the architecture and flag required for RPi3:
QMAKE_CFLAGS =…
Mark
- 533
- 2
- 11
- 23
2
votes
1 answer
What toolchain to use? Any real difference?
I'm starting with buildroot for my Raspberry PI 2 project.
I've came to part where I need to select toolchain that will build whole project.
I have two main options:
use buildroot to build my own toolchain
use Linaro (or other existing)…
10robinho
- 726
- 8
- 17
2
votes
2 answers
Debian-based distro for Raspberry Pi Pico development
The "Getting started with Raspberry Pi Pico" guide states in chapter 2:
The following instructions assume that you are using a Raspberry Pi Pico and some details may differ if you are using a different RP2040-based board. They also assume you are…
Velvet
- 123
- 1
- 7
1
vote
0 answers
Raspberry Pi Qt toolchain on Ubuntu 16.04
I have issues creating a tool-chain for cross compiling Raspberry Pi 3 Qt applications through Ubuntu. I used directions from this guide, https://wiki.qt.io/Raspberry_Pi_Beginners_Guide, to help me create the tool-chain. Currently, I am stuck on…
P. Kesh
- 11
- 2
1
vote
1 answer
Cannot find filesystem
Still scraping rust off of C++ and learning CLion, Raspberry Pi and Cmake. I am following https://blog.monotok.org/compile-locally-run-raspberry-pi-via-clion/ to cross-compile on my Ubuntu platform.
I have code that compiles fine locally, but when I…
Thom
- 127
- 1
- 7
1
vote
0 answers
Compile Linux kernel with toolchain built for aarch64 and uClibc
I am using RPI3 model B
I have compiled toolchain using crosstool-ng with the following sample.
./ct-ng aarch64-rpi3-linux-gnu
Using ./ct-ng menuconfig, I changed C library from glibc to uClibc. And then toolchain is built with command ./ct-ng…
NayabSD
- 111
- 3
1
vote
1 answer
Errors compile using mraa library with Eclipse IDE
I'm new to Eclipse IDE. I'm currently getting started with gpio library for Raspberry Pi 3 which is mraa on Eclipse IDE as well as a cross - compiler for in Windows Operating System. Errors I've got while trying an example "hellomraa" from mraa…
tmt
- 11
- 3
0
votes
1 answer
Linaro cross toolchain 32 bit or 64 bit?
I am developing a kernel on my PC (running Linux Mint 64 bit) and want to transfer that code later onto a Raspberry Pi 3B+ running Raspbian 32 bit.
Now I am confused. Do I need my IDE to pick my gcc-linaro-arm-linux-gnueabihf-raspbian-x64 in the 64…
uwethebest123
- 101
- 6
-1
votes
2 answers
Install libraries from computer
I'm currently searching a tool to install on a Raspi libraries, but from a computer.
SSH can be a solution but I'm searching a tool where you can see the installed package and the one that can be upgraded.
If the same tool could also exist for…
BaptisteM
- 1
- 1
-1
votes
1 answer
Python-less Pi Pico toolchain in Windows
Is there any way to build a C++ Raspberry Pi Pico binary without having to install Python. It's quite heavyweight and feels quite unnecessary (I do like tidy toolchains without huge bloat and an additional attack surface on my machine).
Note that…
Warpspace
- 11
- 7