[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [realtime] unresolved symbol __errno_location



Philip N Daly wrote:
> 
> Hi,
> RTAI 1.6 appears to make my application OK but on loading I get:
> 
>   ./dio316rt: unresolved symbol __errno_location
> 
> which I don't understand as I do not "#include <linux/errno.h>".
> 
> Any ideas?

Hi Phil,

Possibly another header is pulling it in indirectly.  Probably the
easiest way to track it down is to do a gcc -E to get the pre-processor
output and then look for the errno reference.

Regards, Stuart