raspberry-pi-cross-compilers icon indicating copy to clipboard operation
raspberry-pi-cross-compilers copied to clipboard

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. ๐Ÿ‡

Results 13 raspberry-pi-cross-compilers issues
Sort by recently updated
recently updated
newest added

rm failure should be ignored for glib download cleanup as it might not download tarball I also added gcc 11.3.0 since it is latest GCC 11

Bug :bug:
WIP :building_construction:

Hi, In the builderscript there is multiple ```rm *.tar.*``` that doesn't remove anything (for example if we reach an if statement that use git instead of a tarball as in...

Bug :bug:
PR welcomed :bulb:
Need Testing :test_tube:

Hi, When cross-compilling with the address sanitizer for bulleyes I get the following error at link time : ```/opt/cross/tools/bin/../lib/gcc/aarch64-linux-gnu/10.3.0/../../../../aarch64-linux-gnu/bin/ld: program_name: hidden symbol `__aarch64_ldadd8_acq_rel' in /opt/cross/tools/bin/../lib/gcc/aarch64-linux-gnu/10.3.0/libgcc.a(ldadd_8_4.o) is referenced by DSO``` It...

Bug :bug:
PR welcomed :bulb:
Need Testing :test_tube:

This proposal is to integrate the latest GCC `v11.2.0` from v11 series to build matrix and deploy them through automated CI builds on sourceforge.

Enhancement :smiley:
PR welcomed :bulb:

Hi, I'm following the step-by-step instructions for cross compiling Qt for Raspberry Pi4. I set up a Raspberry Pi 4 with 32bit Raspberry Pi OS Bullseye. Also I set up...

Bug :bug:
Enhancement :smiley:
Docs :books:
WIP :building_construction:

I was following the wiki and encountered this issue, with other version of gcc toolchains too (8.3.0, I believe). Using `sudo` did not help. I tried the same process on...

Docs :books:
WIP :building_construction:

I've decided to separate the issue from the previous one. I guess, it hasn't been covered in the Qt building guide, but the default configuration for the `linux-rasp-pi-3-g++` produces the...

Help wanted :handshake:
Docs :books:
PR welcomed :bulb:

When GCC cross-compiler toolchains will be available for Raspberry Pi OS Bookworm?

I recently got a raspberry pi 4 B and want to install qt on it. Your steps are very clear and helpful but I come across an issue configuring. I...

I have a problem configure QT build How do fix it ? please help me In file included from /home/mora/rpi-qt/qt-everywhere-src-5.15.2/qtbase/include/QtCore/qfloat16.h:1, from /home/mora/rpi-qt/qt-everywhere-src-5.15.2/qtbase/include/QtCore/../../src/corelib/global/qendian.h:44, from /home/mora/rpi-qt/qt-everywhere-src-5.15.2/qtbase/include/QtCore/qendian.h:1, from /home/mora/rpi-qt/qt-everywhere-src-5.15.2/qtbase/src/corelib/codecs/qutfcodec.cpp:43: /home/mora/rpi-qt/qt-everywhere-src-5.15.2/qtbase/include/QtCore/../../src/corelib/global/qfloat16.h:300:7: error: โ€˜numeric_limitsโ€™ is...