Skip to content

Arm binaries have got wrong folder structure #79

Closed
@NicoHood

Description

@NicoHood

I think I will just refer to the ARM build PR this time, because I might edit it over and over again. The error is described in the section "Fix Ctags":
arduino/Arduino#3549

It does not happen under x64 linux:

 1321  git clone https://github.com/arduino/arduino-builder.git
 1322  cd arduino-builder
 1323  sudo apt-get install golang
 1324  export GOPATH=`pwd`
 1325  go get github.com/go-errors/errors
 1326  go get github.com/stretchr/testify
 1327  go get github.com/jstemmer/go-junit-report
 1328  go get golang.org/x/codereview/patch
 1329  sudo apt-get install mercurial
 1330  go get golang.org/x/codereview/patch
 1331  go get golang.org/x/tools/cmd/vet
 1332  go build
 1333  ls
 1334  cp ./arduino-builder ../linux/work/
 1335  ../linux/work/arduino-builder --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