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

Re: [realtime] __errno_location



Philip N Daly wrote:
> 
> It works out that if I add "-L/usr/lihb -lc" to the ld command, the
> __errno_location problem goes away. Of course, it does this at the expense
> of the module size which ballons up to several megabytes.
> 
> P

Hi Phil,

You shouldn't need this unless something really wants errno.  Try
looking at the preprocessor output (gcc -E).

Regards, Stuart