How do I extend an existing project using ALR #1032
Unanswered
Joebeazelman
asked this question in
Q&A
Replies: 1 comment
-
Let's discuss in #1033 and not duplicate things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a small Ada program which imports another Ada application as a library. I've downloaded the Application's repository as a submodule and modified my main GPR file to:
When I build the project, Alire mysteriously added the following lines in my configuration file which wouldn't compile:
I reset my repository and added svd2ada as an ALR crate using the
with
clause, but it complained:I went ahead and added it and it gave me an error:
hal_builder_config.gpr:2:06: unknown project file: "utilada_base.gpr"
What's the best way to setup a project which imports other dependencies while using ALR? Why is it including the phantom GPRs in my config file?
Beta Was this translation helpful? Give feedback.
All reactions