Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1336131
  • 博文数量: 198
  • 博客积分: 1629
  • 博客等级: 上尉
  • 技术积分: 2743
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-01 15:41
文章分类
文章存档

2023年(6)

2022年(20)

2021年(8)

2020年(3)

2018年(17)

2017年(3)

2016年(3)

2015年(9)

2014年(13)

2013年(17)

2012年(77)

2011年(22)

发布时间:2013-12-24 17:27:51

编译u-boot测试程序的链接文件。......【阅读全文】

阅读(1549) | 评论(0) | 转发(0)

发布时间:2013-12-24 17:22:23

/* * uboot go test *///typedef void (*pr)(const char *fmt, ...);//void (*pr)(const char *fmt, ...)=0x778137b8;void (*pr)(const char *fmt, ...)=0xa7f8aef4;void (*pc)(char fmt) = 0xa7f8aeb0;  /*find in u-boot.map */void (*puts)(const char *s)=0xa7f8aed8;void (*udelay)(unsigned .........【阅读全文】

阅读(1930) | 评论(0) | 转发(0)

发布时间:2013-12-24 08:59:00

u-boot编译测试程序Makefile文件......【阅读全文】

阅读(1647) | 评论(0) | 转发(0)

发布时间:2013-12-12 15:28:21

参照网上的移植过一次,有以下3个问题先需要注意:一.  下载相应的android-x86版本代码,否则出错的几率很大二.  如出现android.net.ethernet.ethernetstatetracker.cpp  stripped of.....这一错误时,大多是版本不对三.  编译完成后,如出现以下错误,按照代码修改即可:主要从android-x86中移植.........【阅读全文】

阅读(4657) | 评论(0) | 转发(0)

发布时间:2013-12-12 10:35:55

......【阅读全文】

阅读(2125) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册