From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOHJY@chollian.net To: ecos-discuss@sources.redhat.com Subject: [ECOS] Help me !!, Hello world on out target Date: Thu, 16 Nov 2000 17:25:00 -0000 Message-id: <200011170123.KAA28548@ldap.dacom.co.kr> X-SW-Source: 2000-11/msg00212.html Hi All! I am porting eCos on our target which is similar with CMA230(ARM7), 1 timer and 2 Uart. I keep running into this problem while debugging with ecos gdb. When trying to execute an RAM application(Hello World program). Look at below. Downloading is OK. But RAM application not started ? (gdb)0x401440 in ?? () (gdb) load Loading section .rom_vectors, size 0x60 lma 0x8000 Loading section .text, size 0x4eb8 lma 0x8060 Loading section .rodata, size 0x228 lma 0xcf18 Loading section .data, size 0x2b4 lma 0xd140 Start address 0x8060 , load size 21492 Transfer rate: 21492 bits/sec, 298 bytes/write. (gdb) c Continuing. ..................... I don't know what happend ? Is GDB stub ROM wrong ? or eCos kernel building ? Thanks a lot !