I am trying to compile protobuf in Aix machine, during make giving me given below error
/usr/bin/as -u -mpwr4 -many -o ../src/VistaraAgent/build/Debug/AIX/net/AgentProtoBufData.pb.o /tmp//ccsfEtju.s
Assembler:
/tmp//ccsfEtju.s: line 4122: 1252-142 Syntax error.
/tmp//ccsfEtju.s: line 4124: 1252-142 Syntax error.
Makefile:116: recipe for target '../src/VistaraAgent/build/Debug/AIX/net/AgentProtoBufData.pb.o' failed
gmake: *** [../src/VistaraAgent/build/Debug/AIX/net/AgentProtoBufData.pb.o]
Error 1
please help me to resolve this issue. Thanks in advance.