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

    colltoaction

    @colltoaction

    1
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    colltoaction Unfollow Follow

    Best posts made by colltoaction

    • 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

    Latest posts made by colltoaction

    • 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