文章分类 -  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 阅读全文
posted @ 2020-11-07 20:52 JustRelax 阅读(88) 评论(0) 推荐(0)
摘要:源文件位置: newlib-2.0.0\newlib\libc\machine\xstormy16\tiny-malloc.c 下面花一张图来说明malloc 和 free的过程。 下图说明每一个block的结构: 阅读全文
posted @ 2017-05-23 22:13 JustRelax 阅读(562) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-03-09 23:29 JustRelax 阅读(289) 评论(0) 推荐(0)
摘要:sudo apt-get install uuid-dev libc6:i386 libstdc++6:i386 libz1:i386 阅读全文
posted @ 2016-10-26 20:34 JustRelax 阅读(613) 评论(0) 推荐(0)
摘要: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 - 阅读全文
posted @ 2016-10-19 21:34 JustRelax 阅读(192) 评论(0) 推荐(0)
摘要:下载: https://github.com/libtom 编译: 1 make install DESTDIR=../install 解决办法:1 sudo apt-get install texmaker 2 vi makefile 文件开头添加: NODOCS=1 3 make again. 阅读全文
posted @ 2016-10-12 22:53 JustRelax 阅读(996) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2016-10-06 22:11 JustRelax 阅读(1219) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2016-09-24 14:27 JustRelax 阅读(224) 评论(0) 推荐(0)