alsa 드라이버에서 make 명령을 하니 에러난무입니다. --;

ibluer의 이미지

안녕하세요. 심볼릭 링크는 간신히 해결했습니다.

그래서 alsa 드라이버의 ./configure 는 통과했습니다만 make 에서 또

걸리는군요. 사용 OS : 한컴 리눅스 3.0 입니다.

전혀 내용을 모르는데 에러가 많은 것 같아서 붙입니다. 죄송~ 해석불가라...

----------------------------------------------------------------------
make[1]: 들어감 `/usr/src/alsa-driver-1.0.7rc1/acore' 디렉토리
copying file alsa-kernel/core/sound.c
patching file sound.c
copying file alsa-kernel/core/rawmidi.c
patching file rawmidi.c
Hunk #1 succeeded at 1340 (offset 24 lines).
copying file alsa-kernel/core/timer.c
patching file timer.c
Hunk #1 succeeded at 996 (offset 27 lines).
Hunk #2 succeeded at 1782 (offset 49 lines).
Hunk #3 succeeded at 1788 (offset 7 lines).
copying file alsa-kernel/core/hwdep.c
patching file hwdep.c
Hunk #1 succeeded at 321 (offset 29 lines).
copying file alsa-kernel/core/memalloc.c
patching file memalloc.c
Hunk #2 succeeded at 95 (offset 3 lines).
Hunk #4 succeeded at 211 with fuzz 2 (offset 3 lines).
Hunk #5 succeeded at 722 (offset -181 lines).
gcc -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa-driver-1.0.7rc1/include -I/lib/modules/2.4.22-6/build/include -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc -iwithprefix include -DEXPORT_SYMTAB -c memalloc.c
In file included from /lib/modules/2.4.22-6/build/include/linux/module.h:20,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:51,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/modversions.h:1:2: #error Modules should never use kernel-headers system headers,
/lib/modules/2.4.22-6/build/include/linux/modversions.h:2:2: #error but rather headers from an appropriate kernel-source package.
/lib/modules/2.4.22-6/build/include/linux/modversions.h:3:2: #error Change -I/usr/src/linux/include (or similar) to
/lib/modules/2.4.22-6/build/include/linux/modversions.h:4:2: #error -I/lib/modules/$(uname -r)/build/include
/lib/modules/2.4.22-6/build/include/linux/modversions.h:5:2: #error to build against the currently-running kernel.
In file included from /lib/modules/2.4.22-6/build/include/linux/fs.h:23,
from /lib/modules/2.4.22-6/build/include/linux/capability.h:17,
from /lib/modules/2.4.22-6/build/include/linux/binfmts.h:5,
from /lib/modules/2.4.22-6/build/include/linux/sched.h:9,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:126,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/string.h:8:2: warning: #warning Using kernel header in userland!
In file included from /lib/modules/2.4.22-6/build/include/linux/sched.h:14,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:126,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/timex.h:173: field `time' has incomplete type
In file included from /lib/modules/2.4.22-6/build/include/linux/bitops.h:69,
from /lib/modules/2.4.22-6/build/include/asm/system.h:7,
from /lib/modules/2.4.22-6/build/include/linux/sched.h:16,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:126,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/asm/bitops.h:327:2: warning: #warning This includefile is not available on all architectures.
/lib/modules/2.4.22-6/build/include/asm/bitops.h:328:2: warning: #warning Using kernel headers in userspace: atomicity not guaranteed
In file included from /lib/modules/2.4.22-6/build/include/linux/signal.h:4,
from /lib/modules/2.4.22-6/build/include/linux/sched.h:25,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:126,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/asm/signal.h:107: syntax error before "sigset_t"
/lib/modules/2.4.22-6/build/include/asm/signal.h:107: warning: no semicolon at end of struct or union
/lib/modules/2.4.22-6/build/include/asm/signal.h:110: syntax error before '}' token
In file included from /lib/modules/2.4.22-6/build/include/linux/sched.h:81,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:126,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/timer.h:45: syntax error before "spinlock_t"
/lib/modules/2.4.22-6/build/include/linux/timer.h:45: warning: no semicolon at end of struct or union
/lib/modules/2.4.22-6/build/include/linux/timer.h:53: syntax error before '}' token
/lib/modules/2.4.22-6/build/include/linux/timer.h:53: warning: type defaults to `int' in declaration of `tvec_base_t'
/lib/modules/2.4.22-6/build/include/linux/timer.h:53: warning: data definition has no type or storage class
/lib/modules/2.4.22-6/build/include/linux/timer.h:67: syntax error before "tvec_base_t"
/lib/modules/2.4.22-6/build/include/linux/timer.h:67: warning: no semicolon at end of struct or union
/lib/modules/2.4.22-6/build/include/linux/timer.h:101: syntax error before "tvec_bases"
/lib/modules/2.4.22-6/build/include/linux/timer.h:101: warning: type defaults to `int' in declaration of `tvec_bases'
/lib/modules/2.4.22-6/build/include/linux/timer.h:101: warning: data definition has no type or storage class
/lib/modules/2.4.22-6/build/include/linux/timer.h: In function `init_timer':
/lib/modules/2.4.22-6/build/include/linux/timer.h:105: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/timer.h:105: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/timer.h:106: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/timer.h: In function `timer_pending':
/lib/modules/2.4.22-6/build/include/linux/timer.h:121: dereferencing pointer to incomplete type
In file included from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:132,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:50: warning: `struct file' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:50: warning: its scope is only this definition or declaration, which is probably not what you want
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:70: syntax error before "atomic_t"
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:70: warning: no semicolon at end of struct or union
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:73: syntax error before '}' token
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:199: warning: `struct tty_driver' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:200: warning: `struct tty_driver' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/proc_fs.h:203: syntax error before "void"
In file included from memalloc.inc:14,
from memalloc.c:1:
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h:133: warning: `struct inode' declared inside parameter list
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h: In function `PDE':
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h:135: dereferencing pointer to incomplete type
In file included from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:147,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/asm/io.h:4:2: warning: #warning <asm/io.h> is deprecated, use <sys/io.h> instead
In file included from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:222,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:44:25: asm/hardirq.h: 그런 파일이나 디렉토리가 없음
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:45:25: asm/softirq.h: 그런 파일이나 디렉토리가 없음
In file included from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:222,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:77: syntax error before '(' token
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:78: syntax error before '(' token
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:106: syntax error before "atomic_t"
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:106: warning: no semicolon at end of struct or union
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:109: syntax error before '}' token
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:127: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:127: requested alignment is not a constant
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:154: syntax error before '(' token
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `tasklet_schedule':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:158: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:159: warning: implicit declaration of function `__tasklet_schedule'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:162: syntax error before '(' token
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `tasklet_hi_schedule':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:166: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:167: warning: implicit declaration of function `__tasklet_hi_schedule'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `tasklet_disable_nosync':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:173: warning: implicit declaration of function `atomic_inc'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:173: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:174: warning: implicit declaration of function `smp_mb__after_atomic_inc'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `tasklet_disable':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:181: warning: implicit declaration of function `barrier'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `tasklet_enable':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:186: warning: implicit declaration of function `smp_mb__before_atomic_dec'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:187: warning: implicit declaration of function `atomic_dec'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:187: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `tasklet_hi_enable':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:193: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:224: syntax error before "global_bh_lock"
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:224: warning: type defaults to `int' in declaration of `global_bh_lock'
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:224: warning: data definition has no type or storage class
/lib/modules/2.4.22-6/build/include/linux/interrupt.h: In function `mark_bh':
/lib/modules/2.4.22-6/build/include/linux/interrupt.h:228: invalid use of undefined type `struct tasklet_struct'
In file included from memalloc.inc:14,
from memalloc.c:1:
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h: In function `synchronize_irq_wrapper':
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h:223: warning: implicit declaration of function `synchronize_irq'
In file included from /lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:6,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:257,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/locks.h:8:27: linux/pagemap.h: 그런 파일이나 디렉토리가 없음
In file included from /lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:6,
from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:257,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/locks.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/locks.h:15: warning: `struct buffer_head' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/locks.h:17: warning: `struct buffer_head' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/locks.h: In function `wait_on_buffer':
/lib/modules/2.4.22-6/build/include/linux/locks.h:19: `BH_Lock' undeclared (first use in this function)
/lib/modules/2.4.22-6/build/include/linux/locks.h:19: (Each undeclared identifier is reported only once
/lib/modules/2.4.22-6/build/include/linux/locks.h:19: for each function it appears in.)
/lib/modules/2.4.22-6/build/include/linux/locks.h:19: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/locks.h:19: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/locks.h:20: warning: passing arg 1 of `__wait_on_buffer' from incompatible pointer type
/lib/modules/2.4.22-6/build/include/linux/locks.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/locks.h:23: warning: `struct buffer_head' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/locks.h: In function `lock_buffer':
/lib/modules/2.4.22-6/build/include/linux/locks.h:25: `BH_Lock' undeclared (first use in this function)
/lib/modules/2.4.22-6/build/include/linux/locks.h:25: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/locks.h:26: warning: passing arg 1 of `__wait_on_buffer' from incompatible pointer type
/lib/modules/2.4.22-6/build/include/linux/locks.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/locks.h:29: warning: `struct buffer_head' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/locks.h:37: warning: `struct super_block' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/locks.h: In function `lock_super':
/lib/modules/2.4.22-6/build/include/linux/locks.h:39: warning: implicit declaration of function `down'
/lib/modules/2.4.22-6/build/include/linux/locks.h:39: dereferencing pointer to incomplete type
/lib/modules/2.4.22-6/build/include/linux/locks.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/locks.h:42: warning: `struct super_block' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/locks.h: In function `unlock_super':
/lib/modules/2.4.22-6/build/include/linux/locks.h:44: warning: implicit declaration of function `up'
/lib/modules/2.4.22-6/build/include/linux/locks.h:44: dereferencing pointer to incomplete type
In file included from /usr/src/alsa-driver-1.0.7rc1/include/adriver.h:257,
from memalloc.inc:14,
from memalloc.c:1:
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:183: warning: `struct inode' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h: In function `devfs_register_chrdev':
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:237: warning: implicit declaration of function `register_chrdev'
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h: At top level:
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:240: warning: `struct block_device_operations' declared inside parameter list
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h: In function `devfs_register_blkdev':
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:242: warning: implicit declaration of function `register_blkdev'
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h: In function `devfs_unregister_chrdev':
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:246: warning: implicit declaration of function `unregister_chrdev'
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h: In function `devfs_unregister_blkdev':
/lib/modules/2.4.22-6/build/include/linux/devfs_fs_kernel.h:250: warning: implicit declaration of function `unregister_blkdev'
In file included from memalloc.inc:14,
from memalloc.c:1:
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h: In function `module_put':
/usr/src/alsa-driver-1.0.7rc1/include/adriver.h:425: union has no member named `usecount'
memalloc.c: At top level:
memalloc.c:69: warning: type defaults to `int' in declaration of `DECLARE_MUTEX'
memalloc.c:69: warning: parameter names (without types) in function declaration
memalloc.c: In function `snd_dma_hack_alloc_coherent':
memalloc.c:182: warning: implicit declaration of function `pci_alloc_consistent'
memalloc.c:182: warning: return makes pointer from integer without a cast
memalloc.c:183: dereferencing pointer to incomplete type
memalloc.c:185: dereferencing pointer to incomplete type
memalloc.c:187: warning: assignment makes pointer from integer without a cast
memalloc.c:188: dereferencing pointer to incomplete type
memalloc.c:194: warning: implicit declaration of function `pci_free_consistent'
memalloc.c:195: warning: assignment makes pointer from integer without a cast
memalloc.c:201: `GFP_KERNEL' undeclared (first use in this function)
memalloc.c:202: `GFP_ATOMIC' undeclared (first use in this function)
memalloc.c:203: warning: assignment makes pointer from integer without a cast
memalloc.c: In function `mark_pages':
memalloc.c:241: invalid use of undefined type `struct page'
memalloc.c:243: warning: implicit declaration of function `SetPageReserved'
memalloc.c:243: increment of pointer to unknown structure
memalloc.c:243: arithmetic on pointer to an incomplete type
memalloc.c: In function `unmark_pages':
memalloc.c:248: invalid use of undefined type `struct page'
memalloc.c:250: warning: implicit declaration of function `ClearPageReserved'
memalloc.c:250: increment of pointer to unknown structure
memalloc.c:250: arithmetic on pointer to an incomplete type
memalloc.c: In function `snd_malloc_pages':
memalloc.c:269: warning: implicit declaration of function `get_order'
memalloc.c:270: warning: implicit declaration of function `__get_free_pages'
memalloc.c:271: `mem_map' undeclared (first use in this function)
memalloc.c:271: warning: implicit declaration of function `MAP_NR'
memalloc.c: In function `snd_free_pages':
memalloc.c:292: `mem_map' undeclared (first use in this function)
memalloc.c:293: warning: implicit declaration of function `free_pages'
memalloc.c: In function `snd_malloc_dev_pages':
memalloc.c:313: `GFP_KERNEL' undeclared (first use in this function)
memalloc.c:318: `mem_map' undeclared (first use in this function)
memalloc.c: In function `snd_free_dev_pages':
memalloc.c:337: `mem_map' undeclared (first use in this function)
memalloc.c: In function `snd_dma_alloc_pages':
memalloc.c:421: warning: implicit declaration of function `printk'
memalloc.c:421: `KERN_ERR' undeclared (first use in this function)
memalloc.c:421: syntax error before string constant
memalloc.c: In function `snd_dma_free_pages':
memalloc.c:492: `KERN_ERR' undeclared (first use in this function)
memalloc.c:492: syntax error before string constant
memalloc.c: In function `snd_dma_get_reserved_buf':
memalloc.c:514: `list_mutex' undeclared (first use in this function)
memalloc.c:521: warning: implicit declaration of function `kfree'
memalloc.c: In function `snd_dma_reserve_buf':
memalloc.c:544: warning: implicit declaration of function `kmalloc'
memalloc.c:544: `GFP_KERNEL' undeclared (first use in this function)
memalloc.c:544: warning: assignment makes pointer from integer without a cast
memalloc.c:547: `list_mutex' undeclared (first use in this function)
memalloc.c: In function `free_all_reserved_pages':
memalloc.c:563: `list_mutex' undeclared (first use in this function)
memalloc.c: In function `snd_mem_exit':
memalloc.c:708: `KERN_ERR' undeclared (first use in this function)
memalloc.c:708: syntax error before string constant
memalloc.c:708: warning: left-hand operand of comma expression has no effect
memalloc.c:708: syntax error before ')' token
memalloc.c: At top level:
memalloc.c:719: syntax error before "config_must_be_included_before_module"
memalloc.c:719: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:719: warning: data definition has no type or storage class
memalloc.c:720: syntax error before "config_must_be_included_before_module"
memalloc.c:720: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:720: warning: data definition has no type or storage class
memalloc.c:721: syntax error before "config_must_be_included_before_module"
memalloc.c:721: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:721: warning: data definition has no type or storage class
memalloc.c:723: syntax error before "config_must_be_included_before_module"
memalloc.c:723: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:723: warning: data definition has no type or storage class
memalloc.c:724: syntax error before "config_must_be_included_before_module"
memalloc.c:724: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:724: warning: data definition has no type or storage class
memalloc.c:726: syntax error before "config_must_be_included_before_module"
memalloc.c:726: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:726: warning: data definition has no type or storage class
memalloc.c:727: syntax error before "config_must_be_included_before_module"
memalloc.c:727: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.c:727: warning: data definition has no type or storage class
In file included from memalloc.c:729:
memalloc.inc1:31: syntax error before "config_must_be_included_before_module"
memalloc.inc1:31: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.inc1:31: warning: data definition has no type or storage class
memalloc.inc1:34: syntax error before "config_must_be_included_before_module"
memalloc.inc1:34: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.inc1:34: warning: data definition has no type or storage class
memalloc.inc1:35: syntax error before "config_must_be_included_before_module"
memalloc.inc1:35: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.inc1:35: warning: data definition has no type or storage class
memalloc.inc1:39: syntax error before "config_must_be_included_before_module"
memalloc.inc1:39: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
memalloc.inc1:39: warning: data definition has no type or storage class
memalloc.c:69: warning: `DECLARE_MUTEX' declared `static' but never defined
make[1]: *** [memalloc.o] 오류 1
make[1]: 나감 `/usr/src/alsa-driver-1.0.7rc1/acore' 디렉토
make: *** [compile] 오류 1
[root@localhost alsa-driver-1.0.7rc1]#

----------------------------------------------------------------------

문제가 있는 것 같은데 해결방법을 전혀 모르겠습니다.

질문만 해서 정말 죄송합니다. 꾸벅...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.