Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4461938
  • 博文数量: 1148
  • 博客积分: 25453
  • 博客等级: 上将
  • 技术积分: 11949
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-06 21:14
文章分类

全部博文(1148)

文章存档

2012年(15)

2011年(1078)

2010年(58)

分类: 嵌入式

2011-05-03 14:55:07



page.h not found error

| ../ports/sysdeps/unix/sysv/linux/arm/ioperm.c:48:22: error: asm/page.h: No such file or directory

 

This problem is caused by linux-libc-headers_2.6.25, this version of libc-headers lacks of page.h. Copy page.h from an older version, and add the following line in do_stage() function in linux-libc-headers_2.6.25.bb: ‘cp ${WORKDIR}/page.h ${STAGE_TEMP}${includedir}/asm/’







http://dev.firnow.com/course/6_system/linux/Linuxjs/20090521/167545.html






阅读(876) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~