From c5524dbf20faf0c374d99b0324bc0b4026ef274d Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Tue, 19 May 2020 16:20:58 -0400 Subject: [PATCH] software/bios: fix link order to avoid undefined symbol errors Signed-off-by: Gabriel Somlo --- litex/soc/software/bios/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile index 0e288a43b..a04a17b30 100755 --- a/litex/soc/software/bios/Makefile +++ b/litex/soc/software/bios/Makefile @@ -72,7 +72,7 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS) -L../libliteeth \ -L../liblitesdcard \ $(BP_LIBS) \ - -lcompiler_rt -lbase-nofloat -llitedram -lliteeth -llitesdcard \ + -lcompiler_rt -llitedram -lliteeth -llitesdcard -lbase-nofloat \ $(BP_FLAGS) ifneq ($(OS),Windows_NT)