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: Fix error message when cannot find target board #23515

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

mirusu400
Copy link
Contributor

Solved Problem

When we type wrong argument in first argument, the error said:

"Make target $@ not found. It either does not exist or $@ cannot be the first argument. Use '$(MAKE) help|list_config_targets' to get a list of all possible [configuration] targets."

But when typing make help|list_config_targets, it still not work.

Solution

  • The command has been changed to $(MAKE) list_config_targets, so I changed Makefile too.

not $(MAKE) help|list_config_targets, we should use $(MAKE) list_config_targets
for the desired results.
@dagar dagar merged commit 5121358 into PX4:main Aug 14, 2024
91 checks passed
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.

2 participants