NIOS application build fail
Hi,
I have recently created a NIOS II application for UART which has built and run correctly up until today. I have not made any changes other than to rebuild the release/debug app.
In fact all my apps now wont build in Eclipse (again no changes to settings or code have been made).
I am running Quartus Lite 20.1 using EDS (Eclipse Mars 4.5.2 release) to create the NIOS application.
The only thing I can see is different is that my Windows box updated to 2004 build between builds (I know there have been changes to WSL in this).
This is the output from the toolchain:
Info: Linking uart_int_app.elf
nios2-elf-g++.exe -T'C:/Users/xxx/Desktop/Quartus/DE0/UART/software/uart_int_app_bsp/linker.x' -msys-crt0='C:/Users/xxx/Desktop/Quartus/DE0/UART/software/uart_int_app_bsp/obj/HAL/src/crt0.o' -msys-lib= -LC:/Users/xxx/Desktop/Quartus/DE0/UART/software/uart_int_app_bsp -msmallc -Wl,-Map=uart_int_app.map -O0 -g -Wall -mno-hw-div -mno-hw-mul -mno-hw-mulx -mgpopt=global -o uart_int_app.elf obj/default/InterruptHandlerForUart.o obj/default/hello_world.o -lm -msys-lib=m
nios2-elf-g++.exe: error: missing argument to '-msys-lib='
Makefile:1011: recipe for target 'uart_int_app.elf' failed
make: *** [uart_int_app.elf] Error 1
Any ideas?