04-30-2020 12:40 PM - edited 04-30-2020 12:43 PM
Hi,
for an innovative smart-home project, I am trying to use the BME680 connected to a carrier board using the Nvidia TX2 SoM (ARM A57 CPU)
Unfortunately I'm unable to use the compiled binaries provided by the BSEC library, because I cannot find a suitable version for my CPU/compiler.
I'm using GCC 5.4.1 on 64-bit Ubuntu with Linux Kernel 4.4.38.
I tried to link my executable against both gcc/ARMv8/libalgobsec.a and RaspberryPI/PiThree_ArmV8-a-64bits/libalgobsec.a, but the binary format is not recognized by the linker.
Using objdump I noticed that both libraries are compiled with elf32-littlearm fileformat (may be because Raspberry Pi 3 uses 32 bit Debian even if it uses a 64bit CPU).
It's quite troublesome having an embedded library that cannot be used on modern ARM 64bit Linux OS.
Is there a plan to release a BSEC binary version with elf64-littleaarch64 file format?
Regards
Luigi Rodorigo
05-04-2020 10:42 AM
Bump
05-04-2020 11:05 AM
We have forwarded your request to the appropriate team and will investigate if we can support your platform's requirements. We will get back to you if we have any update or if we would need more information.
05-06-2020 11:08 AM
Many thanks. Plees keep the topic updated when additional information are available.
I'm quite sure that the availability of BSEC Library for ARM64v8 is a must-to-have in order to support recent Linux ARM devices.
05-07-2020 06:04 PM
We have shared here a release to support Linux x86 and x64, could you please confirm if this release would already be compatible with your platform?
Alternatively, would you be able to share any reference or example of flags/commands used in your current platform/project, or that we could use to generate the appropriate release?