- 博客(7)
- 资源 (2)
- 收藏
- 关注
转载 如何将任意文件编译为.o文件?
参考网友=在许多嵌入式开发的系统中,由于没有文件系统,所以对于文件的处理不太方便。如果是一个很小的文件,可以做成数组形式。可如果文件稍大该如何处理呢?有没有一种更好的办法?呵呵,办法当然是有的。假定我们有一个文本文件(一般需要嵌入的都是图片文件或者bin文件,此处只是为了方便演示)data,需要把这个文件做成.o文件,并编译到最终程序中。首先执行objcopy命令:objcopy -I binary -O pe-i386 -B i386 data data.o 由于本人是在Cygwin下测试,所以-O
2021-11-30 17:07:08
1652
转载 2021-09-29
通俗易懂 加密、数字签名和数字证书https://www.cnblogs.com/yahoo17/p/13821127.html
2021-09-29 17:41:44
95
原创 How to set the color scheme for VIM
As we know, Setting a comfortable color scheme for VIM is very important for protecting programmers’ eyes and helping us read the code quickly. However, we usually found it isn’t easy to set a success...
2019-07-25 10:29:52
224
原创 The Keyboard Shortcuts of Ubuntu
After you have just Installed a ubuntu, you can see a windows that lists the keyboard shortcuts, as the following picture.
2019-07-23 12:48:49
166
原创 How to install software in Ubuntu?
we will learn how to install software in ubuntu from the process of installing python3.7.4. There are three ways :Using the command “apt” directly;Downloading a .tgz software package from its offic...
2019-07-18 15:18:49
484
原创 Configuring the file .msmtprc on ubuntu
When we send a email by SMTP protocol on ubuntu, we can configure default information. The system will check two path to find the default information about your email. The first is system configuratio...
2019-07-10 19:17:34
256
systemverilog_unix(linux|mac).vim.tar.gz
2019-10-23
systemverilog_win.vim
2019-10-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人