linux - bunnyamin/bunnix GitHub Wiki
Distribution
Information
Command |
Example |
Comment |
uname -r |
uname -r -> Linux HOSTNAME 4.17.4-1-ARCH #1 SMP PREEMPT Tue Jul 3 15:45:09 UTC 2018 x86_64 GNU/Linux |
|
Compile
linux/6.1/src/kernel/configs/
Modules
System configuration variable
5.5
Error
/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x20): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
Edit ./scripts/dtc/dtc-lexer-lex.c
-YYLTYPE yylloc;
+extern YYLTYPE yylloc;