12 2021 档案

Ubuntu linux 配置NAT 使 ip固定
摘要:1. 添加两个网卡, 一个 eth0 桥接, dhcp 模式; 一个eth1 Nat模式, static静态模式; 2. 配置虚拟网络编辑器 vmnet8 的ip 3. 配置虚拟机 /etc/network/interfaces, 以网段192.168.1.141为例 # interfaces(5) 阅读全文

posted @ 2021-12-22 10:41 Meer6767 阅读(210) 评论(0) 推荐(0)

开源库编译, 例如valgrind
摘要:#VALGRIND 死机分析编译#下载https://valgrind.org/downloads/current.htmlexport PATH="/opt/ali-linux/mips-mti-linux-gnu-2017.10-05/usr/bin:$PATH"./configure --ho 阅读全文

posted @ 2021-12-13 17:19 Meer6767 阅读(101) 评论(0) 推荐(0)

QT ARM 移植
摘要:1. 安装触摸屏支持库(根据需要,如果需要的话) tar -xvf tslib1.4.gz cd tslib ./autogen.sh //生成configure 文件 echo ac_cv_func_malloc_0_nonnull=yes>arm-linux.cache //指定缓冲配置的文件 阅读全文

posted @ 2021-12-12 21:15 Meer6767 阅读(284) 评论(0) 推荐(0)

QT5 编译选项
摘要:./configure 配置编译通过../qt-everywhere-src-5.15.0/configure -prefix /usr/local/Qt-mips-5.15.0 -opensource -confirm-license -shared -xplatform mips-mti-lin 阅读全文

posted @ 2021-12-10 14:52 Meer6767 阅读(1417) 评论(0) 推荐(0)

Ubuntu Linux安装QT5之旅
摘要:1. QT 版本选择 如何选择QT版本,参考如下介绍 https://www.cnblogs.com/chinasoft/p/15226293.html 2. 在此以5.15.0解说 下载QT 版本qt-everywhere-src-5.15.0.tar.xz https://mirrors.tun 阅读全文

posted @ 2021-12-08 20:11 Meer6767 阅读(902) 评论(0) 推荐(0)

Ubuntu 14.04 升级到 Ubuntu16.04
摘要:Ubuntu 14.04 升级到 Ubuntu16.04 1). 更改source.list 源 (24条消息) Ubuntu16.04 source.list更改源_dylan的博客-CSDN博客_sourcelist更改源地址 2). 升级命令 (24条消息) 利用命令行使ubuntu16升级到 阅读全文

posted @ 2021-12-07 13:32 Meer6767 阅读(114) 评论(0) 推荐(0)