Pardon my Noobness, but i just managed to compile the supercell.hex within the Mutable Vagrant (with the arm toolchain installed you listed) but i fail to compile the bootloader.
i used " make -f supercell/bootloader/makefile hex" (like with clouds) but it outputs a lot of such errors:
: fatal error: opening dependency file build/supercell_bootloader/startup_stm32f4xx.d: No such file or directory
and "make -f supercell/makefile VARIANT=SUPERCELL upload" wants a bootloader to be able to make the combo.bin: make: *** No rule to make target build/supercell_bootloader/supercell_bootloader.hex, needed by build/supercell/supercell_bootloader_combo.bin. Stop.
do i just copy the "build/clouds_bootloader" content into "build/supercell_bootloader" or how does this work?
Pardon my Noobness, but i just managed to compile the supercell.hex within the Mutable Vagrant (with the arm toolchain installed you listed) but i fail to compile the bootloader.
i used " make -f supercell/bootloader/makefile hex" (like with clouds) but it outputs a lot of such errors:
: fatal error: opening dependency file build/supercell_bootloader/startup_stm32f4xx.d: No such file or directory
and "make -f supercell/makefile VARIANT=SUPERCELL upload" wants a bootloader to be able to make the combo.bin: make: *** No rule to make target
build/supercell_bootloader/supercell_bootloader.hex, needed bybuild/supercell/supercell_bootloader_combo.bin. Stop.do i just copy the "build/clouds_bootloader" content into "build/supercell_bootloader" or how does this work?