Message boards :
Number crunching :
Computation error - Odroid C2
Message board moderation
Author | Message |
---|---|
Send message Joined: 5 Aug 17 Posts: 1 Credit: 2,211,383 RAC: 0 |
Odroid C2 receives the following error - there seems to be an issue with the process creation. Other projects work fine. Anyone have any insight? <core_client_version>7.6.31</core_client_version> <![CDATA[ <message> process exited with code 2 (0x2, -254) </message> <stderr_txt> Process creation (../../projects/universeathome.pl_universe/BHspin2_1_aarch64-unknown-linux-gnu) failed: Error -1, errno=2 execv: No such file or directory </stderr_txt> ]]> |
Send message Joined: 25 Sep 17 Posts: 1 Credit: 1,478,467 RAC: 0 |
This drove me nuts for a bit as a brand new user. Since I had checked the Applications page and found that "Linux running on 64-bit ARM" was supported I felt safe. Then I start getting computation errors each time it tried to start a task. It turns out that the binary used is actually a 32-bit armhf executable - most annoying. After adding the 32bit libc libraries the BHspin2_1 task appears to be running okay.
apt-get update apt-get -f install libc6:armhf |