Summary: | alsa-driver-1.0.8_rc2 won't compile with gcc 3.4.3 pci/echoaudio/echoaudio.h:424: sorry, unimplemented: | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ruben Garcia <ruben> |
Component: | [OLD] GCC Porting | Assignee: | Please assign to toolchain <gcc-porting> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emilbeinroth |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | replace inlined free_firmware by a macro |
Description
Ruben Garcia
2005-01-13 10:29:20 UTC
Created attachment 48421 [details, diff]
replace inlined free_firmware by a macro
The inlined function free_firmware is using a function from the kernel-source
..
looks like this isn't possible with the new gcc.
Since free_firmware is just 2 lines long it should be easily replaced by a
macro.
IIRC 'static inline' functions are invalid (and always have been?) Newest alsa-driver in ~x86, 1.0.9_rc3, works with GCC 3.4. |