最新消息:20210917 已从crifan.com换到crifan.org

工作和技术

工作相关的技术文章

【整理】strtol函数简介

【整理】strtol函数简介

crifan 15年前 (2010-04-08) 2056浏览 0评论

【整理】strtol函数简介 strtol,将字符串转换成长整型数。一般用法为: #include <stdlib.h> 。。。 value = strtol(string, NULL, 0); 就可以实现将字符串string自动判断是1...

【整理】getopt()或getopt_long()与optarg

【整理】getopt()或getopt_long()与optarg

crifan 15年前 (2010-04-08) 3667浏览 0评论

[整理]getopt()或getopt_long()与optarg getopt或getopt_long 是一个Linux下面的库函数,作用就是解析命令行的输入。其目的就是减轻程序员自己的负担,可以直接使用系统提供的库函数,方便、高效和更安全地解析命...

【已解决】undefined reference to __udivdi3

【已解决】undefined reference to __udivdi3

crifan 15年前 (2010-04-07) 5639浏览 0评论

【问题】 编译Linux下面的代码,经常会遇到这种错误: undefined reference to `__udivdi3′ 【解决过程】 之前遇到过几次了,都是类似的原因导致此问题的。后来才了解,其根本原因: 嵌入式中,32位系统中(...

【转】UTMI+ 和 ULPI

【转】UTMI+ 和 ULPI

crifan 15年前 (2010-03-30) 4370浏览 0评论

UTMI+/ULPI 1. UTMI USB 2.0 Transceiver Macrocell Interace defines an interface between two IP blocks: the USB Transceiver Ma...

[转]mini2440 u-boot实现usb slave下载功能!

[转]mini2440 u-boot实现usb slave下载功能!

crifan 15年前 (2010-03-29) 2131浏览 0评论

【转】mini2440 u-boot实现usb slave下载功能! 友善公司不知为何,一直没有发布一个好用的u-boot。之前已移植过2008.10版的u-boot,最近,又移植了2009.08的u-boot。 移植完毕后,总觉得友善自带的dnw...

【已解决】__ratelimit: XXX callbacks suppressed

【已解决】__ratelimit: XXX callbacks suppressed

crifan 15年前 (2010-03-17) 6780浏览 0评论

【问题】 在给Kernel加入了cpufreq支持,启动了cpu freq的debugging,并且在bootargs中加入cpufreq.debug=1,才能真正打开内核中cpu freq的debug。cpu freq驱动是加入了,但是不定期会出...

72 queries in 0.269 seconds, using 20.01MB memory