首先确认是否有配置文件: configure,如果有,您先输入:./configure --help,查看配置选项列表,然后根据需要添加配置选项,配置好之后再查看生成的Makefile文件,如果没有configure 文件,就直接查看Makefile 文件,然后修改编译器为交叉编译器(arm-linux-gcc),然后同时还需要修改ld、ar、g++和ranlib 等为:arm-linux-xxx(xxx 就是刚刚提到的名称)。完成了这些之后就可以开始编译了,几乎不会一次性通过的,然后就是通过出错信息进行修改和查找原因了,这部分就没法说了,需要耐心,还需要百折不挠的精神。然后就是多多移植...
there is someworing with application when add vstftds .maybw there is wrong wrong with the Makefile
昨天学习了一下 网络知识,以前一直以为CSMA/CD 是工作在传输层,昨天才知道是数据链路层, 无线网是用的CSMA/CA的模式, 还有MAC地址是前24位 供应商代号,后24 位是用户号。
还有单模光纤 多模光纤 1000BASE TCL物理层的区别。
I read the ppt of the C2000 datasheet for designing and reserach ,the are something about the SPI bus SCI bus,how to reset the register map the memory write the arigitum for the digital filter such as FIR IIR
_IOempty(); function sin(),something theroy about DSP digital signal process
I read the ppt of the C2000 datasheet for designing and reserach ,the are something about the SPI bus SCI bus,how to reset the register map the memory write the arigitum for the digital filter such as FIR IIR
_IOempty(); function sin(),something theroy about DSP digital signal process
CAN BUS 接触了一点,发现和ethernet 很像,也是分各个层,协议,载波侦听多路访问 冲突检测等
扩展版等也有connect函数
在MIPS Linux 内核裁剪的步骤中有几点发现
1 可以输入 make image 和make 区别 还有make clean make ... 的功能
增加 应用程序 cd user
vim Makefile
add dir($USER_CONFIGURE_APP) =+app
then 修改 configure.in
add USER_CONFUGURE_APP app
app为目录名 和生成的文件名 可能还需要修改app下的Makefile
然后用同样的方法在...