On 2017-02-23 at 14:44 Zach Zimmerman <[email protected]> wrote: > Am I doing any of these steps incorrectly?
That looks right. Which commit are you on? There might be an older commit that didn't make elfutils and perf in the right order. If you're running anything recent, we can try some other things: Can you post the output of make apps-install? It'll be a lot, but in there, we should see something for elfutils. You should have something like: /usr/bin/install -c -m 644 version.h '/home/brho/akaros/ros-gcc-glibc/install-x86_64-ros-gcc/x86_64-ucb-akaros/sysroot//usr/include/elfutils' Then we should see some stuff in there: $ ls -l /home/brho/akaros/ros-gcc-glibc/install-x86_64-ros-gcc/x86_64-ucb-akaros/sysroot//usr/include/elfutils total 160 -rw-r--r-- 1 brho eng 4249 Feb 23 17:51 elf-knowledge.h -rw-r--r-- 1 brho eng 33666 Feb 23 17:51 known-dwarf.h -rw-r--r-- 1 brho eng 7094 Feb 23 17:51 libasm.h -rw-r--r-- 1 brho eng 2811 Feb 23 17:51 libdwelf.h -rw-r--r-- 1 brho eng 38305 Feb 23 17:51 libdwfl.h -rw-r--r-- 1 brho eng 39922 Feb 23 17:51 libdw.h -rw-r--r-- 1 brho eng 18981 Feb 23 17:51 libebl.h -rw-r--r-- 1 brho eng 1274 Feb 23 17:51 version.h And importantly, we should see gelf.h in the sysroot's usr/include: $ find $AKAROS_XCC_ROOT -name gelf.h /home/brho/akaros/ros-gcc-glibc/install-x86_64-ros-gcc/x86_64-ucb-akaros/sysroot/usr/include/gelf.h 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.
