Ignore:
Timestamp:
Dec 6, 2019, 12:07:51 PM (4 years ago)
Author:
alain
Message:

Fix several bugs in the FATFS and in the VFS,
related to the creation of big files requiring
more than 4 Kbytes (one cluster) on device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/display/Makefile

    r644 r656  
    2222build/display.elf : $(OBJS) display.ld
    2323        $(LD) -o $@ -T display.ld $(OBJS) -L$(LIBC) -L$(LIBPTHREAD) -L$(LIBALMOSMKH) \
    24          -lc -lpthread -lalmosmkh -lpthread -lc
     24          -lc -lpthread -lalmosmkh -lpthread -lc
    2525        $(DU) -D $@ > $@.txt
    2626
     
    3535
    3636.PHONY: dirs clean
    37 
     37 
Note: See TracChangeset for help on using the changeset viewer.