You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kali GNU/Linux Rolling
Got this error:
~/hackrf-spectrum-analyzer/src/hackrf-sweep]
└─$ make
format the src # clang-format --style=file:../../../.clang-format -i hackrf_sweep.c
(cd lib/hackrf/ && git reset --hard v2023.01.1 && git apply < ../../src-c/0001-hackrf_sweep-to-library-conversion.patch)
fatal: ambiguous argument 'v2023.01.1': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
make: *** [Makefile:105: patch_hackrf] Error 128
The text was updated successfully, but these errors were encountered:
specifically doing the initial clone is there you do the --recurse-submodules, for example git clone --recurse-submodules --depth=1 https://github.com/pavsa/hackrf-spectrum-analyzer.git
Kali GNU/Linux Rolling
Got this error:
~/hackrf-spectrum-analyzer/src/hackrf-sweep]
└─$ make
format the src # clang-format --style=file:../../../.clang-format -i hackrf_sweep.c
(cd lib/hackrf/ && git reset --hard v2023.01.1 && git apply < ../../src-c/0001-hackrf_sweep-to-library-conversion.patch)
fatal: ambiguous argument 'v2023.01.1': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
make: *** [Makefile:105: patch_hackrf] Error 128
The text was updated successfully, but these errors were encountered: