On 2015-11-10 at 12:22 "'Davide Libenzi' via Akaros" <[email protected]> wrote: > Did the commit apply correctly? > Yes, the #error is still there, but the ones including it, are > correctly defining what that file wants.
looks like it still doesn't work for me. for example: $ cd tools/compilers/gcc-glibc/ $ make x86_64 (eventual errors like this): /home/brho/akaros/ros-gcc-glibc/install-x86_64-ros-gcc/x86_64-ucb-akaros/sysroot/usr/include/ros/arch/syscall64.h:4:2: error: #error "Do not include include ros/arch/syscall64.h directly" #error "Do not include include ros/arch/syscall64.h directly" looking at kern/arch/x86/ros/syscall64.h: #ifndef ROS_INC_ARCH_SYSCALL_H #error "Do not include include ros/arch/syscall64.h directly" #endif then looking for a #define of INC_ARCH_SYSCALL_H: $ git grep ROS_INC_ARCH_SYSCALL_H kern/arch/x86/ros/syscall64.h:#ifndef ROS_INC_ARCH_SYSCALL_H that appears in just one location, and is never #defined. maybe just that one is busted? 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.
