Code Monkey home page Code Monkey logo

Comments (7)

crazystylus avatar crazystylus commented on June 11, 2024 1

Hi @Danvil ,
Can you share your Cross.toml?

I am able to using Cross and Prost and cross compile to various architectures. Here's a link to Cross.toml from one of my repo.

from prost.

crazystylus avatar crazystylus commented on June 11, 2024 1

from prost.

Danvil avatar Danvil commented on June 11, 2024

Thank you that reference helped!

I added "apt install -y protobuf-compiler", to my Cross.toml, but now I get this error:

Error: Custom { kind: Other, error: "protoc failed: foo.proto:5:10: Unrecognized syntax identifier \"proto3\". This parser only recognizes \"proto2\".\n" }

Full Cross.toml:

[target.aarch64-unknown-linux-gnu]
pre-build = [
    "dpkg --add-architecture $CROSS_DEB_ARCH",
    "apt-get update && apt-get install -y pkg-config libudev-dev:$CROSS_DEB_ARCH",
    "apt install -y protobuf-compiler",
]

from prost.

Danvil avatar Danvil commented on June 11, 2024

"main" seems to provide a newer version of protobuf, but unfortunately it is still too old. My protos use optional and need at least v3.15 (version from early 2021). I guess this issue is not directly related to prost though. I will play around with the cross setup to maybe manually download a newer version.

from prost.

caspermeijn avatar caspermeijn commented on June 11, 2024

@Danvil Has this been resolved? Can you share the solution and close this issue?

from prost.

Danvil avatar Danvil commented on June 11, 2024

@caspermeijn I resolved the issue but unfortunately I don't quite remember exactly how.

I did add this line to my Cross.toml:

image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main"

Manually specifying an image might have pulled a newer version of the protobuf compiler.

from prost.

caspermeijn avatar caspermeijn commented on June 11, 2024

@Danvil Could you close the issue, now that it is resolved?

from prost.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.