Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot execute the cbc binary on ARMv7 architecture #17

Open
Aniket-Pradhan opened this issue Aug 17, 2021 · 0 comments
Open

Cannot execute the cbc binary on ARMv7 architecture #17

Aniket-Pradhan opened this issue Aug 17, 2021 · 0 comments

Comments

@Aniket-Pradhan
Copy link

Hey!

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 😄 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant