-1

despite having rasperry pi model 3 ver.2 with raspian jessie from official webpage i am unable to run a binary file; on file foobin i get:
ELF 64bit lsb shared object x86-64 version 1 dynamically linked, interpreter ...

upon run it says bash: ./binary_name: cannot execute binary file which cannot be the case, on lscpu i get architecture armv7l 1200mhz but dont know what to do; is the rpi not having x64 or the binary not being x64?


when will it be able to run x64, is it sw or hw problem?

Mike Poole
  • 220
  • 1
  • 2
  • 7
droid192
  • 119
  • 6

1 Answers1

5

The Pi has an ARM processor and can't run intel code (64 bit or other).

NOTE the current kernel is 32 bit.

Milliways
  • 62,573
  • 32
  • 113
  • 225