Hi,
We are generating the .so file for the Android ARM 64 flavor on Windows
platform.
Following is the version info for the "clang++.exe" executable used for
generating the .so file.
*F:\Debug>"F:\androidndk.16.1.9\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe"
-v*
- Android clang ver
Hi Ankush,
On Mon, Mar 11, 2019 at 8:23 PM Ankush Sharma wrote:
> During the linking stage for an “.so” file creation, an error message is
> being flagged by clang.
>
> ld: error: dummy.so: write: Function not implemented
What was the command line that was used to invoke the linker?
What filesyst
> On Mar 7, 2019, at 00:24, Ankush Sharma via cfe-users
> wrote:
>
> Hi Team,
>
> During the linking stage for an “.so” file creation, an error message is
> being flagged by clang.
> ld: error: dummy.so: write: Function not implemented
>
> I'm not able to make a sense out of this message a
Hi Team,
During the linking stage for an “.so” file creation, an error message is
being flagged by clang.
*ld: error: dummy.so: write: Function not implemented*
I'm not able to make a sense out of this message as it seems different from
an "undefined reference" error. There are multiple occu