UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. colltoaction
    3. Posts
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • Running golang on Oneplus 5T dumpling

      Hi!

      I don't know if this is news to you, but the golang toolchain for ARM64 works out of the box.

      In the terminal:

      $ wget -O go1.21.1.linux-arm64.tar.gz https://go.dev/dl/go1.21.1.linux-arm64.tar.gz
      $ tar -xvf go1.21.1.linux-arm64.tar.gz
      $ ./go/bin/go
      

      Go modules seem to work as well. Hopefully this will turn out to be a good toolchain to work both externally and within the phone.

      posted in App Development
      C
      colltoaction