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

Maple Mini build error #3

Open
louisvangeldrop opened this issue Nov 10, 2019 · 0 comments
Open

Maple Mini build error #3

louisvangeldrop opened this issue Nov 10, 2019 · 0 comments

Comments

@louisvangeldrop
Copy link

Louis van Geldrop:

I want to build a version for the STM32F103CBT6 Maple Mini.

make TARGET=MAPLEMINI

However I do get the following error

CC dapboot.c
In file included from dapboot.c:22:0:
uf2.h:24:21: error: 'FLASH_SIZE_OVERRIDE' undeclared here (not in a function)
#define MAX_BLOCKS (FLASH_SIZE_OVERRIDE / 256 + 100)
^
uf2.h:28:25: note: in expansion of macro 'MAX_BLOCKS'
uint8_t writtenMask[MAX_BLOCKS / 8 + 1];
^
make[1]: *** [build/MAPLEMINI/dapboot.o] Fout 1
make: *** [dapboot-maplemini.bin] Fout 2

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

1 participant