我用tornado编译时遇到如下错误,请问怎么解决:
sysTffs.o(.data+0x0): multiple definition of `mtdTable'
bootConfig.o(.data+0x260): first defined here
sysTffs.o(.data+0x4): multiple definition of `noOfMTDs'
bootConfig.o(.data+0x264): first defined here
sysTffs.o(.data+0x8): multiple definition of `tlTable'
bootConfig.o(.data+0x268): first defined here
sysTffs.o(.data+0x10): multiple definition of `noOfTLs'
bootConfig.o(.data+0x270): first defined here
sysTffs. In function `flRegisterComponents':
sysTffs.o(.text+0x4): multiple definition of `flRegisterComponents'
bootConfig.o(.text+0x19c8): first defined here
sysTffs. In function `flFitInSocketWindow':
sysTffs.o(.text+0x298): multiple definition of `flFitInSocketWindow'
bootConfig.o(.text+0x1b04): first defined here
sysTffs. In function `flDelayLoop':
sysTffs.o(.text+0x2c8): multiple definition of `flDelayLoop'
bootConfig.o(.text+0x1b34): first defined here
make.exe: *** [bootrom_uncmp] Error 0x1
谢谢!!!