Live data from Hacker News

How to Build a GCC Cross-Compiler for the Raspberry Pi

blog.felipe.rs

11–17 of 17 posts

Re: How to Build a GCC Cross-Compiler for the Raspberry Pi

#11
post #7
post #3

Heh? Debian cross toolchains work fine: https://packages.debian.org/sid/gcc-4.9-arm-linux-gnueabi for armel and https://packages.debian.org/sid/gcc-4.9-arm-linux-gnueabihf for armhf

Cool if you're running Debian.

Find a vagrant Debian image and it doesn't much matter what you run.

Cross compiling is such a pain that it is worth avoiding it if at all possible.

Post reply on HN