From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Massa" To: "Hugo Tyson" , "Jonathan Larmour" Cc: "eCos" Subject: [ECOS] Re: RedBoot Date: Thu, 26 Apr 2001 21:44:00 -0000 Message-id: X-SW-Source: 2001-04/msg00459.html I tried to run the tests by first selecting Build->Tests. Then Tools->Run Tests, which brought up an error dialog to add the mbx platform, which I did. Then I selected the tests to run, connected to my target via TCP (using my static address in RedBoot). However, each time I tried I got this message - no matter what test I ran: *** 21:00:17 Run started [ 13 Th 21:00:18] Couldn't get process information! Failed to run "" - The system cannot find the file specified. *** 21:00:22 Run complete The same thing happened when I tried to connect via serial port as well. What am I doing wrong? Not being able to run the tests, I tried to get more insight as to where my application was failing. I find that it is failing in the function quicc_eth_init in if_quicc.c. This is called from cyg_net_init, in the for loop after the thread (cyg_netint) is created and started. I have had some troubles with GDB crashing while stepping through various parts of the quicc_eth_init routine - once it crashed when stepping over HAL_DCACHE_SYNC. It seems to have problems with the cyg_drv_interrupt_unmask function call. Any suggestions? --Anthony