This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

It will have the incompatible with parameter of type "const char *" when use armv5 to build code.

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 errors
make[2]: *** [../../base/build/makedefs.inc:919: sesManufPgParser.o] Error 1
make[1]: *** [makefile:294: _makelib1] Error 2
make: *** [makefile:228: ses.lib] Error 2