diff --git a/repos/mml/run/hello_mxtask.run b/repos/mml/run/hello_mxtask.run index 49cb88c21a..4f4469638d 100644 --- a/repos/mml/run/hello_mxtask.run +++ b/repos/mml/run/hello_mxtask.run @@ -1,9 +1,12 @@ set build_components { core init timer app/hello_mxtask + drivers/uart + app/gdb_monitor } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components +lappend build_components "lib/gdbserver_platform-$::env(KERNEL)" build $build_components create_boot_directory @@ -38,23 +41,35 @@ set config { append_platform_drv_config append config { - + + 2022-07-20 14:30 + + + + + + + } install_config $config +proc binary_name_gdbserver_platform_lib_so { } { + set boot_modules { + pc_uart_drv + gdb_monitor gdbserver_platform.lib.so core init timer vfs.lib.so ld.lib.so libm.lib.so libc.lib.so stdcxx.lib.so hello_mxtask }