Hi,
i use Genode 15.05 with the corresponding toolchain. Now, i have a problem with the uboot creation script.
For example, when i build the hello-tutorial for hw_pbxa9 platform (in a fresh build directory), i get this error:
make[1]: Verzeichnis »/home/mark/genode_git/build/hw_pbxa9« wird verlassen child process exited abnormally while executing "exec [cross_dev_prefix]readelf -h $elf_img | grep "Entry point address: " | sed -e "s/.*Entry point address: *//"" (procedure "run_image" line 3) invoked from within "run_image $elf_img" (procedure "run_boot_dir" line 119) invoked from within "run_boot_dir $binaries" (procedure "build_boot_image" line 2) invoked from within "build_boot_image { core init hello_client hello_server timer }" (file "/home/mark/genode_git/repos/hello_tutorial/run/hello.run" line 44) invoked from within "source $include_name" ("foreach" body line 6) invoked from within "foreach include_name [get_cmd_arg --include ""] { # first check if the include name is absolute if {[string first "/" $include_name] == 0} { puts ..." (file "/home/mark/genode_git/tool/run/run" line 636) make: *** [run/hello] Fehler 1
Without run option "include image/uboot" the build finished cleanly and image.elf was created correctly.
Regards Mark