https://github.com/occipital/openni2
I was following the steps from the above link. There are 2 environment parameters mentioned.
Cross-Compiling for ARM on Linux
The following environment variables should be defined:
ARM_CXX=path-to-cross-compilation-g++
ARM_STAGING=path-to-cross-compilation-staging-dir
Then, run:
PLATFORM=Arm make
Is there anywhere I can find the alue for these 2 parameters?
https://github.com/occipital/openni2
I was following the steps from the above link. There are 2 environment parameters mentioned.
Cross-Compiling for ARM on Linux
The following environment variables should be defined:
ARM_CXX=path-to-cross-compilation-g++
ARM_STAGING=path-to-cross-compilation-staging-dir
Then, run:
PLATFORM=Arm make
Is there anywhere I can find the alue for these 2 parameters?