pthread

Questions about the BASICtools and MakeItC
Post Reply
YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

pthread

Post 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



YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

Re: pthread

Post 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.

YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

Re: pthread

Post by YahooArchive »

ah, i was using MakeItC on windows

ill try that FreeRTOS

Thanks :)

Post Reply