0

I find Linaro toolchain in https://www.linaro.org/downloads/

but the files (such as gcc-linaro-6.2.1-2016.11-i686-mingw32_arm-linux-gnueabihf.tar.xz ) format tar.xz contains symbolic links.

How can .tar.xz be extracted in windows ?

Thank you,

ransh
  • 1,589
  • 4
  • 30
  • 56

1 Answers1

2

You will have to run the following from your mingw environment:

tar xf gcc-linaro-6.2.1-2016.11-i686-mingw32_arm-linux-gnueabihf.tar.xz
LaChocolaterie
  • 161
  • 2
  • 10