Page 1 of 1

pthread

Posted: Mon Feb 11, 2013 1:16 am
by YahooArchive
having trouble getting multi threading working

iv included #include but the compiler says it cant find 'pthread_t'
when trying to compile a simple thread example

any ideas?

Thanks

Re: pthread

Posted: Mon Feb 11, 2013 1:16 am
by YahooArchive
If you're trying to compile pthread for linux, its going to require a lot of
library support, and libraries that were meant for linux, which won't fit even
on a SuperPRO.

If you're looking for multi-threading you might look at FreeRTOS.

Re: pthread

Posted: Mon Feb 11, 2013 1:17 am
by YahooArchive
ah, i was using MakeItC on windows

ill try that FreeRTOS

Thanks :)