MicroPhase / antsdr_uhd

This repo contains both the uhd host driver and firmware for microphase antsdr devices.
GNU General Public License v3.0
46 stars 30 forks source link

unzip fails on Windows. #51

Closed gvanem closed 1 year ago

gvanem commented 1 year ago

Just a little FYI folks.

I'm on Windows-10 and downloaded this repository as antsdr_uhd-master.zip file. But the name of these files:

  firmware/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c
  firmware/linux/include/soc/arc/aux.h

caused unzip antsdr_uhd-master.zip to fail in creating the above files. Similar problem with 7z x antsdr_uhd-master.zip. But it wisely renamed aux.[ch] to _aux.[ch].

A stupid Windows issue (coming from the age of MSDOS). Such names are still illegal on Windows! I'm not seeking to build your stuff on Windows (possible?). Just study the source. Hence this issue.

Besides there are these files with different casing:

firmware\linux\include\uapi\linux\netfilter\xt_CONNMARK.h
firmware\linux\include\uapi\linux\netfilter\xt_connmark.h

Why?

lone-boy commented 1 year ago

I'm very sorry, I usually use the git command to pull and download this warehouse. Generally speaking, this problem will not occur. There is no problem in building the image of this project under Windows through this source code.