-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
"make qemu" may not regenerate .config after changes to prj.conf #1522
Comments
make qemu does exist anymore, what makes you say it is still available? |
The fact that I very well remember when Zephyr had it, and so still occasionally use it, and it "works" (runs QEMU as expected). So, let's either kill it completely (so for example "make qemu" printed "Error: use 'make run' instead"), or let's maintain it in a deprecated shape, so at least it didn't do harm to folks for whom it's being maintained. |
'make qemu' does not work anymore, it was removed after being deprecated for a while. You should be using 'make run' now. |
It does for me:
So, if someone has an older script which uses "make qemu" or reads older instructions using it, they may be affected by an issue in the subj. |
ok, we forgot a target in 1 spot, scripts/Makefile.qemu |
Fixes zephyrproject-rtosGH-1522 Signed-off-by: Anas Nashif <[email protected]>
Fixes GH-1522 Signed-off-by: Anas Nashif <[email protected]>
I noticed that "make qemu", which was deprecated, but is still there, may not propagate changes if prj.conf was updated (i.e. it would not cause .config to be updated and/or an app to be rebuilt). Let's either make it behave the same as "make run", or remove completely.
The text was updated successfully, but these errors were encountered: