hey
as I read, for compile / build the parameter option
-I/opt/vc/include/interface/vcos/pthreads
should be required, but I am already using
-pthread
as a parameter.
Is the 1st one needed anyway? what is this for then?
-I/opt/vc/include/interface/vcos/pthreads tells the compiler where to find some of the header files that are used by the CPU-side drivers to (presumably) interface with the pthreads implementation on the VC4.davenull wrote:hey
as I read, for compile / build the parameter option
-I/opt/vc/include/interface/vcos/pthreads
should be required, but I am already using
-pthread
as a parameter.
Is the 1st one needed anyway? what is this for then?