Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#564 - List of files neede to compile third party kernel modules with 2.6
Attached to Project:
Arch Linux
Opened by Jason Chu (jason) - Wednesday, 17 March 2004, 17:23 GMT
Last edited by Judd Vinet (judd) - Wednesday, 17 March 2004, 18:04 GMT
Opened by Jason Chu (jason) - Wednesday, 17 March 2004, 17:23 GMT
Last edited by Judd Vinet (judd) - Wednesday, 17 March 2004, 18:04 GMT
|
DetailsI have done the necessary research to figure out which files are needed to compile things like nvidia and vmware.
arch/i386/Makefile scripts/gcc-version.sh scripts/Makefile.build scripts/Makefile scripts/Makefile.lib scripts/fixdep.c scripts/split-include.c scripts/conmakehash.c scripts/docproc.c scripts/kallsyms.c scripts/file2alias.c scripts/mk_elfconfig.c scripts/empty.o scripts/modpost.h scripts/modpost.c scripts/sumversion.c scripts/pnmtologo.c scripts/bin2c.c scripts/kconfig/Makefile scripts/kconfig/conf.c scripts/kconfig/zconf.tab.h_shipped scripts/kconfig/lkc.h scripts/kconfig/lkc_proto.h scripts/kconfig/expr.h scripts/kconfig/mconf.c scripts/kconfig/zconf.tab.c_shipped scripts/kconfig/lex.zconf.c_shipped scripts/kconfig/confdata.c scripts/kconfig/expr.c scripts/kconfig/symbol.c scripts/kconfig/menu.c arch/i386/kernel/asm-offsets.s scripts/Makefile.modpost and all Kconfig* files. I used these scripts to get them: for i in `find . -name Kconfig* | sed 's#/Kconfig.*##'`; do mkdir -p /usr/src/linux-2.6.4/$i; done for i in `find . -name Kconfig*`; do cp $i /usr/src/linux-2.6.4/$i; done |
This task depends upon