
嵌入式
文章平均质量分 55
a_ran
程序员,公众号:进击的代码
展开
-
使用gdbserver远程调试
gdbserver工具先确定默认crosstool交叉编译器是否有自带gdbserver,如果有就不需要自行编译。一般都会带有对应的gdbserver工具,可以通过find命令查找确定:?12345678910hong@ubuntu:~/work/sy转载 2014-08-06 17:34:02 · 1830 阅读 · 0 评论 -
cconv arm移植
cconvcconv(pronunciation: see-conv.) is iconv based simplified-traditional chinese conversion tool. It is NOT only transcoding programm, but also TRANSLATE tools between the Simplified Chinese and原创 2015-04-25 22:35:28 · 1360 阅读 · 0 评论 -
jsoncpp linux平台编译和 arm移植
jsoncppsoncpp is an implementation of a JSON (http://json.org ) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to rea原创 2015-04-25 23:15:09 · 6491 阅读 · 4 评论 -
libiconv arm移植
libiconvThis library provides an iconv() implementation, for use on systems which don’t have one, or whose implementation cannot convert from/to Unicode.下载http://ftp.gnu.org/pub/gnu/libico原创 2015-04-25 22:33:47 · 3913 阅读 · 0 评论 -
curl arm移植
curlcurl is a command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SF原创 2015-04-26 07:48:44 · 3603 阅读 · 0 评论 -
libini arm移植
libiconvAn INI file parser that can read, edit and create large INI files. Usable under Microsoft Windows, DOS, Linux, etc. Supported languages are C, C++, Visual Basic, Java, TCL, Perl, Python, e原创 2015-04-26 07:47:13 · 2605 阅读 · 0 评论 -
libpcap arm移植
libpcapa portable C/C++ library for network traffic capture.下载http://www.tcpdump.org/#latest-release或者到这里:http://download.youkuaiyun.com/detail/chinaeran/8631799编译注:此处使用 arm-linux-gnue原创 2015-04-26 07:44:34 · 5086 阅读 · 0 评论 -
Buildroot 用户指南
第一章 关于Buildroot Buildroot是一个包含Makefile和修补程序【patch】的集合,这个集合可以使你很容易的为你的目标构建交叉工具链【cross-compilationtoolchain】,根文件系统【root filesystem】以及Linux内核映像【kernelimage】。Buildroot可以独立的实现其中的一个或几个功能。转载 2015-01-09 15:09:31 · 2310 阅读 · 0 评论 -
linux下串口调试工具/串口终端推荐: picocom
对于picocom, kermit, minicom, picocom 最简单易用,也完全符合我的使用需求。安装(mint / ubuntu):$ sudo apt-get install picocom使用:$ picocom -b 115200 /dev/ttyUSB0(/dev/ttyUSB0 为串口设备文件,如果用的不是USB转串口,则为 /dev/ttyS*)(可原创 2014-10-27 18:25:04 · 47209 阅读 · 0 评论 -
json-c arm移植
json-cJSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into th原创 2015-04-25 23:10:35 · 5749 阅读 · 1 评论