由 sampo » 週三 5月 14, 2003 6:12 pm
非常感謝各位大大寶貴的意見,我將錯誤的訊息給原廠的技術支援人員它們的回覆如下:
Hello,
Thank you for contacting us!
Your error information is as following £º
../hpt302.o: unresolved symbol printk_Rsmp_1b7d4074
You may use the command "cat /proc/ksyms | grep printk" in your OS to check whether your currently using "printk" is matched with "printk_Rsmp_1b7d4074" which you need compile or not.
If it is not matched, please re-compile. Please confirm whether the "define" in the "/boot/kernel.h" is consistent with currently OS's option before you compile.
The called program(for example:printk) of the correctly *.o file should be consistent with the currently OS using "printk" version .
Regards,
HighPoint Technologies, Inc
我的英文程度不太好,先就我所知的做了以下動作:
root:/home/sbc# cat /proc/ksyms | grep printk
c0114960 printk_R1b7d4074
所以後面 printk_R1b7d4074 這和錯誤訊息不同對不?那我是要重新compile kernel 嗎?