seL4 / seL4-CAmkES-L4v-dockerfiles

Dockerfiles defining the dependencies required to build seL4, CAmkES, and L4v.
12 stars 39 forks source link

base_tools: add xxd #70

Closed axel-h closed 7 months ago

axel-h commented 7 months ago

Seems xxd is not installed by default, but this is used in seL4_tools/elfloader-tool/CMakeLists.txt whenElfloaderHashInstructions is enabled. This feature is rarely used and there is no CI coverage also. But when testing https://github.com/seL4/seL4_tools/pull/160 the container gave me an error that xxd is not installed.

lsf37 commented 7 months ago

So many years and still stuff missing.. We should also add it to https://docs.sel4.systems/projects/buildsystem/host-dependencies.html

I'll make an issue.