This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pthread support in newlib for powerpc-eabi cross GCC


On 10/23/2009 08:43 AM, j.jeffi@yahoo.co.in wrote:
Hi all,

I build cross tool chain for powerpc-eabi platform with newlib.
When i compiled a POSIX thread program, gcc issues error. In few pages I could see that current newlib doesnt have support of pthread for powerpc-eabi platform.
Correct.

Is there any other way to add pthread support for GCC with newlib?
pthread support is non-trivial. In general, it requires an OSes/kernel or similar underneath of GCC and newlib.

Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]