Raspberry Pi 4B Application Development Series - Day 2
The Cross Compilation Primer video will provide instruction on how to load all the necessary Raspberry Pi 4B header files and libraries we will need to manipulate the Raspberry Pi's GPIO subsystem. Once the files are placed within the personal computer's file system, we will use the compiler and linker controls embedded within Eclipse to make the files available to the C language cross compiler. The overall goal is to write some GPIO-oriented code and successfully cross-compile and execute a Raspberry Pi 4B C language-based application.