摘要:
perl 提示: Can't locate List/BinarySearch.pm in @INC (you may need to install the List::BinarySearch module) 尝试解决: perl -MCPAN -e "install List::BinaryS 阅读全文
摘要:
UBOOT版本:2017.11 一、PHY 简介 Media Independent Interface ( MII ),介质独立接口,起初是定义 100M 以太网(Fast Ethernet)的 MAC 层与 PHY 芯片之间的传输标准。 MAC 与 PHY 之间的 MII 连接可以是可插拔的连接 阅读全文
摘要:
一、简介 1. 关于它的定义(From 官网): pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options 阅读全文
摘要:
ALL GDB commands: COMMANDDESCRIPTION help List gdb command categories help category List gdb commands of category help command Displays description of 阅读全文
摘要:
一、测试环境: 运行环境:server: arm64 linux-4.14(开发板) host: x86_64 ubuntu-20.04(主机) 工具版本:gdb-10.1 二、工具自我介绍: 看看官方怎么说, GDB, the GNU Project debugger, allows you to 阅读全文
摘要:
运行环境:ubuntu-20.04 工具版本:valgrind-3.16.1 1、工具自我介绍: Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tool 阅读全文