Re: [cfe-users] Linking error and memory bloating for .so file creation

2019-03-19 Thread Ankush Sharma via cfe-users
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

Re: [cfe-users] Linking error and memory bloating for .so file creation

2019-03-12 Thread Csaba Raduly via cfe-users
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

Re: [cfe-users] Linking error and memory bloating for .so file creation

2019-03-11 Thread Matthew Fernandez via cfe-users
> 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

[cfe-users] Linking error and memory bloating for .so file creation

2019-03-11 Thread Ankush Sharma via cfe-users
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