#include "header.blackADC.h"

and add search path for the header files to the compiler options, e.g.:

g++ -I/home/UART/Setup [other options] your_source.cpp -o your_binary

Jacek


On Mon, Apr 3, 2017 at 6:19 PM, Bill Dussault <[email protected]> wrote:
> Greetings.
>
> I have a directory "Setup" on the Beaglebone Black with all my .cpp files
> stored in it. Within this directory is a sub directory holding all my header
> files appropriately labeled "header"
> To access these files within the beaglebone blacks directories do I have to
> use
>
> <include> "/home/UART/Setup/header.BlackADC.h"
>
> or simply use
>
> <include> "/header.blackADC.h"
>
> I cannot figure this out.
> Thanks
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/64f89cd8-af26-4f77-b2bf-c44a04166217%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Given a choice between two theories, take the one which is funnier

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAA2oDvbOA-wNfmbw_H86pKtX1L5dbGmUBbCgeLiShg%3DPNYckGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to