-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @l1x Thanks for reaching out! The error means the variant you're specifying with |
Beta Was this translation helpful? Give feedback.
-
Makes sense, the cargo make command has to be executed from the project root and it works. Thank you! |
Beta Was this translation helpful? Give feedback.
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.