Hi Alberto, You'll have to tell RIOT where to find additional header files. Take a look at this example: https://github.com/RIOT-OS/RIOT/blob/master/pkg/u8g2/Makefile.include
For that particular library, I can now use '#include <u8g2.h>'. Kind regards, Bas > Op 2 jan. 2017 om 16:45 heeft Alberto Ciolini <[email protected]> > het volgende geschreven: > > Hello, > I'm new in RIOT. I have to include this library, > https://github.com/bro/broccoli, in RIOT and flash a program in OpenMote for > my thesis. > I read in the RIOT api that you can import external libraries as packages. > I moved the library in to pkg folder of RIOT. I added the USEPKG macro in my > application's Makefile but when i use "include <broccoli.h>" in main.c of my > program i have this error: /home/user/RIOT/examples/hello-world/main.c:23:22: > fatal error: broccoli.h: No such file or directory #include <broccoli.h>. > Can you help me please? > > Thanks. > _______________________________________________ > users mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
