All pastes #2091763 Raw Edit

Stuff

public text v1 · immutable
#2091763 ·published 2011-10-20 12:35 UTC
rendered paste body
jonah@Jonah-T5:~/Desktop/7612_Linux_ Driver$ make V=1
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
test -e include/generated/autoconf.h -a -e include/config/auto.conf || (                \
        echo;                                                           \
        echo "  ERROR: Kernel configuration is invalid.";               \
        echo "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";  \
        echo;                                                           \
        /bin/false)
make[1]: *** No rule to make target `Driver/HAL/rtl8192'.  Stop.
make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-12-generic'
make: *** [all] Error 2