摘要: 1、 在终端中输出短命令虽然看起来很清爽,但是不利于分析 uboot 的编译过程。可以通过设 置变量“V=1“来实现完整的命令输出, 73 ifeq ("$(origin V)", "command line") 74 KBUILD_VERBOSE = $(V) 75 endif 76 ifndef 阅读全文
posted @ 2022-07-14 15:12 cnchengv 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42109053/article/details/123687796 及mk编写 led.bin:led.s arm-linux-gnueabihf-gcc -g -c led.s -o led.o arm-linux-gnueabihf-l 阅读全文
posted @ 2022-07-14 09:18 cnchengv 阅读(63) 评论(0) 推荐(0) 编辑