grisp-software icon indicating copy to clipboard operation
grisp-software copied to clipboard

Updating the booloader on macOS 10.13.1

Open stefantimm opened this issue 8 years ago • 2 comments

./build/build-openocd.sh fails:

+ tar -xaf /Users/.../GRiSP/grisp-software/build/src/openocd-0.10.0.tar.bz2
Usage:
  List:    tar -tf <archive-filename>`
  Extract: tar -xf <archive-filename>
  Create:  tar -cf <archive-filename> [filenames...]
  Help:    tar --help

stefantimm avatar Nov 21 '17 13:11 stefantimm

I guess the a flag is not supported on macOS. Should be replaced with z.

holzingk avatar Nov 21 '17 13:11 holzingk

I would agree with @nextl00p. @stefantimm: Could you try whether just replacing that flag in build/build-openocd.sh works?

c-mauderer avatar Nov 21 '17 15:11 c-mauderer