Chinaunix首页 | 论坛 | 博客
  • 博客访问: 248928
  • 博文数量: 76
  • 博客积分: 1491
  • 博客等级: 上尉
  • 技术积分: 590
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-06 08:57
文章分类

全部博文(76)

文章存档

2012年(3)

2010年(30)

2009年(43)

分类: LINUX

2009-03-06 16:13:00

这里只是一些错误信息,和相关的解决方法:
2009-2-12 kernel develop :
[root@localhost linux-2.6.23]# make zImage
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/arm/Kconfig
  CHK     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
  CC      arch/arm/kernel/asm-offsets.s
cc1: error: unrecognized command line option "-fno-tree-scev-cprop"
make[1]: *** [arch/arm/kernel/asm-offsets.s] 错误 1


2009-2-13 kernel develop
the same problem ;

2009-2-14 nfs system can't transport files
nfs: server 192.168.0.22 not responding, still trying
key:" ping -s remotename 1024 " may can test ,but i'm not sure
and also :#mount -t nfs -o nolock -o tcp 192.168.1.161:/opt /opt

2009-2-25 kernel develop
solve the problem
kay: delete the line in Makefile "-fno-tree-scev-cprop"

2009-2-25 kernl develop
drivers/mtd/nand/s3c2410.c:63:32: asm/arch/regs-nand.h: No such file or directory                                           
drivers/mtd/nand/s3c2410.c:64:27: asm/arch/nand.h: No such file or directory                                                
drivers/mtd/nand/s3c2410.c: In function `s3c2410_nand_inithw':                                                              
drivers/mtd/nand/s3c2410.c:195: error: dereferencing pointer to incomplete type                                             
drivers/mtd/nand/s3c2410.c:196: error: dereferencing pointer to incomplete type                                             
drivers/mtd/nand/s3c2410.c:197: error: dereferencing pointer to incomplete type                                             
drivers/mtd/nand/s3c2410.c:215: error: `S3C2410_NFCONF_EN' undeclared (first use in this function)                          
drivers/mtd/nand/s3c2410.c:215: error: (Each undeclared identifier is reported only once                                    
drivers/mtd/nand/s3c2410.c:215: error: for each function it appears in.)                                                    
drivers/mtd/nand/s3c2410.c:216: error: implicit declaration of function `S3C2410_NFCONF_TACLS'                              
drivers/mtd/nand/s3c2410.c:217: error: implicit declaration of function `S3C2410_NFCONF_TWRPH0'                             
drivers/mtd/nand/s3c2410.c:218: error: implicit declaration of function `S3C2410_NFCONF_TWRPH1'                             
drivers/mtd/nand/s3c2410.c:223: error: implicit declaration of function `S3C2440_NFCONF_TACLS'                              
drivers/mtd/nand/s3c2410.c:224: error: implicit declaration of function `S3C2440_NFCONF_TWRPH0'                             
drivers/mtd/nand/s3c2410.c:225: error: implicit declaration of function `S3C2440_NFCONF_TWRPH1'                             
drivers/mtd/nand/s3c2410.c:229: error: `S3C2440_NFCONT' undeclared (first use in this function)                             
drivers/mtd/nand/s3c2410.c:229: error: `S3C2440_NFCONT_ENABLE' undeclared (first use in this function)                      
drivers/mtd/nand/s3c2410.c:234: error: `S3C2410_NFCONF' undeclared (first use in this function)        

key: 63 #include
     64 #include

2009-2-25 vivi develop
vivi> bon part  0 128K 192K 2240K 6336K  65024K 
Copy linux kernel from 0x00030000 to 0x30008000, size = 0x00200000 ... done
zImage magic = 0x016f2818
Setup linux parameters at 0x30000100
linux command line is: "noinitrd root=/dev/bon/3 init=/linuxrc console=ttyS0"
MACH_TYPE = 193
NOW, Booting Linux......
Uncompressing Linux..........................................................................................................
key: change the params like "noinitrd root=/dev/mtdblock4 rootfstype=cramfs console=ttySAC0,115200 init=/linuxrc mem=64M"
param set linux_cmd_line "noinitrd root=/dev/mtdblock4 rootfstype=cramfs console=ttySAC0,115200 init=/linuxrc mem=64M"

2009-2-26  kernel develop
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
List of all partitions:
1f00        128 mtdblock0 (driver?)
1f01         64 mtdblock1 (driver?)
1f02       2048 mtdblock2 (driver?)
1f03       4096 mtdblock3 (driver?)
1f04      58688 mtdblock4 (driver?)
1f05        512 mtdblock5 (driver?)
No filesystem could mount root, tried:  cramfs
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,4)
key: change  "mtdblock4" to "mtdblock3"

Freeing init memory: 116K
Warning: unable to open an initial console.
usb 1-1: new full speed USB device using s3c2410-ohci and address 2
usb 1-1: device descriptor read/64, error -62
usb 1-1: device descriptor read/64, error -62
usb 1-1: new full speed USB device using s3c2410-ohci and address 3
usb 1-1: device descriptor read/64, error -62
usb 1-1: device descriptor read/64, error -62
usb 1-1: new full speed USB device using s3c2410-ohci and address 4
usb 1-1: device not accepting address 4, error -62
usb 1-1: new full speed USB device using s3c2410-ohci and address 5
usb 1-1: device not accepting address 5, error -62
b 1-1: device descriptor read/64, error -62
usb 1-1: new full speed USB device using s3c2410-ohci and address 3
usb 1-1: device descriptor read/64, error -62
usb 1-1: device descriptor read/64, error -62

no usb problem:
TCP cubic registered                                                                                                        
NET: Registered protocol family 1                                                                                           
NET: Registered protocol family 17                                                                                          
VFS: Mounted root (cramfs filesystem) readonly.                                                                             
Freeing init memory: 112K                                                                                                   
Warning: unable to open an initial console.   
key:fs problem ,redo

2009-3-3 the LCD
Unable to handle kernel NULL pointer derefernce at virtual adddress 00000014
Kernel panic -not syncing:Attempted to Kill init !
DMA channel 0 at c4800000, irq 33                                                                                           
DMA channel 1 at c4800040, irq 34                                                                                           
DMA channel 2 at c4800080, irq 35                                                                                           
DMA channel 3 at c48000c0, irq 36                                                                                           
usbcore: registered new interface driver usbfs                                                                              
usbcore: registered new interface driver hub                                                                                
usbcore: registered new device driver usb                                                                                   
NET: Registered protocol family 2                                                                                           
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)                                                              
TCP established hash table entries: 2048 (order: 3, 40960 bytes)                                                            
TCP bind hash table entries: 2048 (order: 3, 40960 bytes)                                                                   
TCP: Hash tables configured (established 2048 bind 2048)                                                                    
TCP reno registered                                                                                                         
NetWinder Floating Point Emulator V0.97 (double precision)                                                                  
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).                                                                    
JFFS2 version 2.2. (NAND)
阅读(2145) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-08-31 17:22:08

请问lcd这个错误怎么修改亚???2009-3-3 the LCD Unable to handle kernel NULL pointer derefernce at virtual adddress 00000014 谢谢。 qq:196460473