Skip to content

Instantly share code, notes, and snippets.

@fosslinux
Created September 27, 2021 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fosslinux/96a9a24eaa4ebaea9d4b829a099bb01f to your computer and use it in GitHub Desktop.
Save fosslinux/96a9a24eaa4ebaea9d4b829a099bb01f to your computer and use it in GitHub Desktop.
Minimal example of new project not working
#!/bin/sh
mkdir -p sel4-project/projects
cd sel4-project
git clone https://github.com/sel4/sel4 kernel
git clone https://github.com/seL4/seL4_libs projects/seL4_libs
git clone https://github.com/seL4/seL4_tools tools
ln -s tools/cmake-tool/default-CMakeLists.txt ./CMakeLists.txt
ln -s tools/cmake-tool/init-build.sh .
mkdir build
cd build
../init-build.sh -DPLATFORM=x86_64 -DSIMULATION=TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment