Hello,
On 25.12.2013 17:08, Lonnie Cumberland wrote:
Library seoul_libc_support MERGE seoul_libc_support.lib.a /usr/local/genode-gcc/bin/genode-x86-ar: gen/errno.o: No such file or directory make[3]: *** [seoul_libc_support.lib.a] Error 1 make[2]: *** [seoul_libc_support.lib] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/home/lonnie/genode/nova64'
it looks like that you forgot to prepare the 3rd-party libc sources.
You will also need to download the C runtime as needed by Seoul and the x86emu needed by the VESA graphics driver. This can be done by changing to the 'libports/' repository and issuing the following command:
make prepare PKG="x86emu libc"
Regards,
Alexander Boettcher.