摘要:https://blog.csdn.net/as4589sd/article/details/108834410
阅读全文
摘要:1. 主机: main.c 查看代码 #include <stdio.h> int main() { printf("hello world!!\r\n"); return 0; } 2. 执行静态编译 arm-linux-gnueabihf-gcc main.c -o hello --static
阅读全文
摘要:https://zhuanlan.zhihu.com/p/661388537
阅读全文
摘要:https://blog.csdn.net/zhangpf6699/article/details/134138777 https://www.jianshu.com/p/c7614a4ca954
阅读全文
摘要:S3C2440 移植最新5.2linux内核 https://www.cnblogs.com/kmist/p/11362849.html https://www.bilibili.com/read/cv36388268/ https://blog.csdn.net/u013171226/articl
阅读全文
摘要:https://docs.u-boot.org/en/latest/build/source.html https://docs.u-boot.org/en/latest/board/emulation/qemu-arm.html 解决办法:##命令 export CROSS_COMPILE=arm
阅读全文
摘要:下载得到文件__gnu_mcount_nc_patch.patch.gz后,使用命令:gzip -dc __gnu_mcount_nc_patch.patch.gz | patch -p1,再次编译,搞定 https://www.cnblogs.com/Mr-ox/p/6351830.html
阅读全文
摘要:https://cloud.tencent.com/developer/article/1826586
阅读全文
摘要:https://cloud.tencent.com/developer/article/1826581 make s3c2440_defconfig make zImage -j4 OBJCOPY arch/arm/boot/zImage Kernel: arch/arm/boot/zImage i
阅读全文
摘要:https://community.sslcode.com.cn/64426403ae650e245cfebd69.html?dp_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MzUwNDE5LCJleHAiOjE3MjUzNDU1NDEsI
阅读全文
摘要:C程序设计(基于Linux平台)(微课版) http://www.tup.tsinghua.edu.cn/booksCenter/book_10206901.html# 课件密码 9109 清华大学出版社官方网址:http://www.tup.tsinghua.edu.cn/index.html (
阅读全文
摘要:https://snapshots.linaro.org/gnu-toolchain/13.0-2022.11-1/arm-linux-gnueabihf/ https://blog.csdn.net/qq_34031123/article/details/102967618 https://rel
阅读全文
摘要:http://t.csdnimg.cn/d3JYI 概述 一、RGB_TTL 二、LVDS 三、MIPI(手机、平板等数码产品应用场合) 四、eDP接口(笔记本、工控机、工业平板等应用场合,用来取代LVDS接口) 五、应用
阅读全文
摘要:setmem 0x53000000,0x00000000,32 setmem 0x4a000008,0xffffffff,32 setmem 0x4a00001c,0x00007fff,32 setmem 0x48000000,0x2212d110,32 setmem 0x48000004,0x00
阅读全文
摘要:https://blog.51cto.com/u_12891/10384647
阅读全文
摘要:https://cloud.tencent.com/developer/article/1599571
阅读全文
摘要:https://blog.csdn.net/qq_53928256/article/details/129740442 https://www.cnblogs.com/nerohwang/p/3621316.html /usr/src/linux-headers-$(uname -r)/includ
阅读全文
摘要:https://sysin.org/blog/oracle-linux-8/
阅读全文
摘要:https://blog.csdn.net/weixin_44144762/article/details/127467173 http://t.csdnimg.cn/phVnA http://t.csdnimg.cn/e95fE https://notes.leconiot.com/vs_linu
阅读全文
摘要:clear: clear \r\n ctags: ctags -R . \r\n clang-format: clang-format -style=google -i %f \r\n make: make -j$(nproc) \r\n
阅读全文