in reply to Re^5: Perl for ARMv7le
in thread Perl for ARMv7le
Yes, i get the following error: bash: ./generate_uudmap: cannot execute binary file: Exec format error
this means it was compiled for other architecture , in this case arm and i was trying to execute it on my local which is x86_64 ?? Its almost seems like the the whole source code needs to reside on the target system, which is my armv7le system in this case.Probably i need to figure out on how to move the native compiler to my target and perform the ./configure and make.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl for ARMv7le
by Corion (Patriarch) on Dec 19, 2016 at 21:02 UTC | |
by monk88 (Novice) on Dec 21, 2016 at 14:54 UTC | |
by Corion (Patriarch) on Dec 21, 2016 at 14:58 UTC | |
by monk88 (Novice) on Dec 21, 2016 at 16:32 UTC | |
by Corion (Patriarch) on Dec 21, 2016 at 17:01 UTC | |
|