mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
7113c17100
* fix build error for bbl upon intial build * set memory to 128 MB in spike * support 'forever' timeout issue #2423
7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
proc run_image {elf_img} {
|
|
puts "using '$elf_img' as bbl image"
|
|
|
|
exec rm -f bbl/image.o
|
|
exec -ignorestderr make IMAGE_ELF=[pwd]/$elf_img bbl
|
|
}
|