You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build pulp on an ARMv7 machine that uses cbc, however from what I can see cbc probably does not support the ARMv7 architecture. Below is the error I get:
$ ./cbc
-sh: ./cbc: cannot execute binary file: Exec format error
$ file cbc
cbc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.9, BuildID[sha1]=dc5438ae3ebec28b55aa2053ef943cda426fd15e, not stripped
$ uname -m
armv7l
I also get the same error for aarch64, ppc64le, and the s390x architectures. I wanted to ask if there is some other way we can run cbc on these architectures, or whether you could provide the binaries for the same arches? I am willing to help either way 😄 .
The text was updated successfully, but these errors were encountered:
Hey!
I was trying to build
pulp
on an ARMv7 machine that usescbc
, however from what I can seecbc
probably does not support the ARMv7 architecture. Below is the error I get:$ ./cbc -sh: ./cbc: cannot execute binary file: Exec format error $ file cbc cbc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.9, BuildID[sha1]=dc5438ae3ebec28b55aa2053ef943cda426fd15e, not stripped $ uname -m armv7l
I also get the same error for aarch64, ppc64le, and the s390x architectures. I wanted to ask if there is some other way we can run
cbc
on these architectures, or whether you could provide the binaries for the same arches? I am willing to help either way 😄 .The text was updated successfully, but these errors were encountered: