Hi All, I am new to Akaros and am trying to set up the environment on a second system, I am running into a problem that I don't think was present when I built Akaros on my old system.
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. I tried installing the library on my system (libelf-dev package) and rebuilding from scratch and that didn't work. When I use the -v option on the compiler I can see that it is looking in the following locations for the header. #include "..." search starts here: #include <...> search starts here: /home/zach/install/x86_64-ucb-akaros-gcc/lib/gcc/x86_64-ucb-akaros/4.9.2/include /home/zach/install/x86_64-ucb-akaros-gcc/lib/gcc/x86_64-ucb-akaros/4.9.2/include-fixed /home/zach/install/x86_64-ucb-akaros-gcc/lib/gcc/x86_64-ucb-akaros/4.9.2/../../../../x86_64-ucb-akaros/include /home/zach/install/x86_64-ucb-akaros-gcc//x86_64-ucb-akaros/sysroot/usr/include End of search list. I thought about moving a copy of my linux version of libelf-dev to one of those directories, but it looks like there are some platform dependent parts of this library. Has anyone run into this issue before? Is there a problem with my configuration? Zach -- 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.
