BinderDemo icon indicating copy to clipboard operation
BinderDemo copied to clipboard

unable to compile

Open the-st0rm opened this issue 8 years ago • 0 comments

Hello I am trying to compile the BinderDemo but I wasn't successful. My steps were exactly

mkdir android_source
cd android_source/
repo init -u https://android.googlesource.com/platform/manifest
repo sync
source build/envsetup.sh
lunch
make binder
cd external/
git clone https://github.com/gburca/BinderDemo.git
cd BinderDemo
mm

The build was successful but when I try to run the binder executable on the android device, I get the following error

130|root@generic:/ # binder
CANNOT LINK EXECUTABLE: cannot locate symbol "__aeabi_memclr4" referenced by "binder"...

Any ideas?

the-st0rm avatar Jul 21 '16 23:07 the-st0rm