public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] One question..
@ 2004-06-25  8:09 anton yakovlev
  2004-06-25 10:13 ` [ECOS] configtool David Lewin
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: anton yakovlev @ 2004-06-25  8:09 UTC (permalink / raw)
  To: ecos-discuss

Hi, all!

I have a programm:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#include <stdio.h>
#include <cyg/kernel/kapi.h>

void first(cyg_addrword_t threadData) {

    (void) threadData;
    printf("the first thread\n");

}

static char stack_a[4096];
static cyg_thread thread_a;
static cyg_handle_t handle_a;

void cyg_user_start(void) {
   
    cyg_thread_create(10, first, 0, "first", stack_a, 4096, &handle_a, 
&thread_a);
    cyg_thread_resume(handle_a);

}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
but when i try to executing it, i see only following:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
RedBoot> load -r -m y -b 0x205000
Raw file loaded 0x00205000-0x00210500
xyzModem - CRC mode, 363(SOH)/0(STX)/0(CAN) packets, 3 retries
RedBoot> go 0x205000

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
i.e. thread want not to start.. Why so?..

I have Falcom fx35xxlsi (based on NEC V850 processors family) platform 
with eCos 2.0.. I build eCos from the sources.. Maybe I have broken 
configuration?..


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [ECOS] configtool
@ 2006-11-17  4:22 Larry Phillips
  2006-11-17  9:43 ` [ECOS] configtool John Dallaway
  0 siblings, 1 reply; 15+ messages in thread
From: Larry Phillips @ 2006-11-17  4:22 UTC (permalink / raw)
  To: ecos-discuss

I just downloaded the current eCos, and am having the same problem with configtool that I see in a message dated 15 Sep. The 
error is that every package generates a "This package doesn't have any valid version subdirectories" error.

Andrew Lunn replied to that message, telling the OP to go to http://ecoscentric.com/devzone/configtool.shtml and grab the binary 
from there. Clicking on the link to get the binary results in a "Resource is no longer available!" page.

Can anyone point me to a copy of the configtool binary that will allow me to run it? It would be greatly appreciated.

Thanks,
  Larry
--
There are 10 kinds of people in this world,
Those who understand binary, and those who don't.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: [ECOS] Re: configtool
@ 2004-05-04 20:44 paape
  0 siblings, 0 replies; 15+ messages in thread
From: paape @ 2004-05-04 20:44 UTC (permalink / raw)
  To: ecos-discuss


Got it!

thanks John


-----Original Message-----
From: John Dallaway [mailto:jld@ecoscentric.com]
Sent: Tuesday, May 04, 2004 2:24 PM
To: paape@hi-techniques.com
Cc: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] Re: configtool


paape@Hi-Techniques.com wrote:

> I'm running version 2.0 of the configtool.  I have managed to pull the
lower
> pane of the configuration
> window all the way down and can no longer find it so as to re-display the
> output window.  Is there an
> easy way to correct this (e.g resetting to some default layout)?

You should be able to restore the default window layout by deleting the 
following registry keys while the eCos Configuration Tool is _not_ running:

   HKEY_CURRENT_USER\Software\eCos Configuration Tool\Window Size
   HKEY_CURRENT_USER\Software\eCos Configuration Tool\Window Status

John Dallaway
eCosCentric Limited

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



This e-mail was scanned for viruses using BitDefender
Sent by 602Pro LAN SUITE - http://www.software602.com/

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [ECOS] configtool
@ 2004-05-04 17:23 paape
  2004-05-04 19:25 ` [ECOS] configtool John Dallaway
  0 siblings, 1 reply; 15+ messages in thread
From: paape @ 2004-05-04 17:23 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I'm running version 2.0 of the configtool.  I have managed to pull the lower
pane of the configuration
window all the way down and can no longer find it so as to re-display the
output window.  Is there an
easy way to correct this (e.g resetting to some default layout)?


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-11-17 21:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-25  8:09 [ECOS] One question anton yakovlev
2004-06-25 10:13 ` [ECOS] configtool David Lewin
2004-06-25 15:36   ` [ECOS] configtool John Dallaway
2004-06-25 15:52     ` David Lewin
2004-06-25 11:28 ` [ECOS] One question Gary Thomas
2004-06-26  8:59   ` anton yakovlev
2004-06-26 11:50     ` Gary Thomas
2004-06-26 12:26       ` anton yakovlev
2004-06-26 12:31         ` Gary Thomas
2004-06-26 15:40           ` anton yakovlev
     [not found] ` <40DBE222.8040603@codito.com>
2004-06-26  8:49   ` anton yakovlev
  -- strict thread matches above, loose matches on Subject: below --
2006-11-17  4:22 [ECOS] configtool Larry Phillips
2006-11-17  9:43 ` [ECOS] configtool John Dallaway
2006-11-17 21:06   ` Larry Phillips
2004-05-04 20:44 paape
2004-05-04 17:23 [ECOS] configtool paape
2004-05-04 19:25 ` [ECOS] configtool John Dallaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).