if {![have_spec 64bit]} { puts "\nSolo5 requires a 64bit architecture\n" exit 0 } create_boot_directory import_from_depot \ [depot_user]/src/[base_src] \ [depot_user]/src/init \ append config { } install_config $config build { test/solo5 } build_boot_image { solo5.lib.so solo5-test_ssp } append qemu_args " -nographic " run_genode_until {Error: stack protector check failed} 20