Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists.txt missing one required file for FATFS #597

Open
mirrorganger opened this issue Dec 3, 2023 · 1 comment
Open

CMakeLists.txt missing one required file for FATFS #597

mirrorganger opened this issue Dec 3, 2023 · 1 comment

Comments

@mirrorganger
Copy link

mirrorganger commented Dec 3, 2023

The list of FATFS files in CMakeLists.txt does not contain all the required files.

Makefile

FATFS_SOURCES += \
	$(FATFS_DIR)/diskio.c \
	$(FATFS_DIR)/ff.c \
	$(FATFS_DIR)/ff_gen_drv.c \
	$(FATFS_DIR)/option/ccsbcs.c

CMakeLists.txt

    Middlewares/Third_Party/FatFs/src/diskio.c
    Middlewares/Third_Party/FatFs/src/ff.c
    Middlewares/Third_Party/FatFs/src/ff_gen_drv.c

The following file is missing

Middlewares/Third_Party/FatFs/src/option/ccsbcs.c

@takumi-ogata
Copy link

Hi mirrorganger,

Thank you so much for bringing this to our attention.
If you want to, you're more than welcome to make the change and submit a PR.
We would greatly appreciate it. Otherwise, we will have a closer look at this when we get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants