sel4-tutorials icon indicating copy to clipboard operation
sel4-tutorials copied to clipboard

January Commit to camkes-vm-linux breaks camkes-vm-crossvm Tutorial

Open jimshift5 opened this issue 5 years ago • 4 comments
trafficstars

This commit appears to remove the libraries necessary to complete the crossvm tutorial: https://github.com/SEL4PROJ/camkes-vm-linux/commit/bab3e9c2b52ff942b6eead71e33ad781b429a646.

Doing a git hard reset also does not solve the problem as camkes_mutex.h and a few others are also missing. Is there an updated tutorial somewhere since the point of this commit appears to depreciate the old crossvm connector modules?

jimshift5 avatar Sep 16 '20 19:09 jimshift5

I just noticed under SEL4PROJ/camkes-arm-vm there is an example app for vm_cross_connector (for anyone with the same question it is here: https://github.com/SEL4PROJ/camkes-arm-vm) so I will use that as an exemplar. Therefore please disregard the second part of the issue.

jimshift5 avatar Sep 16 '20 19:09 jimshift5

I think this issue should remain open since it is still a problem. Currently, following instructions on https://docs.sel4.systems/Tutorials/camkes-vm-crossvm.html still has this problem. Running, for example,

./init --tut camkes-vm-crossvm --solution
ninja -C camkes-vm-crossvm_build

complains about the missing camkes-connector-apps/libs/camkes removed in the commit you mentioned.

It would probably be best to update the tutorial, though I lack the requisite knowledge to do that (which is why I'm doing the tutorial now). For now it seems sufficient to work through the examples on seL4/camkes-vm-examples instead.

chuahou avatar Jul 22 '21 07:07 chuahou

You're right, if the tutorial as described is broken, this should definitely remain open.

lsf37 avatar Jul 22 '21 07:07 lsf37

this issue exist and not fixed so far.

jasonleecode avatar Sep 08 '21 05:09 jasonleecode