woodstiger 发表于 2013-5-6 17:31:31

把内核从V1.0打补丁升级到V1.2后Make出现以下错误了

arch/arm/mach-s5pv210/mach-tq210.c: In function 'tq210_fixup_bootmem':
arch/arm/mach-s5pv210/mach-tq210.c:584: error: 'tq210_media_devs' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:584: error: (Each undeclared identifier is reported only once
arch/arm/mach-s5pv210/mach-tq210.c:584: error: for each function it appears in.)
arch/arm/mach-s5pv210/mach-tq210.c:584: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:584: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:584: error: negative width in bit-field '<anonymous>'
arch/arm/mach-s5pv210/mach-tq210.c: At top level:
arch/arm/mach-s5pv210/mach-tq210.c:1814: warning: excess elements in array initializer
arch/arm/mach-s5pv210/mach-tq210.c:1814: warning: (near initialization for 'fimc_plat_lsi.camera')
arch/arm/mach-s5pv210/mach-tq210.c: In function 'tq210_map_io':
arch/arm/mach-s5pv210/mach-tq210.c:2134: error: 'BYTES_PER_PIXEL' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:2135: error: 'NUM_BUFFER' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:2148: error: 'tq210_media_devs' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:2148: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:2148: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:2148: error: negative width in bit-field '<anonymous>'
make: *** 错误 1
make: *** 错误 2


亚瑟王 发表于 2013-5-7 12:38:31

亲,请下次不要将一个问题发多个帖子,浪费大家的时间。
请到http://www.armbbs.net/forum.php?mod=viewthread&tid=15645下载新的补丁即可解决。
页: [1]
查看完整版本: 把内核从V1.0打补丁升级到V1.2后Make出现以下错误了