Hi - On 2017-04-25 at 2:57 zhishuozheng wrote: > I tried to build cross compiler but it returns some error > +cc[vmm]... > fatal error: libelf.h: no such file or directory > .... > So that I install elfutils-libelf-devel. However, I have installed this > package and the same mistake is still there. I don't know how to solve it and > could anyone give me some idea to fix it?
It sounds like you are running "make tests", but first you need to run $ make apps-install https://github.com/brho/akaros/blob/master/GETTING_STARTED.md#33-userspace The complaint about libelf.h is for Akaros programs, so you need elfutils for Akaros - not your native Linux. "apps-install" will install our port of elfutils alongside the Akaros toolchain. 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.
