My ARM development notes

These are my notes to get useful cross-compilation, even with autotools, and GStreamer stuff. toolchain The convention is to have ‘ arm-linux-gcc ‘ and so on, so that you can compile with ‘make CROSS_COMPILE=arm-linux-’, the kernel and many other projects assume this is the default

Share