[질문]페도라 7에서 커널 컴파일 오류 메시지 입니다.. 해석 부탁드립니다..
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
CC [M] drivers/cpufreq/cpufreq_stats.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from include/linux/device.h:21,
from include/linux/cpufreq.h:21,
from drivers/cpufreq/cpufreq_stats.c:18:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
CC [M] drivers/cpufreq/cpufreq_powersave.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from drivers/cpufreq/cpufreq_powersave.c:15:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
CC [M] drivers/cpufreq/cpufreq_ondemand.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from drivers/cpufreq/cpufreq_ondemand.c:15:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
CC [M] drivers/crypto/padlock-generic.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from drivers/crypto/padlock-generic.c:15:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
CC [M] drivers/crypto/padlock-aes.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from drivers/crypto/padlock-aes.c:47:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
LD [M] drivers/crypto/padlock.o
CC [M] drivers/firmware/edd.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from drivers/firmware/edd.c:33:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
CC [M] drivers/i2c/i2c-core.o
In file included from include/asm/mpspec.h:6,
from include/asm/smp.h:19,
from include/linux/smp.h:20,
from include/linux/sched.h:26,
from include/linux/module.h:11,
from drivers/i2c/i2c-core.c:26:
include/asm/mpspec_def.h:78: warning: ‘packed’ attribute ignored for field of type ‘unsigned char[6]’
In file included from drivers/i2c/i2c-core.c:30:
include/linux/i2c.h:58: error: array type has incomplete element type
include/linux/i2c.h:197: error: array type has incomplete element type
drivers/i2c/i2c-core.c: In function ‘i2c_transfer’:
drivers/i2c/i2c-core.c:594: error: type of formal parameter 2 is incomplete
drivers/i2c/i2c-core.c: In function ‘i2c_master_send’:
drivers/i2c/i2c-core.c:620: error: type of formal parameter 2 is incomplete
drivers/i2c/i2c-core.c: In function ‘i2c_master_recv’:
drivers/i2c/i2c-core.c:649: error: type of formal parameter 2 is incomplete
make[2]: *** [drivers/i2c/i2c-core.o] 오류 1
make[1]: *** [drivers/i2c] 오류 2
make: *** [drivers] 오류 2
make modules 했을 때 발생된 오류구요..
오류 메시지 만으로는 무엇 때문에 발생되는지 모르겠고..
구글도 한참을 뒤져봤지만 허탕이었습니다..
댓글 달기