Skip to content
New issue

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

Unable to compile (libopencm3 error) #73

Open
nieldk opened this issue Feb 14, 2021 · 3 comments
Open

Unable to compile (libopencm3 error) #73

nieldk opened this issue Feb 14, 2021 · 3 comments

Comments

@nieldk
Copy link

nieldk commented Feb 14, 2021

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
@dc0sk
Copy link

dc0sk commented May 7, 2021

replace the backslash in line #27 of libopencm3/Makefile with a slash, make it looking like

SRCLIBDIR:= $(subst $(space),/$(space),$(realpath lib))

@nieldk
Copy link
Author

nieldk commented May 7, 2021

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.

@Jampag
Copy link

Jampag commented Nov 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants