Hello,
i´m working with visualGDB to program a Raspberry Pi and currently trying to add new libraries to my Visual Studio project.
I installed the lib bcm2835 on the Raspberry and run UpdateSysroot, as far as i can see it copied the new lib to my Windows PC.
But when i try to include the new lib in Visual Studio, it doesnt recognize the lib:
#include and #include “bcm2835.h” doesnt work…
What am I doing wrong??
Many thanks in advance!