Hi,
I am trying to compile projects from NXP_Kinetis_Bootloader_2_0_0.
Imported projects from
“\NXP_Kinetis_Bootloader_2_0_0\targets\MK22F12810\kds\”
to the Kinetis Design Studio and noticing that there are three projects under every target board:
- Flashloader
- Flashloader_loader
- Tower_bootloader
Upon doing clean and Build all, there is error for “Flashloader” and “Flashloader_loader”.
Tower_bootloader is good and output file is being generated.
I have captured the error below.
fatal error: release/flashloader_image.c: No such file or directory
make: *** [src/bootloader/src/bl_flashloader.o] Error 1
make: Target 'all' not remade because of errors.
recipe for target 'post-build' failed makefile
recipe for target 'src/bootloader/src/bl_flashloader.o' failed
Tried to compile the same projects in IAR. I am getting the same error as above.
Please find the screenshot attached.