> > You need to wait for cyg_lwip_sequential_init() to return before creating > user threads.
That should be happening since I'm calling cyg_lwip_sequential_init() before even creating my own thread! <snip> cyg_lwip_sequential_init(); cyg_lwip_thread_new( "My thread", m_main, (void *)"My thread", my_stack, 0x1000, 5 ); ... ... <snip> I'll enable more debugs to see where it's getting stuck. > > Simon > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
