Hi all, I wanted to try out the sculpt scenario from https://github.com/nfeske/genode.git.
However, when I create the depot archive for stdcxx with
tool/depot/create genodelabs/bin/x86_64/stdcxx
CROSS_DEV_PREFIX=/usr/local/genode-gcc/bin/genode-x86-
I get the following error:
Library stdcxx-c++98 MERGE stdcxx-c++98.lib.a /usr/local/genode-gcc/bin/genode-x86-ar: basic_file_stdio.o: No such
file or directory
I already tried deleting the contrib directory and running prepare_port again, as well as starting from a clean directory. Furthermore, it is just a clean checkout of the repo.
Googling the error message did not give me any useful results.
Any ideas what I should do?
Hi Boris,
On 29.01.2018 09:49, Boris Mulder wrote:
However, when I create the depot archive for stdcxx with
tool/depot/create genodelabs/bin/x86_64/stdcxx
CROSS_DEV_PREFIX=/usr/local/genode-gcc/bin/genode-x86-
I get the following error:
 Library stdcxx-c++98    MERGE   stdcxx-c++98.lib.a /usr/local/genode-gcc/bin/genode-x86-ar: basic_file_stdio.o: No such
file or directory
this seems to be related to the following issue:
https://github.com/genodelabs/genode/issues/2649
Can you please give the referenced commits (both the original fix and the fixup by cproc) a try?
Cheers Norman