python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
can't create dynamic relocation R_AARCH64_ADD_ABS_LO12_NC against symbol
OS: Ubuntu 20.04
MlPack(branch): master
I am trying to build a program which is dependent on mlpack for android. For that I am using ndk-build. To make the library compatible for arm64 architecture, I...
Niaz Palak
Votes: 0
Answers: 1
How to include multiple .c files in a single android.mk file?
I have 2 .c files hello.c and world.c I'm using ndk-build. I see that the .so file name is actually the name of the "LOCAL_MODULE".
How would I include both the files as a part of the build?...
Vikram Ragu
Votes: 0
Answers: 1
How to build MLPack library as a static library using NDK-build?
Can I build a library like mlpack which has only .hpp file as a shared library using NDK-Build?
I am trying to build an API using ndk-build from linux for android arm64 and armeabi-v7a. But my API has...
Niaz Palak
Votes: 0
Answers: 0
Error while trying to run MLPack from source
OS:Linux
Compile: NDK-Build
I am facing error while I try to compile mlPack from source. The code works fine when I run by installing the mlPackand it's dependencies(armadillo, ensmallen, boost). But ...
Niaz Palak
Votes: 0
Answers: 1