kernel 빌드 에러 Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
Linux/Linux Kernel :
2017. 12. 12. 09:54
반응형
# vi kernel/timeconst.pl
Can't use 'defined(@array)' (Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373. ?) at kernel/timeconst.pl line 373.
line 373
if (!defined(@val)) { - if (!@val) {
if (!defined(@val)) {
→ if (!@val) {
반응형
'Linux > Linux Kernel' 카테고리의 다른 글
리눅스 커널의 연결리스트 정리 (0) | 2018.02.06 |
---|---|
boot param의 해석 - __early_param, __sertup mecro 분석 (0) | 2017.09.12 |
kthread, call_usermodehelper (0) | 2017.08.31 |