-
Notifications
You must be signed in to change notification settings - Fork 4
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
invalid attribute 'vaddr' on element 'setvar' #6
Comments
This seems to be something that Nick added to his fork of Microkit, coliasgroup/microkit@51a8042. |
Thanks for tracking it down - for some reason I couldn't find. Will have a play with integrating unless/until another solution emerges. |
If you look at the system file, the way |
Thanks again, sounds like it can be worked around. Will have a look in the coming days. |
@Ivan-Velickovic is correct. I am guilty of abusing the Microkit In the meantime, I will work towards getting this demo working with upstream Microkit. Hard-coding addresses in multiple places will suffice in the meantime before we start developing higher-level tools on top of Microkit. |
This demo no longer relies on the patch to Microkit mentioned above (coliasgroup/microkit@51a8042). https://github.com/seL4/rust-sel4 and this demo do, however, for the time being, still rely on a few other patches to Microkit. This is the branch that they depend on: https://github.com/coliasgroup/microkit/tree/rust. |
Trying to merge the contents of the http-server.system file into the rust_vmm.system file in the rust example in the libvmm repo and seeing this error:
Error: invalid attribute 'vaddr' on element 'setvar': rust_vmm.system:53.8
Relevant line is
Has something been deprecated?
The text was updated successfully, but these errors were encountered: