ARM Linux App

Questions and Answers : Unix/Linux : ARM Linux App
Message board moderation

To post messages, you must log in.

AuthorMessage
Spectrum

Send message
Joined: 26 Dec 20
Posts: 11
Credit: 612,022
RAC: 48
Message 373 - Posted: 31 Dec 2020, 13:25:39 UTC

In case this hasen't been asked already: How are the chances of getting an official ARM Version of the CurieMarieDock App? RAM Usage and WU size seem quite suitable for small ARM computers... :-)

With the best of wishes for a happy new year!

Spectrum
ID: 373 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Natalia
Volunteer moderator
Project administrator
Project developer
Project scientist

Send message
Joined: 9 Oct 20
Posts: 181
Credit: 2,689,264
RAC: 56
Message 375 - Posted: 31 Dec 2020, 17:16:25 UTC - in response to Message 373.  

Hi! We are working on it, most likely in a few days we will have it!

Happy New Year!
ID: 375 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
JagDoc

Send message
Joined: 24 Oct 20
Posts: 19
Credit: 8,553,651
RAC: 5,345
Message 376 - Posted: 1 Jan 2021, 8:21:24 UTC - in response to Message 375.  

Hi! We are working on it, most likely in a few days we will have it!

Happy New Year!

Great. My Odroid-N2 are waiting for work.
Happy New Year.
ID: 376 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Spectrum

Send message
Joined: 26 Dec 20
Posts: 11
Credit: 612,022
RAC: 48
Message 378 - Posted: 1 Jan 2021, 16:55:40 UTC - in response to Message 375.  

Awesome :-) Thank you for your reply
ID: 378 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Spectrum

Send message
Joined: 26 Dec 20
Posts: 11
Credit: 612,022
RAC: 48
Message 508 - Posted: 2 Feb 2021, 13:31:50 UTC

Sorry for my impatience :)

Any update on this topic?

With best regards

Spectrum
ID: 508 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dirk Broer

Send message
Joined: 16 Nov 20
Posts: 5
Credit: 2,976,646
RAC: 19,445
Message 1172 - Posted: 15 Sep 2021, 19:14:32 UTC

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.
ID: 1172 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dirk Broer

Send message
Joined: 16 Nov 20
Posts: 5
Credit: 2,976,646
RAC: 19,445
Message 1176 - Posted: 15 Sep 2021, 22:43:35 UTC - in response to Message 1172.  

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
ID: 1176 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
UBT - wbiz

Send message
Joined: 14 Nov 21
Posts: 1
Credit: 470,888
RAC: 4,457
Message 1358 - Posted: 14 Nov 2021, 20:35:58 UTC - in response to Message 1176.  

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.
ID: 1358 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Questions and Answers : Unix/Linux : ARM Linux App

©2024 SiDock@home Team