/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [scripts/Makefile.host:116:scripts/dtc/dtc] 错误 1
make[1]: *** [scripts/Makefile.build:544:scripts/dtc] 错误 2
make: *** [Makefile:557:scripts] 错误 2
在使用make zImage -j4编译linux内核时出现了如上错误,应该怎么解决呢