sdt / docker-raspberry-pi-cross-compiler

Raspberry Pi cross-compiler and sysroot in a Docker container.
https://hub.docker.com/r/sdthirlwall/raspberry-pi-cross-compiler/
MIT License
246 stars 69 forks source link

Switch toolchain to 'arm-rpi-4.9.3-linux-gnueabihf' #31

Open darconeous opened 6 years ago

darconeous commented 6 years ago

This commit switches the toolchain from the GCC-4.8-based Linaro toolchain to the GCC-4.9-based RPI toolchain. Some fixups were needed to allow everything to build smoothly, but in my testing it seems to be working well.

It also takes steps to ensure that the arm-linux-gnueabihf-pkg-config command will work properly. This makes cross-compiling much easier for some projects.