Replies: 1 comment
|
This works for me, using NDK r21 in ~/Library/Android/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The projects that genie spits out are not valid, and the compilation fails trying to find non-existent ssize_t etc.
I hacked the toolchain.lua to get it to work, by using prebuilt toolchain instead, and getting rid of all the header and library include paths that aren't needed.
If you set things up similarly to this:
Then the following aren't needed:
...and then it can be built because just specifying the appropriate CC/CXX/AR for the toolchain automatically sets up the correct include/library paths.
All reactions