rpi-gcc
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | rpi-gcc [2020-05-18 00:43:04] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== GnuRadio, Volk and RaspberryPi 2 ====== | ||
| + | |||
| + | Currently, package raspi-copies-and-fills breaks stuff for ARMv7! Remove it, or udevd, getty and others won't work! | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | ===== gnuradio/ | ||
| + | |||
| + | No, it does. You have broken compiler. | ||
| + | |||
| + | |||
| + | Currently, the same Raspbian is distributed for ARMv6 RaspberryPi 1 and ARMv7 RaspberryPi 2. This means that all packages are compiled --with-arch=armv6 --with-fpu=vfp. However, this also means, that gcc assembler does not support some NEON instructions even when --mfpu=neon is set (no idea why). | ||
| + | |||
| + | You need gcc compiled with --with-arch=armv7-a --with-fpu=vfpv3-d16. For example from stock armhf Debian. | ||
| + | |||
| + | I have edited / | ||
| + | < | ||
| + | deb http:// | ||
| + | deb-src http:// | ||
| + | |||
| + | deb http:// | ||
| + | |||
| + | deb http:// | ||
| + | </ | ||
| + | (of course pick a mirror that is in your network) | ||
| + | |||
| + | Maybe you should also change / | ||
| + | |||
| + | apt-get update, apt-get install debian-archive-keyring, | ||
| + | |||
| + | apt-get dist-upgrade, | ||
| + | |||
| + | (oh and dpkg -l | grep gcc and remove old gccs) | ||
| + | |||
| + | Continue with [[: | ||
rpi-gcc.txt · Last modified: by 127.0.0.1
