Question
Run HS Datalog from Raspberry Pi 3B to Collect Data from STEVAL-STWINKT1B
As per the Release Notes (v2.4.0 / 5-Nov-2021) for HS DataLog CLI example, I could see executable and libs are present under directory Utilities/cli_example for Raspberry Pi 3B. I have also exported and set the shared library path using command.
export LD_LIBRARY_PATH=<Utilities/cli_example/bin>But when I execute below command
./bin/cli_example_rpi3b -f ../STWIN_config_examples/DeviceConfig.json -t 100I am getting following error error.
./cli_example_rpi3b: error while loading shared libraries: libhs_datalog.so: wrong ELF class: ELFCLASS64Could you please advise whether I am doing anything wrong?
