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]

Re: How to RUN a program?


Hi,
Thanks again, but with one more problem now. Now it is able to run the program, after that it does not come out. May be I should post this on the GDB site, but if you know and can suggest something, it will be great.

The output is here...
-------------------------------------------------------------------
(gdb) target remote COM2
Remote debugging using COM2
0x5000bd64 in ?? ()

(gdb) set remotebaud 38400
(gdb) load bsearch.exe
Loading section .rom_vectors, size 0x40 lma 0x20000
Loading section .text, size 0x6450 lma 0x20040
Loading section .rodata, size 0x608 lma 0x26490
Loading section .data, size 0x4b8 lma 0x26a98
Start address 0x20040 , load size 28496
Transfer rate: 28496 bits/sec, 299 bytes/write.

(gdb) continue
Continuing.
INFO:<Starting tests from testcase //J/REDHAT~1/ecos/packages/language/c/libc/stdlib/current/tests/bsearch.c for C library bsearch() function>
PASS:<bsearch() something in the middle>
PASS:<bsearch() something else in the middle>
PASS:<bsearch() first element>
PASS:<bsearch() last element>
PASS:<bsearch() duplicate element>
PASS:<bsearch() nonexistent element>
EXIT:<Finished tests from testcase //J/REDHAT~1/ecos/packages/language/c/libc/stdlib/current/tests/bsearch.c for C library bsearch() function>
--------------------------------------------------------------------
Thanks and Regards,
- Nagendra.



--

On 04 Jul 2001 10:44:58 +020   Jesper Skov wrote:
>>>>>> "Nagendra" == Nagendra EM <nagendra.em@eudoramail.com> writes:
>
>Nagendra> Hi, I was trying the configuration which you suggested. It
>Nagendra> loads the exe file, but same problem again...it stops after
>Nagendra> printing continue and never comes out of it.
>
>[snip]
>Nagendra> please suggest...
>
>Try building and running one of the eCos tests instead of the hello.c
>example.
>
>Jesper
>


Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com


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