CD build with ACE problems
Jack Cawkwell
J.Cawkwell at open.ac.uk
Wed Mar 19 07:59:37 UTC 2003
Joel,
I looked at my build and you are correct. Don't now how that happened,
but I will try deleting everything but the current version and rebuild
everything.
Thanks Jack
Joel Sherrill <joel.sherrill at oarcorp.com> writes:
>
>
>Jack Cawkwell wrote:
>>
>> Hi,
>>
>> I am trying to build ACE under rtems, but I have problems.
>> The first file that is compiled reports an error because
>> clockid_t is not defined. Is this a common compilation
>> problem with an obvious solution? It appears to me that the
>> compiler gets into a state where it can nolonger parse
>> legal code in :
>>
>> /opt/rtems/i386-rtems/include/sys/types.h circa line 245
>>
>> if I add
>>
>> typedef anything int;
>>
>> before the offending line:
>>
>> typedef _CLOCKID_T clockid_t;
>>
>> it fails on the added line, which should compile just about anywhere?
>>
>> i386-rtems-g++ and
>> i386-rtems-cpp newlib-1.11.0-20030203 2
>>
>> I am using ACE version 5.3, the latest stable, it is much more
>> recent that the 5.1.14 that was previously compiled.
>>
>> Any ideas? Jack
>
>This usually indicates that the C library and RTEMS are out of sync.
>It used to occur when transitioning from a 4.5.0 toolset to a
>snapshot one. Are you sure about which version of the tools you
>are using?
>
>--joel
>
More information about the users
mailing list