BinderDemo
BinderDemo copied to clipboard
unable to compile
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?