mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
4672fdb9f0
commit
dca144f2ee
@ -31,6 +31,9 @@ set build_components {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lappend build_components "lib/gdbserver_platform-$::env(KERNEL)"
|
lappend build_components "lib/gdbserver_platform-$::env(KERNEL)"
|
||||||
|
lappend_if [have_spec nova] build_components lib/ld/nova
|
||||||
|
lappend_if [have_spec foc] build_components lib/ld/foc
|
||||||
|
lappend build_components noux-pkg/[noux_gdb_pkg_name]
|
||||||
|
|
||||||
# the application to be debugged with GDB
|
# the application to be debugged with GDB
|
||||||
lappend build_components test/gdb_monitor
|
lappend build_components test/gdb_monitor
|
||||||
@ -58,8 +61,6 @@ lappend gdb_target_binaries ${gdb_target_binary_name}
|
|||||||
|
|
||||||
create_binary_and_source_tars ${gdb_target_binary_name} ${gdb_target_binaries}
|
create_binary_and_source_tars ${gdb_target_binary_name} ${gdb_target_binaries}
|
||||||
|
|
||||||
create_boot_directory
|
|
||||||
|
|
||||||
append config {
|
append config {
|
||||||
<config verbose="yes">
|
<config verbose="yes">
|
||||||
<parent-provides>
|
<parent-provides>
|
||||||
|
Loading…
Reference in New Issue
Block a user