Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

collect2: fatal error: not a COFF file

Status
Not open for further replies.

amandeepgautam

Programmer
Dec 21, 2017
8
0
0
US
I am trying to compile gRPC on AIX. With some workarounds, I was able to reach the very last step and this is where I get this error:

Code:
[tt][MAKE]    Generating cache.mk
[HOSTLD]  Linking /home/amandeep/grpc-1.15.1/bins/opt/grpc_cpp_plugin
collect2: fatal error: /home/amandeep/grpc-1.15.1/libs/opt/libgrpc_plugin_support.a: not a COFF file
compilation terminated.
make: *** [Makefile:17926: /home/amandeep/grpc-1.15.1/bins/opt/grpc_cpp_plugin] Error 1
[/tt]

What could be done to fix this? I would need gRPC lib to have a 64-bit executable, so the following workaround may not succeed:
Any help is appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top