Dies schrieb Florian Fainelli (flor...@openwrt.org):

> I/home/florian/dev/openwrt/trunk/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/include
>     -c -o trigger.o trigger.c
> make[3]: *** No rule to make target `evtable_EV.h', needed by `eventnames.o'. 
>  Stop.

I think the Makefile fails to locate <linux/input.h>; to do this, the following
command is run:

echo '\#include <linux/input.h>' | $(CC) $(CPPFLAGS) - M -E - | awk 'NR==1 
{print $$2}

Any idea why this might not yield the full path to the included file when run 
from the openwrt
build system?
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to