Rebuild glibc. A full make xcc-upgrade-from-scratch should work. Signed-off-by: Barret Rhoden <[email protected]> ---
This fixed the problem for me. .../gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c index b84efa7aea3d..cda7c50ed6f8 100644 --- a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c +++ b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c @@ -4,6 +4,8 @@ */ #include <libc-symbols.h> +#include <ros/common.h> +#include <ros/trapframe.h> #include <parlib/stdio.h> #include <parlib/assert.h> #include <stdbool.h> -- 2.6.0.rc2.230.g3dd15c0 -- 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.
