We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest pull (4aa4540) doesnt seem to compile at all. Error seems to be in the included libopencm3 This is the error from
make BOARDNAME=board_v2_plus EXTRA_CFLAGS="-DSWEEP_POINTS_MAX=201 -DSAVEAREA_MAX=7"
BUILD lib/stm32/f0 /bin/sh: 2: Syntax error: Unterminated quoted string make[1]: *** [Makefile:73: lib/stm32/f0] Error 2 make[1]: Leaving directory '/home/nieldk/build/NanoVNA-V2-firmware/libopencm3' make: *** [Makefile:76: libopencm3/lib/libopencm3_gd32f3_nofpu.a] Error 2
The text was updated successfully, but these errors were encountered:
replace the backslash in line #27 of libopencm3/Makefile with a slash, make it looking like
SRCLIBDIR:= $(subst $(space),/$(space),$(realpath lib))
Sorry, something went wrong.
replace the backslash in line #27 of libopencm3/Makefile with a slash, make it looking like SRCLIBDIR:= $(subst $(space),/$(space),$(realpath lib))
or remove the backslash. But, this should be changed in the repository.
Hello, i have at same problem try with my repository. I made this branch for change the reference clock of ADF4350/Si
Repo:https://github.com/Jampag/NanoVna-V2-referance-clock-25MHz
No branches or pull requests
Latest pull (4aa4540) doesnt seem to compile at all.
Error seems to be in the included libopencm3
This is the error from
make BOARDNAME=board_v2_plus EXTRA_CFLAGS="-DSWEEP_POINTS_MAX=201 -DSAVEAREA_MAX=7"
The text was updated successfully, but these errors were encountered: