David Luca <[EMAIL PROTECTED]> writes: > Hello, > > I tried the example found in twothreads.c, but renamed > the file to hello.cpp to compile it with g++. > I commented the printf calls and replaced with > lighting led functions. The code looks like:
What happens if you leave the printf()s in as well as the led functions? Are you sure that the for loop are long enough for the led changed to be visible? > > When I run this example, I can see that each of the 2 > leds are lit, then the threads exits without > continuing. It is unlikely that the threads are exiting... > Is there something wrong with the > scheduler? ...or that there is anything wrong with the scheduler. -- Nick Garnett eCos Kernel Architect http://www.ecoscentric.com The eCos and RedBoot experts
