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

基于mini2440做国嵌mp3项目问题

    来源: 互联网  发布时间:2017-04-05

    本文导语:  我在做这个项目的时候,按键驱动移植的时候遇到了问题,输入make命令后如下: ot@localhost driver]# make make -C /feng/SDK-MP3/kernel/linux-2.6.29 M=/feng/SDK-MP3/driver modules ARCH=arm CROSS_COMPILE=arm-linux- make[1]: Entering directory `/fen...

我在做这个项目的时候,按键驱动移植的时候遇到了问题,输入make命令后如下:
ot@localhost driver]# make
make -C /feng/SDK-MP3/kernel/linux-2.6.29 M=/feng/SDK-MP3/driver modules ARCH=arm CROSS_COMPILE=arm-linux-
make[1]: Entering directory `/feng/SDK-MP3/kernel/linux-2.6.29'
  CC [M]  /feng/SDK-MP3/driver/mini2440_buttons.o
/feng/SDK-MP3/driver/mini2440_buttons.c:11:28: error: mach/regs-gpio.h: No such file or directory
/feng/SDK-MP3/driver/mini2440_buttons.c:30: error: 'IRQ_EINT8' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:30: error: 'S3C2410_GPG0' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:30: error: 'S3C2410_PG0_EINT8' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:31: error: 'IRQ_EINT11' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:31: error: 'S3C2410_GPG3' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:31: error: 'S3C2410_GPG3_EINT11' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:32: error: 'IRQ_EINT13' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:32: error: 'S3C2410_GPG5' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:32: error: 'S3C2410_GPG5_EINT13' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:33: error: 'IRQ_EINT14' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:33: error: 'S3C2410_GPG6' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:33: error: 'S3C2410_GPG6_EINT14' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:34: error: 'IRQ_EINT15' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:34: error: 'S3C2410_GPG7' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:34: error: 'S3C2410_GPG7_EINT15' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:35: error: 'IRQ_EINT19' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:35: error: 'S3C2410_GPG11' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c:35: error: 'S3C2410_GPG11_EINT19' undeclared here (not in a function)
/feng/SDK-MP3/driver/mini2440_buttons.c: In function 'buttons_interrupt':
/feng/SDK-MP3/driver/mini2440_buttons.c:62: error: implicit declaration of function 's3c2410_gpio_getpin'
make[2]: *** [/feng/SDK-MP3/driver/mini2440_buttons.o] 错误 1
make[1]: *** [_module_/feng/SDK-MP3/driver] 错误 2
make[1]: Leaving directory `/feng/SDK-MP3/kernel/linux-2.6.29'
make: *** [all] 错误 2
然后我是在一个driver的目录下执行make命令的,在这个driver目录下只有两个文件,一个是Makefile,另一个是mini2440-buttons.c。
我看了上面的错误好像是说缺少了mach/regs-gpio.h文件,但是目录我是直接复制来的,应该没有错吧。

|
是不是没regs-gpio.h这个头文件。

|
lz 的错误是一堆为定义的东西,貌似少了个头文件

|
可以到mini2440_buttons.c 这个文件下去看看 那些未定义的东西在那儿?然后一步一步追踪。此问题不难解决

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • mini2440如何通过串口发送字符串,急求
  • 把mini2440当客户端出错:gethostbyaddr:no such file or directory 急??
  • mini2440 怎么设置串口的波特率为38400,急~~~~~~~~
  • mini2440开发,linux求助
  • mini2440 怎么设置串口的速率
  • 转让mini2440开发板
  • mini2440中使用函数atan2得到错误结果
  • 如何打开多个终端控制mini2440开发板
  • mini2440出错信息
  • mini2440开发板移植DM9000网卡驱动,提示ifconfig: SIOCSIFFLAGS: Cannot assign requested address
  • uboot 移植到 mini2440 支持从 nand flash 启动
  • 怎么设置mini2440关闭DM9000初始化
  • mini2440是否支持工业相机
  • 关于mini2440按键驱动
  • 程序在mini2440上读取bmp文件出错
  • 使用mini2440开发板,Linux系统,录音保存WAV格式,录音61秒,在PC机使用千千静听播放,只有10秒??
  • 有谁做过minigui的移植?求助。。。(用的mini2440开发板)
  • HTML教程 iis7站长之家
  • mini2440中处理bmp文件
  • 如何编译运行qtopia2.2.0在mini2440 linux上
  • java命名空间java.awt.image类raster的类成员方法: miny定义及介绍
  • mini-httpd
  • XML解析器 Mini-XML
  • Mini vMac
  • PHP Mini SQL Admin
  • Mini SNMP Daemon
  • 面向移动终端的KISSY​瘦身版 KISSY MINI
  • 有谁装过mini版的linux?>大概有多大?
  • Mini Installer
  • 运行MINI-HTTP出现bind: Address already in use
  • Peity Mini Chart


  • 站内导航:


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

    ©2012-2021,