cd /kernel/
vim timeconst.pl
把373行中的if (!defined(@val)) {
改为if (!@val) {
转载于:https://www.cnblogs.com/zhaocundang/p/8438010.html