Forum Discussion
Anonymous
5 years agoI had the same problem by upgrate a projekt from quartus18.1 to 20.1.
It is a MAX 10 project with the standard edition.
Correct is -msys-lib=hal_bsp
I have changed in make file
APP_LDFLAGS += -msys-lib=$(call adjust-path-mixed,$(SYS_LIB))
to
APP_LDFLAGS += -msys-lib=$(SYS_LIB)
Than it works fine.
Please change only this line.