Bug 997398 - unable to compile module
Summary: unable to compile module
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 19
Hardware: i686
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-15 12:09 UTC by Mike Heller
Modified: 2013-08-16 07:13 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-08-16 07:13:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mike Heller 2013-08-15 12:09:55 UTC
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:

Comment 1 Mike Heller 2013-08-16 07:13:11 UTC
I got it to work while downloading the source of the current kernel.

sorry about.


Note You need to log in before you can comment on or make changes to this bug.