Skip to content

"/llvm-mingw/bin/aarch64-w64-mingw32-gcc" not found #111

@wayneforrest

Description

@wayneforrest

I am getting this error using v1.25.3

cgo: C compiler "/llvm-mingw/bin/aarch64-w64-mingw32-gcc" not found: exec: "/llvm-mingw/bin/aarch64-w64-mingw32-gcc": stat /llvm-mingw/bin/aarch64-w64-mingw32-gcc: no such file or directory target=windows_arm64_v8.0

config:

- id: windows-arm64
    no_unique_dist_dir: true
    main: ./
    binary: a-arm64-lib
    goos:
      - windows
    goarch:
      - arm64
    env:
      - CGO_ENABLED=1
      - CC=/llvm-mingw/bin/aarch64-w64-mingw32-gcc
      - CXX=/llvm-mingw/bin/aarch64-w64-mingw32-g++
    buildmode: c-shared
    ldflags:
      - -s -w -X main.version={{.Version}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions