Installing Cross Compiling Tools for Raspberry Pi
Compiling a large project on a raspberry may take days compared to several minutes on a x86 CPU. The Raspberry Pi has very little RAM. In comparison, cross-compiling and linking the same code on a modern machine takes a fraction of the time. Since we are going to run on an Intel processor, and we…