Quote:
Originally Posted by superpomme
[root@kindle bin]# ./dwebp
./dwebp: line 1: syntax error: unexpected "("
|
That kind of unhelpful and weird error usually means you're trying to run a binary built for another arch.
(i.e., you did not, in fact, cross-compile, and have just fed an x86_64 binary to an armv7 machine ^^).