Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile
- index 0e288a43..a04a17b3 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)
Advertisement
Add Comment
Please, Sign In to add comment