Live data from Hacker News

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

blog.felipe.rs

1–10 of 17 posts

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

#8
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.

Well, not having to build your own cross-compilers is a HUGE reason to run Debian. Other distros probably have packages too in any case.

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

#10
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

Those packages haven't been in Debian for that long but I'm sure as hell glad they are.

Cross compilers are still really difficult.

Post reply on HN