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]

Time_t


I am trying to get the t_time structure defined for a POSIX environment. I
have selected the "time_t implementation header" in the Configuration Tool
and set the header to <cyg/posix/time.h>. The file ../install/include/time.h
checks CYGBLD_ISO_TIME_T_HEADER to be defined, and if so, includes
<cyg/posix/time.h>. The <cyg/posix/time.h> file has the structure timespec
defined with a member tv_sec of type time_t. The only place time_t is
defined is if the CYGBLD_ISO_TIME_T_HEADER is not defined (else leg of the
baseline time.h) and in <sys/time.h>. The latter file has the reference
time_t "#defined out" with "#if 0".

This result in a compile error when trying to build the library. Does anyone
have a solution for my problem?

Thanks
Hans


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


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