Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-compilation for Android fails #1773

Closed
nachtgeist opened this issue Dec 7, 2016 · 0 comments
Closed

Cross-compilation for Android fails #1773

nachtgeist opened this issue Dec 7, 2016 · 0 comments

Comments

@nachtgeist
Copy link
Contributor

I'm cross-compiling PCL on a Debian/Jessie using NDK r13b.

Since #1665 it fails for several .cpp files on a triggered #error directive:

[  0%] Building CXX object octree/CMakeFiles/pcl_octree.dir/src/octree_inst.cpp.o
In file included from /home/dhr/tmp/build/CMakeExternals/Source/pcl/octree/include/pcl/octree/octree_nodes.h:51:0,
                 from /home/dhr/tmp/build/CMakeExternals/Source/pcl/octree/include/pcl/octree/octree_base.h:45,
                 from /home/dhr/tmp/build/CMakeExternals/Source/pcl/octree/include/pcl/octree/octree.h:43,
                 from /home/dhr/tmp/build/CMakeExternals/Source/pcl/octree/src/octree_inst.cpp:38:
/home/dhr/tmp/build/CMakeExternals/Source/pcl/common/include/pcl/pcl_macros.h:394:4: error: #error aligned_malloc not supported on your platform
   #error aligned_malloc not supported on your platform
    ^
/home/dhr/tmp/build/CMakeExternals/Source/pcl/common/include/pcl/pcl_macros.h:410:4: error: #error aligned_free not supported on your platform
   #error aligned_free not supported on your platform
    ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant