This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

ECOS: undefined reference to `__errno_location'


hi gang,

sorry to bother you again,

i'm trying to port an application that was written for
linux over to ecos. i've been slowly figuring out what's
missing and making changes either to my application or
to my ecos configuration.

this one has me stumped. it's comes from a line of source 
that says:

      return -errno;

and the error is while linking:

  undefined reference to `__errno_location'

any ideas?

thanks,
michael



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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