Posts by UBT - wbiz

1) Questions and Answers : Unix/Linux : ARM Linux App (Message 1358)
Posted 14 Nov 2021 by UBT - wbiz
Post:
Project runs fine on my (32-bit) Asus Tinker Board, but even though I use
<cc_config> <options> <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> </options>

on my Raspberry Pi 4B and Odroid N2+, the code searches for libstdc++.so.6 on a specific 32-bit path -which does not exists on those machines, being 64-bit.


looks to be solved using

sudo dpkg --add-architecture armhf
sudo apt update
sudo apt install libstdc++6:armhf libgomp1:armhf libboinc7:armhf
sudo reboot


Just tried this on my Pi4 RPiOS64 then boinc-client didn't start at all, found out that boinc-client had somehow been uninstalled???

Weirdly "dpkg-architecture --list" didn't show armhf

Looks like I'll give sidock a miss for the moment, armhf wu for other projects work ok.




©2024 SiDock@home Team