This error means, it needs protoc-gen-javalite binary built on arm as 
you've one for protoc. Build google/protobuf's tag "v3.0.0-javalite" that 
will generate the required binary and install it. And then run ./gradlew 
build can be run with -Pprotoc-gen-javalite=<pathto/protoc-gen-javalite>.
Other changes look good for adding support on arm.

Regards,
Nishidha

On Thursday, 14 July 2016 17:15:24 UTC+5:30, nishi...@gmail.com wrote:
>
>
> Hi,
>
> I'm trying to build grpc-java on Power8 in order to build bazel 0.3.0 
> (need protoc-gen-grpc-java built on power). However, I'm getting below 
> errors while doing so -
> A problem occurred configuring project ':grpc-compiler'.
> > Exception thrown while executing model rule: 
> NativeComponentRules#createBinaries
> > Invalid NativePlatform: ppcle_64
>
> Could anyone please guide me on how to build grpc-java on Power? I've also 
> gone through a similar post for "arm" but it didn't help. Looks like some 
> other places also need to be modified in order to add support for Power. 
> Not sure if skipcodegen=true is expected in my case, but I've also tried 
> that and it also fails for missing netty-tcnative-boring-ssl jar for Power.
>
> Thanks in advance,
> Nishidha
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/f5d7a197-50ef-4b42-b0b7-ffbbf3f474ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to