文章分类 - Embedded SW
摘要:crypt-1.18.2.zip ltm-1.2.0.zip tfm-0.13.1.zip 注意无论是使用TFM/ LTM 在libtomcrypto编译的时候就需要带上相应的参数: CFLAGS="-DUSE_LTM -DLTM_DESC" Examples You want to build t
阅读全文
摘要:源文件位置: newlib-2.0.0\newlib\libc\machine\xstormy16\tiny-malloc.c 下面花一张图来说明malloc 和 free的过程。 下图说明每一个block的结构:
阅读全文
摘要:1 mingw install 1.1 download from internet. 1.2 config windows environment. C_INCLUDE_PATH CPLUS_INCLUDE_PATH LIBRARY_PATH PATH 1.3 tes gcc -v 2 cd li
阅读全文
摘要:sudo apt-get install uuid-dev libc6:i386 libstdc++6:i386 libz1:i386
阅读全文
摘要:openssl genrsa -out pri.pem 2048. openssl rsa -inform PEM -in pri.pem -outform D -out pri.der openssl rsa -pubout -inform DER -in pri.der -outform D -
阅读全文
摘要:下载: https://github.com/libtom 编译: 1 make install DESTDIR=../install 解决办法:1 sudo apt-get install texmaker 2 vi makefile 文件开头添加: NODOCS=1 3 make again.
阅读全文
摘要:1 newlib download 1.1 ftp server: ftp://sourceware.org/pub/newlib/index.html 1.2 document: ftp://sourceware.org/pub/newlib/libc.pdf 1.3 toolchain: htt
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/windows/desktop/bb540806(v=vs.85).aspx Integer values are encoded into a TLV triplet that begins with a Tag v
阅读全文