From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo 'NOx' Tyson To: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Problem about the uitron test Date: Tue, 25 Apr 2000 05:30:00 -0000 Message-id: References: X-SW-Source: 2000-04/msg00277.html pyxue writes: > Hi, I run several of the uItron tests provided by the ecos package, but I > only get the result of " calling cyg_uitron_star". From the tests, I think > that it is not right, it seems that the program doesn't run to the > subroutine such as task1, task2. Correct, that's not right. But without more info, we can't really comment on what the cause might be. What platform are you using? What is your configuration, or what have you changed from the default configuration? Have you changed the uITRON configuration points associated with task initialization? > How can I solve the problem? Thank you! Does the target stop when you hit CTRL-C in the GDB console? If so, you should be able to find out what's going on. It helps to use built-in stubs (for most platforms) so that you have thread-aware debugging - so you can use "info threads" to inspect the thread states. - Huge -- The 20th Century brought unprecedented increases in worldwide numeracy and literacy and incredible advances in technology, science and mathematics. It was also the only century in the past or in any reasonable predictable future apparently to contain only 99 years. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo 'NOx' Tyson To: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] Problem about the uitron test Date: Wed, 05 Sep 2001 00:09:00 -0000 Message-ID: References: X-SW-Source: 2001-09/msg00068.html Message-ID: <20010905000900.TppxD-H-IlMrxagIKNoaaPX7aJWIx7qLyvGlsm8Vtok@z> pyxue writes: > Hi, I run several of the uItron tests provided by the ecos package, but I > only get the result of " calling cyg_uitron_star". From the tests, I think > that it is not right, it seems that the program doesn't run to the > subroutine such as task1, task2. Correct, that's not right. But without more info, we can't really comment on what the cause might be. What platform are you using? What is your configuration, or what have you changed from the default configuration? Have you changed the uITRON configuration points associated with task initialization? > How can I solve the problem? Thank you! Does the target stop when you hit CTRL-C in the GDB console? If so, you should be able to find out what's going on. It helps to use built-in stubs (for most platforms) so that you have thread-aware debugging - so you can use "info threads" to inspect the thread states. - Huge -- The 20th Century brought unprecedented increases in worldwide numeracy and literacy and incredible advances in technology, science and mathematics. It was also the only century in the past or in any reasonable predictable future apparently to contain only 99 years.