This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Help me !!, Hello world on out target



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 !



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]