当前位置:  技术问答>linux和unix

【在线讨论】针对arm板编译内核出现问题

    来源: 互联网  发布时间:2017-02-15

    本文导语:  [root@localhost linux-2.6.22.1]# make zImage   HOSTLD  scripts/kconfig/conf scripts/kconfig/conf -s arch/arm/Kconfig   CHK     include/linux/version.h   UPD     include/linux/version.h   SYMLINK include/asm-arm/arch -> include/asm-arm/arch-s3c2410   Gener...

[root@localhost linux-2.6.22.1]# make zImage
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/arm/Kconfig
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  SYMLINK include/asm-arm/arch -> include/asm-arm/arch-s3c2410
  Generating include/asm-arm/mach-types.h
  CHK     include/linux/utsrelease.h
  UPD     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-arm
  CC      arch/arm/kernel/asm-offsets.s
In file included from include/linux/irqflags.h:46,
                 from include/asm/system.h:78,
                 from include/asm/bitops.h:23,
                 from include/linux/bitops.h:9,
                 from include/linux/thread_info.h:20,
                 from include/linux/preempt.h:9,
                 from include/linux/spinlock.h:49,
                 from include/linux/capability.h:47,
                 from include/linux/sched.h:46,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/irqflags.h:11:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/bitops.h:23,
                 from include/linux/bitops.h:9,
                 from include/linux/thread_info.h:20,
                 from include/linux/preempt.h:9,
                 from include/linux/spinlock.h:49,
                 from include/linux/capability.h:47,
                 from include/linux/sched.h:46,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/system.h:153:5: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:159:5: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:163:35: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:293:5: warning: "__LINUX_ARM_ARCH__" is not defined
include/asm/system.h:298:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/bitops.h:9,
                 from include/linux/thread_info.h:20,
                 from include/linux/preempt.h:9,
                 from include/linux/spinlock.h:49,
                 from include/linux/capability.h:47,
                 from include/linux/sched.h:46,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/bitops.h:233:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/thread_info.h:16,
                 from include/linux/thread_info.h:21,
                 from include/linux/preempt.h:9,
                 from include/linux/spinlock.h:49,
                 from include/linux/capability.h:47,
                 from include/linux/sched.h:46,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/fpstate.h:28:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/spinlock.h:326,
                 from include/linux/capability.h:47,
                 from include/linux/sched.h:46,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/atomic.h:25:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/prefetch.h:14,
                 from include/linux/list.h:8,
                 from include/linux/wait.h:22,
                 from include/asm/semaphore.h:9,
                 from include/linux/sched.h:59,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/processor.h:103:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/semaphore.h:13,
                 from include/linux/sched.h:59,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/locks.h:15:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/asm/page.h:32,
                 from include/linux/sched.h:60,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/glue.h:119:2: #error Unknown data abort handler type
In file included from include/linux/sched.h:60,
                 from arch/arm/kernel/asm-offsets.c:13:
include/asm/page.h:106:2: #error Unknown user operations model
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2

|
那在make menuconfig 的时候应该有先选择vendor,cpu的,你看看是不是这个选择的的有问题,不行的话到你用的芯片对应的arch目录下查看下,不知道你用的是不是s3c2410,如果不是肯定是你配置有问题了 

|
include/asm/glue.h:119:2: #error Unknown data abort handler type
include/asm/page.h:106:2: #error Unknown user operations model 

这两处的源代码是怎样的,看看有没有和平台相关的一些判断或者宏定义之类

|
编译有没有先make menuconfig 过

|
用标准的config配置看看 
只选择你需要的项 

|
缺省的config试试

    
 
 

您可能感兴趣的文章:

  • 请教:如何安装新内核(rpm包)而不同原来得内核冲突?? 在线等待!!
  • 内核中inet_ntoa包含在哪个文件头中的。。。。。在线等
  • (菜鸟飞飞,在线等)问个关于内核调试的问题
  • 请各位推荐几本内核方面较好的书(在线等)
  • 请教内核ppp代码的内容——在线等
  • (在线等)linux内核安装问题
  • 关于内核时间与用户时间;我在线等你回复,所以你要告诉我!
  • 怎么安装内核源码包~~在线等待
  • 编译了内核之后启动不了了(救命,在线等ing)
  • Redhat 8.0内核编译的问题,在线求救~~~~~~~~~~~~~~~~~~~~~~
  • 如何编译内核-在线等待,谁是给分,如果分数不够可以再加
  • 在线急等!!!!trap.s 和 trap.c 在Unix内核中起什么作用
  • 内核加载ramdisk失败(在线等,帮顶有分)
  • Linux7.3编译内核问题!在线等待立马给分!!!!!!!!
  • 内核补丁怎么打不上???用的是.diff文件。在线等。。。
  • 用cygwin编译内核模块的问题,急,在线等待!!
  • 【在线急等】Linux网络内核相关的问题?
  • 请问大虾,如何将静态库文件 .a 进行反编译? 在线等
  • 如何在redhat e4下用gcc编译socket程序,(-lsocket无法使用啊)!急,在线等
  • Applet编译问题,在线,参与有分
  • 找不到编译器????????求救::在线等待!
  • 高手帮帮忙,编译错误,在线等
  • 驱动编译insmod问题,100分相送,在线等待,有效马上结贴
  • xerces在sco下如何编译?---在线等
  • 在Linux下面如何编译Pro*C??? 在线等待。
  • CSDN的诸位高手们,请问在LINUX下,用那条命令可以编译C语言的原文件,在线等待:)
  • 请问运行编译EJB,需要在什么环境下,如何配置,请给出详细的说明,谢谢!在线......
  • 关于gcc编译的简单问题(在线等待!!!)
  • 在线等待:部署时编译类文件问题
  • 急,在线等候,编译完运行程序出现找不到共享库的问题!
  • 在线等!编译通过,但无法运行
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • HP-UX重启后,FTP出现问题,在线等。。。。
  • 安装gcc出现问题,在线等
  • 请教:jdbNavList如何才能出现滚动条?(在线等待)
  • linux服务器出现问题?急,在线等啊! error2002(hy000)
  • 在线请教:linux下用MySQL C API 连接MySQL 4.1.12出现的连接问题,提示升级客户端!!!!!!
  • C调用shell脚本出现问题,在线等待求教高手
  • 在线等。。。使用压力测试工具进行测试有时出现httpd子进程CPU占用率100%,且压力撤除后无法恢复
  • 在Radhat9.0上安装Apache2.0.45出现的问题?在线等待,问题解决即可送分!!!!!!!!!!
  • 急,在线等!!!!!安装VMare workstation出现了错误
  • linux安装后不出现启动菜单------在线等!
  • 来者有分,在线等待!100分求助:我在用JBuild运行JAVA代码时,出现下面的Message,为什么?
  • 客户系统REDHAT7.2中通过服务器:WINNT4.0+MS PROXY代理上网出现问题?在线等待。。。。。。。
  • 非正常关机后,文件系统出现错误,如何修复?(急,在线等待)
  • 急!!!linux9下安装oracle9i在configuration Tool过程出现错误,在线等待,解决立即给分!
  • 急救!我的GRUB出现问题!在线等待!!!!!!!!!
  • 在线等!如何用bash实现:在一个文件中查找某个字符串,只保留该字符串的第一次出现,剩下的全部删除?
  • 在线等,安装linux到分区一步,出现如下界面!
  • 刚刚装了redhat9.0并且在线升了级,为什么KDevelop2.1会出现这样的问题呢?我是初学,帮帮我!
  • 急!在线等待~~在FTP的时候怎么会出现这个问题? Can't build data connection: Address already in use.
  • 系统启动到挂载根档案的时候出现错误,无法挂载根档案。高手进!!!在线等。
  • 基于Html5的mockups在线工具简介
  • 装MYSQL后启动错误! mysqld ended --在线急等!在线急等!在线急等!在线急等!-----
  • MyEclipse SVN插件SubEclipse 在线离线等几种安装方式介绍
  • 智能在线表单设计器 FreeForm智能在线表单设计器
  • Linux使用群24032501,保持20人在线,目标50人在线
  • 简单的输入输出问题 在线等待 在线给分
  • 怎么用能让asp实现统计在线人数的功能。在线等待!!!帮忙送分!
  • 在线求教, 为什么不能开始除root之外的用户登录??...很急, 在线等
  • 在线等,在线给分!(简单问题,急)
  • 我需要唯一用户在线,不能两个用户同时在线的JSP实现的设计文档
  • 在线等,在线给分!!!!!!!!!!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3