This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

Problem while running the eCos tests



When using the Configuration Tool for running tests the following output is
received.
I've changed the EcOS HAL target setup for my AEB to rev C.

*** 14:59:16 Run started
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-cygwin --target=arm-elf"...
(gdb) set height 0
(gdb) set remotedebug 0
Warning: command 'set remotedebug' is deprecated.
Use 'set debug remote'.

(gdb) set remotebaud 38400
(gdb) target remote com1
Remote debugging using com1
0x401a604 in ?? ()
(gdb) load
Loading section .rom_vectors, size 0x60 lma 0xc000
Loading section .text, size 0x4e00 lma 0xc060
Loading section .rodata, size 0x410 lma 0x10e60
Loading section .data, size 0x260 lma 0x11270
Start address 0xc060 , load size 21712
Transfer rate: 28949 bits/sec, 301 bytes/write.
(gdb) break cyg_test_exit
Breakpoint 1 at 0xdff0: file
//D/PROGRA~1/REDHAT~1/eCos/packages/infra/v1_3_1/src/tcdiag.cxx, line 116.
(gdb) break cyg_assert_fail
Function "cyg_assert_fail" not defined.
(gdb) break cyg_test_init
Breakpoint 2 at 0xdef8: file
//D/PROGRA~1/REDHAT~1/eCos/packages/infra/v1_3_1/src/tcdiag.cxx, line 62.
(gdb) cont
Continuing.

*** Timeout - MAX inactive time 30.0 exceeds limit of 30.0

/Andreas

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