structureio / OpenNI2

OpenNI2
Apache License 2.0
983 stars 448 forks source link

Defining paths to cross-compilation for ARM on Linux #122

Open zistabar opened 7 years ago

zistabar commented 7 years ago

Hello, folks! I have just started my journey with Linux (Ubuntu 16.04). I want to cross-compile OpenNI2 library for ARM on Linux. The problem is I do not have any experience with cross-compilers thus I am not sure where should I define following environment variables: ARM_CXX=path-to-cross-compilation-g++ and ARM_STAGING=path-to-cross-compilation-staging-dir. I guess it will be CommonDefs.mak file in ThirdParty/PSCommon/BuildSystem path. If so, a placement of definitions in the file is arbitrary? The next issue is what are paths supposed to be assign to these variables? Thank you in advance for your consideration and help!

bnhc commented 6 years ago

Have you resolved the first problem,I also be blocked by this problem.

Isha8 commented 6 years ago

Please post the solution if anyone found. Thanks

KrzysztofZurad commented 5 years ago

Any update on this? I would also be interested. Specifically for yocto linux.

vadimsavitskii commented 2 years ago

From 2022: any updates?