compiling cont.
russ
russ at embedit.com.au
Tue Oct 24 01:23:20 UTC 2000
Hmmm, good point. I'll check that.
OK, I've gone through again and it seems that the console driver init
function is not being called. I have
CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER defined. Any ideas where
and when this should be called and why it wouldn't be?
Thanks
russ
Joel Sherrill wrote:
>
> russ wrote:
> >
> > This has now been resolved (thanks again Joel!). Removing the
> > soft-float flag fixed everything.
> >
> > Now my next question, has much changed in the system configuration
> > process from 4.0 to 4.5? I've read the "Configuring a system using the
> > template confdefs.h" README and think I've gotten everything.
>
> Some things have changed but mostly to be more accurate and minimize
> the resources allocated. For example, the default number of
> RTEMS tasks and POSIX threads in 4.0 was 10. It it now 0. The
> default number of file descriptors was 20 -- now it is 3 (stdin, out,
> and
> error).
>
> > But my Init task isn't being called. I get into
> > _Thread_Start_multitasking and when the first _Context_Switch is
> > called, it crashes.
>
> This is a BSP problem. This is the first point interrupts are enabled.
>
> > Thanks
> > russ
More information about the users
mailing list