0
I was developing an application to run on a Raspberry pi 3 but while the mail didn’t deliver I started on the notebook (Linux Mint) and I didn’t have many problems.
When I received the Raspberry I tested the application but could not import the lib from the biometric reader provided by the manufacturer (CIS), I appeared the error "invalid ELF header"
It is possible to somehow import a lib . so x32 into a linux Arm ?
Obs.: was using Ubuntu Mate
Marcos, I’m sorry I don’t have more details, but yes, it is possible to import
shared objects
on the platform. Read more about elf files, can give you a light. I think it’s just a matter of target compilation, possibly in Raspberry be ARM– Jefferson Quesado
Maybe it’s because you’re trying to import a x32 lib into an x64 architecture. You tried to recompile in x64?
– Carlos Andrade
@Carlosandrade in print the first mistake is me trying to import the x32 the second is me trying to import the x64 the lib from the manufacturer already comes compiled, it is possible to edit one . so ? if it is maybe it works
– Marcos Deilson
I believe not, you will have to request for the manufacturer the version for x64.
– Carlos Andrade