I use ARMv4 to build, it could success, but use ARMv5, it have the the incompatible with parameter of type "const char *" error.
"src/sesManufPgParser.c", line 361: Error: #167-D: argument of type "PU8" is incompatible with parameter of type "const char *" hdrTxtLen = strlen(PtrElemType->PtrTypeDescTxt); ^"src/sesManufPgParser.c", line 420: Error: #177-D: variable "monCntrlLen" was declared but never referenced U32 monCntrlLen; ^"src/sesManufPgParser.c", line 250: Error: #550-D: variable "halStatus" was set but never used HALI_CFG_STATUS halStatus; ^"src/sesManufPgParser.c", line 255: Error: #177-D: variable "offsetRdFlag" was declared but never referenced HALI_CFG_PAGE_RD_OFFSET_AND_FLAG offsetRdFlag = {0}; ^"src/sesManufPgParser.c", line 256: Error: #177-D: variable "visibleHdr" was declared but never referenced HALI_CFG_PAGE_VISIBLE_HEADER visibleHdr = {0}; ^"src/sesManufPgParser.c", line 257: Error: #177-D: variable "logString" was declared but never referenced SES_LOG_ENTRY logString; ^"src/sesManufPgParser.c", line 258: Error: #177-D: variable "logMsg" was declared but never referenced char logMsg[ HALI_LOG_ENTRY_STRING_ARG_LEN ]; ^src/sesManufPgParser.c: 0 warnings, 7 errorsmake[2]: *** [../../base/build/makedefs.inc:919: sesManufPgParser.o] Error 1make[1]: *** [makefile:294: _makelib1] Error 2make: *** [makefile:228: ses.lib] Error 2