hi ,

    i have taken opencore from latest eclair android and trying to
compile that outside of android using imx27 toolchain  getting
following errors.



/home/anitha/opencore/tools_v2/build/make/entry_point.mk:152: /home/
anitha/opencore/build_config/opencore_dynamic/build/installed_include/
ALL_HDRS_INSTALLED: No such file or directory
/home/anitha/opencore/tools_v2/build/make/entry_point.mk:152: /home/
anitha/opencore/build_config/opencore_dynamic/build/installed_lib/arm/
ALL_LIBS_INSTALLED: No such file or directory
[make] Touching dependency file ==> /home/anitha/opencore/build_config/
opencore_dynamic/build/installed_lib/arm/ALL_LIBS_INSTALLED
test -f /home/anitha/opencore/build_config/opencore_dynamic/build/
installed_lib/arm/ALL_LIBS_INSTALLED
[make] Touching dependency file ==> /home/anitha/opencore/build_config/
opencore_dynamic/build/installed_include/ALL_HDRS_INSTALLED
test -f /home/anitha/opencore/build_config/opencore_dynamic/build/
installed_include/ALL_HDRS_INSTALLED
[make] Building /home/anitha/opencore/build_config/opencore_dynamic/
build/oscl/oscl/osclbase/build/make/arm/shared-dbg/oscl_time.o
[make] Using /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:45,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_base.h:38:24: error:
osclconfig.h: No such file or directory
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_base.h:41,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:45,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:44:2:
error: #error "ERROR: OSCL_ASSERT_ALWAYS has to be defined to either 1
or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:54:2:
error: #error "ERROR: OSCL_DISABLE_INLINES has to be defined to either
1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:63:2:
error: #error "ERROR: OSCL_HAS_ANSI_STDLIB_SUPPORT has to be defined
to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:72:2:
error: #error "ERROR: OSCL_HAS_ANSI_STDIO_SUPPORT has to be defined to
either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:81:2:
error: #error "ERROR: OSCL_HAS_ANSI_STRING_SUPPORT has to be defined
to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:90:2:
error: #error "ERROR: OSCL_HAS_UNICODE_SUPPORT has to be defined to
either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
100:2: error: #error "ERROR: _STRLIT has to be defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
110:2: error: #error "ERROR: _STRLIT_CHAR has to be defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
140:2: error: #error "ERROR: OSCL_HAS_MSWIN_SUPPORT has to be defined
to either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
149:2: error: #error "ERROR: OSCL_HAS_MSWIN_PARTIAL_SUPPORT has to be
defined to either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
158:2: error: #error "ERROR: OSCL_HAS_UNIX_SUPPORT has to be defined
to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
167:2: error: #error "ERROR: OSCL_HAS_SYMBIAN_SUPPORT has to be
defined to either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
176:2: error: #error "ERROR: OSCL_HAS_ANDROID_SUPPORT has to be
defined to either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
185:2: error: #error "ERROR: OSCL_HAS_IPHONE_SUPPORT has to be defined
to either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
194:2: error: #error "ERROR: OSCL_INTEGERS_WORD_ALIGNED has to be
defined to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
203:2: error: #error "ERROR: OSCL_BYTE_ORDER_BIG_ENDIAN has to be
defined to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
212:2: error: #error "ERROR: OSCL_BYTE_ORDER_LITTLE_ENDIAN has to be
defined to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
220:2: error: #error "ERROR: either OSCL_BYTE_ORDER_LITTLE_ENDIAN or
else OSCL_BYTE_ORDER_BIG_ENDIAN must be 1."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
232:2: error: #error "ERROR: OSCL_HAS_GLOBAL_VARIABLE_SUPPORT has to
be defined to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
248:2: error: #error "ERROR: OSCL_HAS_ANSI_STRING_SUPPORT has to be
defined to either 1 or 0."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
256:2: error: #error "ERROR: OSCL_NATIVE_INT64_TYPE has to be
defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
264:2: error: #error "ERROR: OSCL_NATIVE_UINT64_TYPE has to be
defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
272:2: error: #error "ERROR: INT64(x) has to be defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
280:2: error: #error "ERROR: UINT64(x) has to be defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
288:2: error: #error "ERROR: INT64_HILO(high,low) has to be defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
296:2: error: #error "ERROR: UINT64_HILO(high,low) has to be defined."
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
306:2: error: #error "ERROR: OSCL_MEMFRAG_PTR_BEFORE_LEN has to be
defined to either 0 or 1"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
315:2: error: #error "ERROR: OSCL_HAS_TLS_SUPPORT has to be defined to
either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
326:2: error: #error "ERROR: OSCL_TLS_IS_KEYED has to be defined to
either 1 or 0"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
394:2: error: #error "ERROR: OSCL_HAS_BASIC_LOCK must be defined to 0
or 1"
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:
416:2: error: #error "ERROR: OSCL_HAS_PRAGMA_PACK must be defined to 0
or 1"
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:49:29: error:
osclconfig_time.h: No such file or directory
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:178,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.inl:328,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:22:31: error: osclconfig_memory.h: No
such file or directory
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:31:42: error:
osclconfig_compiler_warnings.h: No such file or directory
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_base.h:40,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:45,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_types.h:62: error:
‘uint8’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_types.h:69: error:
‘OSCL_NATIVE_INT64_TYPE’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_types.h:70: error:
‘OSCL_NATIVE_UINT64_TYPE’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_types.h:75: error:
‘OSCL_NATIVE_WCHAR_TYPE’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_types.h:78: error:
‘oscl_wchar’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_types.h:95: error:
‘uint32’ does not name a type
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_base.h:41,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:45,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:31:
error: ‘int8’ does not name a type
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:32:
error: ‘uint8’ does not name a type
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:33:
error: ‘int16’ does not name a type
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:34:
error: ‘uint16’ does not name a type
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:35:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/config/shared/osclconfig_check.h:36:
error: ‘uint32’ does not name a type
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:45,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_base.h:69: error:
‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_base.h:77: error:
‘int32’ does not name a type
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:53,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:36:
error: ‘int64’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:36:
error: expected ‘,’ or ‘...’ before ‘upper’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:36:
error: ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:38:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:40:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:42:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:44:
error: ‘uint64’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:44:
error: expected ‘,’ or ‘...’ before ‘upper’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:44:
error: ISO C++ forbids declaration of ‘uint32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:46:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:48:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:50:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:62:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_int64_utils.h:63:
error: ‘uint32’ does not name a type
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:82: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:100: error:
‘uint64’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:111: error:
expected ‘,’ or ‘...’ before ‘seconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:111: error:
ISO C++ forbids declaration of ‘uint32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:115: error:
expected ‘,’ or ‘...’ before ‘seconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:115: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:115: error:
‘NTPTime::NTPTime(int)’ cannot be overloaded
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:111: error:
with ‘NTPTime::NTPTime(int)’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:126: error:
expected ‘,’ or ‘...’ before ‘value’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:126: error:
ISO C++ forbids declaration of ‘uint64’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:126: error:
‘NTPTime::NTPTime(int)’ cannot be overloaded
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:111: error:
with ‘NTPTime::NTPTime(int)’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:131: error:
declaration of ‘operator=’ as non-function
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:131: error:
expected ‘;’ before ‘(’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:135: error:
declaration of ‘operator=’ as non-function
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:135: error:
expected ‘;’ before ‘(’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:139: error:
declaration of ‘operator+=’ as non-function
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:139: error:
expected ‘;’ before ‘(’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:152: error:
expected ‘,’ or ‘...’ before ‘systemtime’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:152: error:
ISO C++ forbids declaration of ‘uint32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:156: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:159: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:162: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:169: error:
‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:172: error:
‘uint64’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:214: error:
expected ‘,’ or ‘...’ before ‘&’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:214: error:
ISO C++ forbids declaration of ‘OsclBasicTimeStruct’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:231: error:
expected `)' before ‘aYear’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:239: error:
expected `)' before ‘in_ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:245: error:
‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:261: error:
expected ‘,’ or ‘...’ before ‘ntp_offset’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:261: error:
ISO C++ forbids declaration of ‘uint32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:271: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:273: error:
‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:279: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:287: error:
‘uint64’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:348: error:
ISO C++ forbids declaration of ‘OsclBasicTimeStruct’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:348: error:
expected ‘;’ before ‘*’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:350: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:350: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:351: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:351: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:355: error:
‘OsclBasicTimeStruct’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:356: error:
ISO C++ forbids declaration of ‘OsclBasicTimeStruct’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:356: error:
expected ‘;’ before ‘*’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:364: error:
expected ‘,’ or ‘...’ before ‘bSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:364: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:365: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:365: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:365: error:
‘TimeValue operator+(int)’ must have an argument of class or
enumerated type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:366: error:
expected ‘,’ or ‘...’ before ‘bSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:366: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:367: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:367: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.h:367: error:
‘TimeValue operator-(int)’ must have an argument of class or
enumerated type
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_assert.h:66,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.inl:27,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_assert.inl: In
function ‘void _OSCL_Abort()’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_assert.inl:24:
error: ‘abort’ was not declared in this scope
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.inl:28,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h: At
global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:57:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:67:
error: ‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:86:
error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:105:
error: expected constructor, destructor, or type conversion before ‘*’
token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:119:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:133:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:149:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:164:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:181:
error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:198:
error: expected constructor, destructor, or type conversion before ‘*’
token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:210:
error: ‘int32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:211:
error: ‘int32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:223:
error: expected initializer before ‘*’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:224:
error: expected constructor, destructor, or type conversion before ‘*’
token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:236:
error: ‘int32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:237:
error: ‘int32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:238:
error: expected initializer before ‘*’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:239:
error: expected constructor, destructor, or type conversion before ‘*’
token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:250:
error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:261:
error: expected constructor, destructor, or type conversion before ‘*’
token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:275:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:288:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:304:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:320:
error: ‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:341:
error: ‘oscl_wchar’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:375:
error: expected initializer before ‘*’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:376:
error: expected constructor, destructor, or type conversion before ‘*’
token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_stdstring.h:411:
error: expected constructor, destructor, or type conversion before ‘*’
token
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.inl:29,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_string_utils.h:60:
error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_string_utils.h:62:
error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_string_utils.h:63:
error: ‘uint64’ has not been declared
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In copy
constructor ‘NTPTime::NTPTime(const NTPTime&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:39: error:
‘timevalue’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:39: error:
‘const class NTPTime’ has no member named ‘timevalue’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:42: error:
expected ‘,’ or ‘...’ before ‘seconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:42: error:
ISO C++ forbids declaration of ‘uint32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
constructor ‘NTPTime::NTPTime(int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:44: error:
‘timevalue’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:44: error:
‘seconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:47: error:
expected ‘,’ or ‘...’ before ‘seconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:47: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:47: error:
redefinition of ‘NTPTime::NTPTime(int)’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:42: error:
‘NTPTime::NTPTime(int)’ previously defined here
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:53: error:
expected ‘,’ or ‘...’ before ‘value’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:53: error:
ISO C++ forbids declaration of ‘uint64’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:53: error:
redefinition of ‘NTPTime::NTPTime(int)’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:42: error:
‘NTPTime::NTPTime(int)’ previously defined here
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:58: error:
declaration of ‘operator=’ as non-function
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:58: error:
‘uint32’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:64: error:
declaration of ‘operator=’ as non-function
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:64: error:
‘uint64’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:70: error:
declaration of ‘operator+=’ as non-function
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:70: error:
‘uint64’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘NTPTime NTPTime::operator-(const NTPTime&) const’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:79: error:
‘class NTPTime’ has no member named ‘timevalue’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:79: error:
‘timevalue’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:79: error:
‘const class NTPTime’ has no member named ‘timevalue’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:83: error:
expected ‘,’ or ‘...’ before ‘systemtime’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:83: error:
ISO C++ forbids declaration of ‘uint32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘void NTPTime::set_from_system_time(int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:85: error:
‘timevalue’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:85: error:
‘systemtime’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:85: error:
‘int64’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:88: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:93: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:98: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:103: error:
‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:108: error:
‘uint64’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘bool TimeValue::is_zero()’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:116: error:
‘ts’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:128: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:134: error:
‘int32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:139: error:
‘uint32’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:144: error:
‘uint64’ does not name a type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:166: error:
expected ‘,’ or ‘...’ before ‘bSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:166: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘TimeValue operator+(const TimeValue&, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:169: error:
‘bSeconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:172: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:172: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:172: error:
‘TimeValue operator+(int)’ must have an argument of class or
enumerated type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:178: error:
expected ‘,’ or ‘...’ before ‘bSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:178: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘TimeValue operator-(const TimeValue&, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:181: error:
‘bSeconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:184: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:184: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:184: error:
‘TimeValue operator-(int)’ must have an argument of class or
enumerated type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:190: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:190: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘TimeValue& TimeValue::operator+=(int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:193: error:
‘aSeconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:196: error:
expected `;' before ‘sec_value’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:196:
warning: statement has no effect
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:199: error:
‘sec_value’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:202: error:
‘aSeconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:206: error:
expected ‘,’ or ‘...’ before ‘aSeconds’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:206: error:
ISO C++ forbids declaration of ‘int32’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘TimeValue& TimeValue::operator-=(int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:209: error:
‘aSeconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:212: error:
expected `;' before ‘sec_value’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:212:
warning: statement has no effect
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:215: error:
‘sec_value’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:218: error:
‘aSeconds’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘TimeValue& TimeValue::operator=(const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:226: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:226: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:227: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:227: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘TimeValue& TimeValue::operator+=(const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:235: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:235: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:236: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:236: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:238: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:240: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:241: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘TimeValue& TimeValue::operator-=(const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:251: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:251: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:252: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:252: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:254: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:254: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:256: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:257: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘TimeValue& TimeValue::operator*=(int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:267: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:268: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:269: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:270: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:271: error:
‘class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘bool operator==(const TimeValue&, const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:280: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:280: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:280: error:
expected primary-expression before ‘==’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:280: error:
expected primary-expression before ‘)’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:280: error:
‘timercmp’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘bool operator!=(const TimeValue&, const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:287: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:287: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:287: error:
expected primary-expression before ‘!=’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:287: error:
expected primary-expression before ‘)’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:287: error:
‘timercmp’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘bool operator<=(const TimeValue&, const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:295: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:295: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:295: error:
expected primary-expression before ‘>’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:295: error:
expected primary-expression before ‘)’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:295: error:
‘timercmp’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘bool operator>=(const TimeValue&, const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:302: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:302: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:302: error:
expected primary-expression before ‘<’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:302: error:
expected primary-expression before ‘)’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:302: error:
‘timercmp’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘bool operator>(const TimeValue&, const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:310: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:310: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:310: error:
expected primary-expression before ‘>’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:310: error:
expected primary-expression before ‘)’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:310: error:
‘timercmp’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
function ‘bool operator<(const TimeValue&, const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:318: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:318: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:318: error:
expected primary-expression before ‘<’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:318: error:
expected primary-expression before ‘)’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:318: error:
‘timercmp’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘void TimeValue::set_to_current_time()’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:324: error:
‘ts’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:324: error:
‘gettimeofday’ was not declared in this scope
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.inl:328,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:54: error: ‘int32’ was not declared in this
scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:73: error: ‘int32’ was not declared in this
scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:73: error: ‘int32’ was not declared in this
scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:73: error: initializer expression list
treated as compound expression
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:94: error: ‘int32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:123: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:138: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:150: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:161: error: ‘uint8’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:161: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:174: error: ‘uint32’ has not been declared
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:178,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.inl:328,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:33: error: ‘_oscl_malloc’ declared as an
‘inline’ variable
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:33: error: redefinition of ‘void*
_oscl_malloc’
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:54: error: ‘void* _oscl_malloc’ previously
defined here
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:33: error: ‘int32’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:38: error: ‘int32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘void* _oscl_realloc(void*,
int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:40: error: ‘realloc’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:43: error: ‘_oscl_calloc’ declared as an
‘inline’ variable
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:43: error: redefinition of ‘void*
_oscl_calloc’
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h:73: error: ‘void* _oscl_calloc’ previously
defined here
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:43: error: ‘int32’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:43: error: ‘int32’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘void _oscl_free(void*)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:50: error: ‘free’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:53: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘void* oscl_memcpy(void*,
const void*, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:55: error: ‘memcpy’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:58: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘void* oscl_memmove(void*,
const void*, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:60: error: ‘memmove’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:63: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘void* oscl_memmove32(void*,
const void*, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:65: error: ‘memmove’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:68: error: ‘uint8’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:68: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘void* oscl_memset(void*,
int, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:70: error: ‘memset’ was not declared in
this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: At global scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:73: error: ‘uint32’ has not been declared
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl: In function ‘int oscl_memcmp(const
void*, const void*, int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.inl:75: error: ‘memcmp’ was not declared in
this scope
In file included from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.h:370,
                 from /home/anitha/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp:19:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In member
function ‘void TimeValue::set_to_zero()’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:332: error:
‘ts’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
constructor ‘TimeValue::TimeValue()’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:340: error:
‘ts’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:340: error:
‘gettimeofday’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In copy
constructor ‘TimeValue::TimeValue(const TimeValue&)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:349: error:
‘ts’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:349: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:350: error:
‘const class TimeValue’ has no member named ‘ts’
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:355: error:
expected ‘,’ or ‘...’ before ‘&’ token
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:355: error:
ISO C++ forbids declaration of ‘OsclBasicTimeStruct’ with no type
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: In
constructor ‘TimeValue::TimeValue(int)’:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:358: error:
‘ts’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:358: error:
‘in_tv’ was not declared in this scope
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl: At global
scope:
/home/anitha/opencore/oscl/oscl/osclbase/src/oscl_time.inl:363: error:
expected `)' before ‘aYear’
make: *** [/home/anitha/opencore/build_config/opencore_dynamic/build/
oscl/oscl/osclbase/build/make/arm/shared-dbg/oscl_time.o] Error 1




can we not compile this version of opencore outside of android?

if yes which version of opencore can be built outside of android.




regards
anitha

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to