2008-07-10 05:24:08 Compilation Error: multiple definition of `get_vco'
kevin zhou (CHINA)
Message: 58610
Hi, all:
Compiling under BF533,
Anyone can help me how can deal with this error message:
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `get_vco':
(.text+0x9648): multiple definition of `get_vco'
arch/blackfin/kernel/built-in.o:(.text+0x880): first defined here
/opt/bin/bfin-uclinux-ld.real: Warning: size of symbol `_get_vco' changed from 28 in arch/blackfin/kernel/built-in.o to 26 in drivers/built-in.o
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/HHBF561-R3/uClinux-dist/linux-2.6.x'
make: *** [linux] Error
What should I do, need modify the source code?
Thanks very much!
QuoteReplyEditDelete
2008-07-10 10:09:18 Re: Compilation Error: multiple definition of `get_vco'
Robin Getz (UNITED STATES)
Message: 58624
Kevin:
You found a bug. Someone will fix in a bit. You can follow the progress here:
-Robin
QuoteReplyEditDelete
2008-07-10 22:18:17 Re: Compilation Error: multiple definition of `get_vco'
kevin zhou (CHINA)
Message: 58648
Got it, Thanks very much!
QuoteReplyEditDelete
2008-07-10 23:14:52 Re: Compilation Error: multiple definition of `get_vco'
kevin zhou (CHINA)
Message: 58652
Another question, how to find the fixed files?
Which branch you put it in SVN?
Many many thanks!
QuoteReplyEditDelete
2008-07-11 11:09:12 Re: Compilation Error: multiple definition of `get_vco'
Robin Getz (UNITED STATES)
Message: 58691
Kevin:
The best way is to goto the bug link I posted in the previous message.
In the commits tab, it should list the files that were changed (but it doesn't)
So, I posted the link of the commit into the messages at the bottom.
-Robin