-
Notifications
You must be signed in to change notification settings - Fork 15
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
West Build Zephyr #1
Comments
Hello Rayan, Thank you for your question and interest in my repository for Zephyr compilation with VSCode.
If I run "West Build Zephyr" I get following output in my console:
After that my west begins building Zephyr project.
Sorry for that. Honestly, I've never payed attention to this behavior, until you pointed it. But I can assure you, west produces proper code for me. If it not work for you, you can also comment out this command as dependency. If you like to improve this project or add new functionality, you're welcome to create a new PR I will be happy to review it. Best regards, |
@ryangenz Hello. Do you still observe the problems or use this repository? Since your request there were a lot of changes. May be it would be good for you to take a look. |
Hi Alexander,
The command "West Build Zephyr" in the Tasks file in VSCode, has:
"dependsOn": ["Set Zephyr Source"],
But is this compound-command working for you?
I can see in the terminal that both the
Source
andWest
commands are running.But for me, the the variables set by
Source
do not seem to remain for theWest
command. It acts like a brand new terminal without variables when West runs - as if theSource
command had never run at all.The text was updated successfully, but these errors were encountered: