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

build_error: No rule to make target 'bootloader_only_binaries', needed by 'copy_generic-pc13'. Stop. #52

Open
AndKe opened this issue Mar 12, 2022 · 1 comment · May be fixed by #56
Open

Comments

@AndKe
Copy link

AndKe commented Mar 12, 2022

~/prog/STM32_HID_Bootloader/bootloader/F1$ make generic-pc13
CLEAN
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017-q2-update) 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437]
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

MKDIR   build
CC      Src/main.c
CC      Src/usb.c
CC      Src/hid.c
CC      Src/led.c
CC      Src/flash.c
LD      build/hid_bootloader.elf
Memory region         Used Size  Region Size  %age Used
             RAM:        3024 B        20 KB     14.77%
           FLASH:        1984 B        64 KB      3.03%
GENBIN  build/hid_bootloader.bin
make: *** No rule to make target 'bootloader_only_binaries', needed by 'copy_generic-pc13'. Stop.
@gordon0001
Copy link

gordon0001 commented Nov 10, 2022

Fix:
mkdir bootloader_only_binaries && make generic-pc13

Create the folder bootloader_only_binaries in the F1 folder
Compile again and it works. 👍

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

Successfully merging a pull request may close this issue.

2 participants