forked from dotnet/coreclr
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protobuf MIPS port #29
Comments
Hi @geffzhang Thanks for your bug report! I am on it. Thanks, |
Workaround:
Thanks, |
Linux ARM64 repros:
|
Reported to upstream: grpc/grpc#24105 Waiting for review: grpc/grpc#24068 Thanks, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dotnet new grpc's run is wrong. may be should port Protobuf MIPS: https://github.com/grpc/grpc
geffzhang@geffzhang-PC2:~/workshop/grpc$ dotnet new grpc
The template "ASP.NET Core gRPC Service" was created successfully.
Processing post-creation actions...
Running 'dotnet restore' on /home/geffzhang/workshop/grpc/grpc.csproj...
Restore completed in 9.94 sec for /home/geffzhang/workshop/grpc/grpc.csproj.
Restore succeeded.
geffzhang@geffzhang-PC2:/workshop/grpc$ ls
appsettings.Development.json grpc.csproj Program.cs Protos Startup.cs
appsettings.json obj Properties Services
geffzhang@geffzhang-PC2:/workshop/grpc$ dotnet run
/home/geffzhang/.nuget/packages/grpc.tools/2.27.0/build/_protobuf/Google.Protobuf.Tools.targets(84,5): error : Google.Protobuf.Tools cannot determine host OS and CPU. [/home/geffzhang/workshop/grpc/grpc.csproj]
/home/geffzhang/.nuget/packages/grpc.tools/2.27.0/build/_protobuf/Google.Protobuf.Tools.targets(84,5): error : Use environment variables PROTOBUF_TOOLS_OS={linux|macosx|windows} and PROTOBUF_TOOLS_CPU={x86|x64} to try the closest match to your system. [/home/geffzhang/workshop/grpc/grpc.csproj]
/home/geffzhang/.nuget/packages/grpc.tools/2.27.0/build/_protobuf/Google.Protobuf.Tools.targets(84,5): error : You may also set PROTOBUF_PROTOC to specify full path to the host-provided compiler (v3.5+ is required). [/home/geffzhang/workshop/grpc/grpc.csproj]
The build failed. Fix the build errors and run again.
geffzhang@geffzhang-PC2:~/workshop/grpc$
The text was updated successfully, but these errors were encountered: