vu159951 / android-vnc-server

Automatically exported from code.google.com/p/android-vnc-server
0 stars 0 forks source link

Japanese Xperia cannot runing androidvncserver #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Japanese Xperia cannot runing androidvncserver

message is

./androidvncserver
reloc_library[1173]: 19482 cannot locate '__aeabi_fadd'...CANNOT LINK
EXECUTABLE

Original issue reported on code.google.com by onie...@gmail.com on 9 Apr 2010 at 1:08

GoogleCodeExporter commented 9 years ago
I assume this comes from Xperia uses vfp for floating point handling with
-mfloat-abi=softfp -mfpu=vfp compilation option.

Original comment by nagam...@gmail.com on 11 May 2010 at 1:42

GoogleCodeExporter commented 9 years ago
Mr. nagamatu thank you.

But i didn't how make to androidvncserver.

I have a android 2.1 source code.
androidvncserver compiled required libvncserver. 
libvncserver compile is failed. 
x11vnc source code download. extract to tarball.

configure utility execute. don't use the cross-compiler.

How to use the compiler in android source code.

Original comment by onie...@gmail.com on 11 May 2010 at 6:13

GoogleCodeExporter commented 9 years ago
Xperia successful start the androidvncserver.

androidvncserver.c compile and link by my self.
But cross-compile by x86 ubuntu 9.04

Original comment by onie...@gmail.com on 14 Jun 2010 at 2:18