Eli Zaretskii
eliz****@gnu*****
Wed Apr 18 17:15:47 JST 2018
> From: Ran Shalit <ransh****@gmail*****> > Date: Wed, 18 Apr 2018 11:07:30 +0300 > > > https://sourceforge.net/projects/ezwinports/files/libarchive-3.3.1-w32-bin.zip/download > > > > > I tried it not but it seems to fail as following: > > C:\Program Files (x86)\GnuWin32\bin>bsdtar.exe -x > c:\linaro\gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz > bsdtar.exe: Error opening archive: Failed to open '\\.\TAPE0': No such > file or directory Hint: the package comes with documentation, which is meant to be read... Anyway, you need an explicit -f switch, as with any 'tar' work-alike: bsdtar -xf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz