-
Notifications
You must be signed in to change notification settings - Fork 63
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
Problem compiling for zephyr platform #2064
Comments
Thanks a lot for reporting this @naichenzhao. I had forgotten to update the lf-west-template. Please check out the most recent commit, and the documentation-update here: lf-lang/lf-lang.github.io#174 In short, you should pull the most recent commit from lf-west-template replace your command with:
And it should work. Please let me know if you run into other problems. |
Could you try building the examples again with the up-dated docs and lf-west-template repo @naichenzhao ? |
I have changed the layout of |
See here for the most up-to-date docs. Please let me know if anything is unclear in them. |
Yeah, that's my bad. It works now, thank you very much. |
Thanks for the fixes, @erlingrj, and thanks for confirming, @naichenzhao. |
I am trying to compile the code for zephyr on 0.5.2-SNAPSHOT and it seems to be looking for a file (CompileDefinitions.txt) that doesn't seem to exist.
The text was updated successfully, but these errors were encountered: