随笔分类 - Linux 工具
Kconfig Makefile
摘要:gdb 调试任何程序都提示 “Program received signal SIGTRAP, Trace/breakpoint trap.” (gdb) handle SIGTRAP nostop pass SIGTRAP is used by the debugger.Are you sure
阅读全文
摘要:0 I'm following linux bootloading using u-boot (using SPL falcon mode where u-boot-spl launches linux directly) on a qemu virtual machine. Now the cod
阅读全文
摘要:一、Kconfig结构 Kconfig是各种配置界面的源文件,内核的配置工具读取各个Kconfig文件,生成配置界面供开发人员配置内核,最后生成配置文件.config Kconfig格式: menu "MenuName" comment "describe message" config Optio
阅读全文
摘要:U-Boot调试 1、struct global_data 1) 首先介绍 options 参数的用法,表 1 罗列了常用的几个 options 参数值。 set print address on set print array on set print pretty on set print ar
阅读全文
摘要:基本概念:ATPCS(ARM-Thumb Procedure Call Standard) 规定了一些子程序间调用的基本规则,这些规则包括子程序调用过程中寄存器的使用规则,数据栈的使用规则,参数的传递规则。有了这些规则之后,单独编译的C语言程序就可以和汇编程序互相调用。 使用ADS的C语言编译器编译
阅读全文
摘要:find 是 Linux 中强大的搜索命令,不仅可以按照文件名搜索文件,还可以按照权限、大小、时间、inode 号等来搜索文件。但是 find 命令是直接在硬盘中进行搜索的,如果指定的搜索范围过大,find命令就会消耗较大的系统资源,导致服务器压力过大。所以,在使用 find 命令搜索时,不要指定过
阅读全文

浙公网安备 33010602011771号