I needed screenrecord application in android L to record longer videos. I followed advice from this question and decided to build android. How to increase time limit of ADB screen record of Android Kitkat
After many attempts I haven't succeded, because screenrecorder binary extracted from build doesn't work. When I push screenrecord file to ANDROID and after chmod and starting screenrecord this is communicate I'm getting:
CANNOT LINK EXECUTABLE: empty/missing DT_HASH in "./screenrecord" (built with --hash-style=gnu?)
I am using Ubuntu 14 and lunch configuration hammerhead as I am testing this on Nexus 5.
How can i fix it?