Wang shaodong's Blog
about build tool/system
Back to Home
about build tool/system
Created
2021-09-05
|
Updated
2021-09-05
|
Post Views:
了解过的构建工具
Make Cmake
Gradle Ant
Ninjia GN
Author:
wang shaodong
Link:
http://linuxmint17.github.io/2021/09/05/about-build-tools/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
tools
Previous
about-program-languages
编程语言分类标准很多,语言也有很多,每一种流传的语言的创建大多都有一些哲学思辨面向过程, 面向对象编译型,解释型函数式C, C++/Java/.NETPython/Java/C++/LispHaskell
Next
about embed software
busybox Swiss Knife for embed, include a lot of linux cmd (include, vi ,sed, awk, etc) mbedtls The Mbed TLS library is designed to integrate with existing (embedded) applications and to provide the building blocks for secure communication, cryptography and key management learn it @ https://tls.mbed.org/kb/how-to/mbedtls-tutorial 主要用于arm, is for substituting openssl dropbear is a ssh server for embed use musl libc light weight libc for embed environment uCore libc light weight l...
Related Articles
2021-09-16
Linux cmd (II)
linux cmd 112345# 创建 512M的空文件dd if=/dev/zero of=./output.bin bs=1M count=512# 创建 2M 的全为0xff的文件# 命令, 用到了管道, 重定向操作,tr 命令用的比较少,这里用上了tr "\000" "\377" < /dev/zero | dd of=./output.bin bs=1024 count=2048 mtd(闪存类) 设备可以当作字符也可以当作块设备来操作根据dev下的设备名/dev/mtd0 是字符设备 /dev/mtdblock0 块设备可以直接cat /dev/mtd0> mtd0.bin读出,使 echo mtd0.bin >/dev/mtd0 写入查看16进制1xxd output.bin |less
wang shaodong
Articles
83
Tags
15
Categories
0
Follow Me
Announcement
This is my Blog
Contents
1.
了解过的构建工具
2.
Make Cmake
3.
Gradle Ant
4.
Ninjia GN
5.
Recent Posts
Contact ways
2026-06-13
Hexo Quick Manual
2023-01-24
kernel structs pos
2022-03-23
busybox SUID support
2022-03-23
kernel image formats
2022-03-23