Description of problem: I'm trying to compile the kernel module for "CP210x USB to UART Bridge VCP Drivers" from silabs because there is a missing device without success. Version-Release number of selected component (if applicable): 3.10.5-201.fc19.i686.PAE How reproducible: try to compile the module with make Steps to Reproduce: 1. download the software from silabs 2. try to compile the module with make 3. Actual results: make -C /lib/modules/3.10.5-201.fc19.i686.PAE/build M= modules make[1]: Entering directory `/usr/src/kernels/3.10.5-201.fc19.i686.PAE' make[2]: *** Keine Regel vorhanden, um das Target »/usr/src/kernels/3.10.5-201.fc19.i686.PAE/arch/x86/syscalls/syscall_32.tbl«, benötigt von »arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h«, zu erstellen. Schluss. make[1]: *** [archheaders] Fehler 2 make[1]: Leaving directory `/usr/src/kernels/3.10.5-201.fc19.i686.PAE' make: *** [all] Fehler 2 Expected results: the compiled module Additional info:
I got it to work while downloading the source of the current kernel. sorry about.