|
Platform I'm building on: ARM64 / Raspberry Pi What I expected to happen: Build succeed. What actually happened: How to reproduce the problem: Git clone repo and try to build. I am just trying to understand how to debug this. I was trying to look for the error but I could not identify where it is coming from. |
Answered by
sanu11
Apr 2, 2021
Replies: 2 comments
|
Hello @l1x Thanks for reaching out! The error means the variant you're specifying with |
0 replies
Answer selected by
jhaynes
|
Makes sense, the cargo make command has to be executed from the project root and it works. Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @l1x
Thanks for reaching out! The error means the variant you're specifying with
BUILDSYS_VARIANT("parami-dev" in this case) does not exist. You can look for the valid variants here. If you are looking to create your own variant, you can follow the instruction here. Let us know if you have any further questions.