As embedded engineer I'm taking my first steps into Raspbian Linux (but I also purchased a Banana Pi because it has more powerful SOC and 8Gby flash on-board). Banana uses a reworked Raspbian Jessie where the Raspberry has now Stretch. In both cases, I fail to compile request_irq linux function because the header files are not part of the standard install.
I installed the header files - as explained by various sites - but for some unknown reason I still can't compile the request_irq function even if I put the search directories to the location where I found headers that contain the request_irq function.
I want to achieve maximal power saving with minimal overhead and I can't do that with scripts like Python (in a time where energy saving is encouraged, why do we use such ineffective script languages?). If anybody has tips how to install / use GCC compiler on Raspberry / Banana Pi explaining the complete flow how to install and use the system headers please help.
