lnetwalker / openMSR

Instrumentation,Control, Automation Tools like PLC and others
https://www.openmsr.org/
2 stars 1 forks source link

ARM DistriPkg Binaries not runnable #64

Closed lnetwalker closed 5 years ago

lnetwalker commented 5 years ago

the binaries of the ARM Distribution are not executable.

lnetwalker commented 5 years ago

at least on the pinebook (arm64) the generated executables do not work check on Raspberry Pi !

lnetwalker commented 5 years ago

https://forum.odroid.com/viewtopic.php?t=18806 perhaps its just the missing architecture? Investigate this !

lnetwalker commented 5 years ago

its exactly as described in the above comment: tosolve the problem just do: sudo dpkg --add-architecture armhf sudo apt-get update sudo apt install libc6:armhf sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3