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

fix(cli): elf name requires output directory #1982

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

nhtyy
Copy link
Collaborator

@nhtyy nhtyy commented Jan 24, 2025

closes #1979

The issue brings up a good point that error message currently provided when trying to use elf name without an output directory is not clear enough.

As we want to discourage copying of ELF files, and the use of include_elf/ build script flow, we require output directory is set if elf name is set.

We still do not allow elf name if multiple guest targets are found.

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

Successfully merging this pull request may close these issues.

--elf-name is ignored when --output-directory is missing
1 participant