07 2020 档案
Hi35XX关于设置时区的问题
摘要:最简单的方式 不用拷贝PC的时区文件(/usr/share/zoneinfo/PRC文件,复制到ARM开发板中的/etc/目录下,并改名为localtime)。 1./etc/profile中增减环境变量 TZ=CST-8 export TZ 2.重启后就能生效 阅读全文
posted @ 2020-07-02 15:30 kasader 阅读(181) 评论(0) 推荐(0)
安装 交叉编译工具连报错 /lib/ld-linux.so.2: bad ELF interpreter
摘要:是因为服务器系统为64位,但是交叉编译工具链是32位。 重装glibc yum install glibc.i686 遇到报错 There was a problem importing one of the Python modulesrequired to run yum. The error 阅读全文
posted @ 2020-07-01 18:48 kasader 阅读(422) 评论(0) 推荐(0)