Hello Paul, On Sun, May 10, 2020 at 14:47:57 CEST, Paul Dufresne via users wrote: > Hi! I am coming back to Genode after a few year of absence.
I'm pleased to welcome you back :-) > [paul@localhost x86_64]$ make run/demo KERNEL=linux BOARD=linux [...] > But when I do the given I command I get: > > Program lib/initramfs/lx_init > BUILD initramfs > /usr/bin/ld: cannot find -lc > collect2: error: ld returned 1 exit status This error stems from your host systems GCC installation and tells us that it is not possible to link a simple static C program. May it be you missed to install the Fedora equivalent of Ubuntu libc6-dev? You need a file named libc.a in your library path. Greets -- Christian Helmuth Genode Labs https://www.genode-labs.com/ · https://genode.org/ https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
