I'm working on OMAPL137.
I download the qt-everywhere-opensource-src-4.6.2.tar.gz and put it in the ~/target/opt, but errors occur after "tar zvxf qt-everywhere-opensource-src-4.6.2.tar.gz":
.......
qt-everywhere-opensource-src-4.6.2/doc/html/shadow-builds-wince.html
qt-everywhere-opensource-src-4.6.2/doc/html/phonon-mediaobject-members.html
Unable to handle kernel NULL pointer dereference at virtual address 00000000
qt-everywhere-oppgd = c5474000
ensource-src-4.6[00000000] *pgd=c5b10031.2/doc/html/qfon, *pte=00000000tmetrics-members, *ppte=00000000.html
Internal error: Oops: 817 [#1]
Modules linked in: ipv6
CPU: 0
PC is at kmem_cache_free+0x38/0x78
LR is at kfree_skbmem+0xb0/0xbc
pc : [<c0095600>] lr : [<c0272330>] Not tainted
sp : c546f8b0 ip : c546f8d0 fp : c546f8cc
r10: c03cdaa0 r9 : 0000000a r8 : 00000002
r7 : 00000101 r6 : 00000010 r5 : c07d3640 r4 : c07d3640
r3 : 00000000 r2 : c0401a60 r1 : c07d3640 r0 : c04d7b00
Flags: nZcv IRQs on FIQs on Mode SVC_32 Segment kernel
Control: 5317F
Table: C5474000 DAC: 00000017
Process tar (pid: 1000, stack limit = 0xc546e258)
Stack: (0xc546f8b0 to 0xc5470000)
f8a0: c027258c c0095564 c07d3640 c07d3640
f8c0: c546f8e4 c546f8d0 c0272330 c00955d8 c07d3d20 c0683e60 c546f8fc c546f8e8
f8e0: c0272418 c0272290 c07d3640 c07d3500 c546f914 c546f900 c0279104 c027234c
I tried another version qtopia-core-opensource-src-4.2.2 but the result was quite similar:
...........
qtopia-core-opensource-src-4.2.2/doc/html/qabstractfileengine-members.html
qtopia-core-opensource-src-4.2.2/doc/html/qpainterpath.html
Unable to handle kernel paging request at virtual address 782f6372
qtopia-core-openpgd = c54d8000
source-src-4.2.2[782f6372] *pgd=00000000/doc/html/qmessa
gebox.html
Internal error: Oops: 1 [#1]
Modules linked in: ipv6
CPU: 0
PC is at kmem_cache_free+0x30/0x78
LR is at kfree_skbmem+0xb0/0xbc
pc : [<c00955f8>] lr : [<c0272330>] Not tainted
sp : c0351c60 ip : c0351c80 fp : c0351c7c
r10: 6301a8c0 r9 : 6401a8c0 r8 : c06827c0
r7 : 00000060 r6 : c07c83c0 r5 : c07c83c0 r4 : c07c83c0
r3 : 6372732d r2 : 782f6372 r1 : c07c83c0 r0 : c04d7b00
Flags: nzcv IRQs on FIQs on Mode SVC_32 Segment kernel
Control: 5317F
Table: C54D8000 DAC: 00000017
Process swapper (pid: 0, stack limit = 0xc0350258)
Stack: (0xc0351c60 to 0xc0352000)
1c60: c027258c c0095564 c07c83c0 c07c83c0 c0351c94 c0351c80 c0272330 c00955d8
1c80: 00000060 c0683d60 c0351cac c0351c98 c0272418 c0272290 00000060 c4ff2484
.........
Why does the error happen?