Dear Stefan,
Dear Mohammad,
thank you for your kind support. Stefan pointed me into the right direction. I was missing, that I had to uncomment two directories in the build.conf and that I needed to make the run/demo target. The result was an elf file. I assume that this needs to be loaded by the Raspberry bootloader. I will give it a try as soon as I get some spare time on my hands, maybe next weekend. However, I don't expect any troubles here.
The other matter appears a little tricker, though.
I am using a 64-bit SDL-1.2 (the build manual didn't specify, whether to use SDL-1.2 or SDL-2.0, but I guessed from the sources that it must be 1.2):
florian@...169.....465...:~/genode/build/linux_x86$ file /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.4
/usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.4: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb5912d243b188e293346fd4ce1e09d5ed2d1fe2, stripped
My libalsa is also 64 bits:
florian@...465...:~/genode/build/linux_x86$ file /usr/lib/x86_64-linux-gnu/ao/plugins-4/libalsa.so
/usr/lib/x86_64-linux-gnu/ao/plugins-4/libalsa.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5f11394919125b4879e2b15cc6d32a2c4b2976b1, stripped
I am running Ubuntu 16.10 64 bits in a Virtual Box on a Windows 10 host:
florian@...465...:~/genode/build/linux_x86$ uname -a
Linux Linde 4.8.0-30-generic #32-Ubuntu SMP Fri Dec 2 03:43:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
However, there is no specs.conf file in my build directory:
florian@...465...:~/genode/build/linux_x86$ ls -R -a
.:
. .. etc Makefile
./etc:
. .. build.conf
Do I need to create one?
Regards, Florian.