Yeah, sorry, I realize now that my question was under-specified. I am running Ubuntu 16.04 LTS. My AKAROS_ROOT is set as: /home/zach/Akaros/akaros (the git repo) My AKAROS_XCC_ROOT is: /home/zach/install (where the compiler is)
I ran the following commands: make ARCH=x86 defconfig make x86_64 (in /tools/compilers/gcc-glibc/, which places the compiler in /home/zach/install) make (in akaros root, building the kernel) make apps-install (This breaks when trying to build perf for the reason listed above, missing gelf.h. If I comment out building perf in the makefile, this finishes completely) make tests (this breaks when trying to build the dune tests). I have verified that the environment variables are set correctly and did a full clean and rebuild and I get the same issue (though I have not tried reverting back to the original repo state or re-cloning yet). Am I doing any of these steps incorrectly? Zach On Thursday, February 23, 2017 at 1:26:06 PM UTC-8, Barret Rhoden wrote: > > On 2017-02-23 at 13:07 Zach Zimmerman <[email protected] <javascript:>> > wrote: > > I have also tried running make xcc-install-headers, which did not fix > the > > problem. > > The main thing to try is make apps-install. > -- 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.
