디버깅/리눅스

make[2]: *** [drivers/eisa/eisa-bus.o] Error 1 해결책

pmj0403 2009. 10. 16. 02:14
반응형
make[2]: *** [drivers/eisa/eisa-bus.o] Error 1



you can just edit the Makefile(s) to use -Wall instead of -Werror .
Or change .config to omit these (few) drivers.

반응형