Hi guys uClinux version with 2003. kernel with linux-2.4.x. sqlite with 3.3.7 verdor with GDB. productor with ARModulator. compilied process work out as well. "illegal write to 0x54fd0 of 0x11affb4" I received.
[EMAIL PROTECTED] uClinux-dist-2003]# arm-elf-gdb linux-2.4.x/linux GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-elf"... (gdb) target sim Loaded ROM boot.rom Loaded ROM boot.rom Loaded ROM boot.rom Loaded ROM boot.rom Connected to the simulator. (gdb) load Loading section .init, size 0xa000 vma 0x1000000 Loading section .text, size 0xd0180 vma 0x100a000 Loading section .data, size 0x9154 vma 0x10dc000 Start address 0x1000000 Transfer rate: 7444128 bits in <1 sec. (gdb) run Starting program: /mnt/sdb/Parcket/uClinux-dist-2003/linux-2.4.x/linux Linux version 2.4.20-uc0 ([EMAIL PROTECTED]) (gcc version 2.95.3 20010315 (release)(ColdFire patches - 20010318 from http://fiddes.net/coldfire/)(uClinux XIP and shared lib patches from http://www.snapgear.com/)) #1 Wed Mar 14 16:41:17 CST 2007 Processor: Atmel AT91M40xxx revision 0 Architecture: EB01 On node 0 totalpages: 1024 zone(0): 0 pages. zone(1): 1024 pages. zone(2): 0 pages. Kernel command line: root=/dev/rom0 Calibrating delay loop... 12.97 BogoMIPS Memory: 4MB = 4MB total Memory: 2984KB available (832K code, 182K data, 40K init) Dentry cache hash table entries: 512 (order: 0, 4096 bytes) Inode cache hash table entries: 512 (order: 0, 4096 bytes) Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes) Page-cache hash table entries: 1024 (order: 0, 4096 bytes) POSIX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd Atmel USART driver version 0.99 ttyS0 at 0xfffd0000 (irq = 2) is a builtin Atmel APB USART ttyS1 at 0xfffcc000 (irq = 3) is a builtin Atmel APB USART Blkmem copyright 1998,1999 D. Jeff Dionne Blkmem copyright 1998 Kenneth Albanowski Blkmem 1 disk images: 0: 1400000-155D3FF [VIRTUAL 1400000-155D3FF] (RO) RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize SkyEye NE2k Ethernet driver version 0.2 (2003-04-27) sene2k dev name: eth0: <6>NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 512 bind 512) NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. VFS: Mounted root (romfs filesystem) readonly. Shell invoked to run file: /etc/rc Command: #hostname GDB-ARMulator Command: #/bin/expand /etc/ramfs.img /dev/ram0 Command: #mount -t proc proc /proc Command: #mount -t ext2 /dev/ram0 /var Command: #mkdir /var/tmp Command: #mkdir /var/log Command: #mkdir /var/run Command: #mkdir /var/lock Command: #cat /etc/motd Command: #/bin/ifconfig eth0 up 10.0.0.2 Command: Command: hostname GDB-ARMulator Command: /bin/expand /etc/ramfs.img /dev/ram1 Command: mount -t proc proc /proc mount: /etc/mtab: Read-only file system Command: mount -t ext2 /dev/ram1 /var mount: /etc/mtab: Read-only file system Command: mkdir /var/tmp Command: mkdir /var/log Command: mkdir /var/run Command: mkdir /var/lock Command: mkdir /var/empty Command: cat /etc/motd Welcome to ____ _ _ / __| ||_| _ _| | | | _ ____ _ _ _ _ | | | | | | || | _ \| | | |\ \/ / | |_| | |__| || | | | | |_| |/ \ | ___\____|_||_|_| |_|\____|\_/\_/ | | |_| GDB/ARMulator support by <[EMAIL PROTECTED]> For further information check: http://www.uclinux.org/ Command: Execution Finished, Exiting Sash command shell (version 1.1.1) /> cd bin /bin> sqlite3 illegal write to 0x54fd0 of 0x11affb4 Program received signal SIGINT, Interrupt. illegal read from 0x214e04d0 illegal read from 0x214e04d1 illegal read from 0x214e04d2 illegal read from 0x214e04d3 0x14e0524 in ?? () (gdb)

