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

Build Error, Nvidia Jetson Nano #14

Open
maharshi114 opened this issue Jun 17, 2021 · 2 comments
Open

Build Error, Nvidia Jetson Nano #14

maharshi114 opened this issue Jun 17, 2021 · 2 comments

Comments

@maharshi114
Copy link

Error :

[Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in db6b89bc69c3
standard_init_linux.go:228: exec user process caused: exec format error
The command '/bin/sh -c apt-get update && apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-pip cmake' returned a non-zero code: 1
Makefile:6: recipe for target 'build' failed
make: *** [build] Error 1

@afdaniele
Copy link
Member

You are trying to build an amd64 on an arm64v8 CPU. What command are you running to get this error?

@maharshi114
Copy link
Author

maharshi114 commented Dec 31, 2021

Nvidia Jetson nano based on Arm64v2, this error is showing at that time of building.
Also, I have tested the build command with make build ARCH=arm64v8. But the error is the same.

Still, it is a long time ago, so need time to simulate again.
Currently, we closed this R&D topic from our side, but we will test the solution if you provide it.

Thank you in Advance.

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

2 participants