Hi Zach - On 2017-02-23 at 12:53 Zach Zimmerman <[email protected]> wrote: > I can build the cross compiler and kernel fine, but when I try to make the > user apps/tests/fill-kfs I run into a missing library. It initially comes > up as a missing header <gelf.h> for building perf, but it is used lots of > other places after that as well.
Some applications, such as tests/vmm/vmrunkernel.c and perf need libelf, from elfutils. We have a port of that library to Akaros. To build it, the easiest thing is to: $ make apps-install from your $AKAROS_ROOT directory (the git repo). That will also build perf, which is now at tools/dev-util/perf (It used to be somewhere else). It will also rebuild bash, busybox, and a couple other things. This is a relatively recent change, and was probably not something you had to do the last time you built the system. Barret -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
