Hi Charlie,
tried the -D_REENTRANT...no luck.
Whenever the other thread starts, data destined for COM4 goes out
over COM3 and I can't read from either port.
I'm assuming that somewhere in the code I've got some non thread
safe calls but am probably staring at the code too long to see them.
The glibc is a standard build that comes with the TS-7300...I'm
using the pthread library in it....LinuxThreads.
Paul.
>
> Hi Paul --
>
> Try adding "-D_REENTRANT" to your gcc command line (one underscore,
> BTW). That way it's defined already when system header files are
> included; right now you define it in your source after everything
else
> is included. Maybe throw on a "-D_GNU_SOURCE" too.
>
> Does the read from COM4 block, or is the data you read corrupted?
>
> Which threading library is your system using, linuxthreads or NPTL?
>
> regards, ......... Charlie
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Great things are happening at Yahoo! Groups. See the new email design.
http://us.click.yahoo.com/lOt0.A/hOaOAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|