arduino/arduino-renesas-bootloader

No rule to make target '/examples/make.mk

simooon442 opened this issue · 2 comments

It seems a folder (examples) containing à "make.mk" is missing when we try to make file.

C:\Users\PC\Downloads\arduino-renesas-bootloader-main\arduino-renesas-bootloader-main>make -f Makefile.minima Makefile.minima:8: /examples/make.mk: No such file or directory make: *** No rule to make target '/examples/make.mk'. Stop.

Is it normal ?

Hi @simooon442 ,
you need to clone tinyusb somewhere and specify TINYUSB_ROOT env variable to properly compile the bootloaders 😉

Hello facchinm, thank you for your response, but to be sure I'm not doing wrong, do you mean:
1- Edit compile.sh file and add a new line into ?
something like TINYUSB_ROOT='E:\arduino-renesas-bootloader-main\tinyusb' ?

(with of course the tinyusb master folder located at this path)