forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
I'm building the lkl tools on Ubuntu 15, and I'm getting this error when I use the command
make -C tools/lkl
In file included from include/lkl_host.h:8:0,
from lib/posix-host.c:17:
include/lkl/asm/host_ops.h:5:1: error: two or more data types in declaration specifiers
struct lkl_mutex;
^
include/lkl/asm/host_ops.h:5:8: warning: useless type name in empty declaration [enabled by default]
struct lkl_mutex;
^
include/lkl/asm/host_ops.h:5:8: error: ‘inline’ in empty declaration
Regards,
Metadata
Metadata
Assignees
Labels
No labels