Closed ekawahyu closed 8 months ago
Are you sure that you've cloned recursively?
I get the same error messages if the bootloader/bsp directory is empty, so it might be that you for some reason don't have the bootloader/bsp repo cloned.
Try git pull --recurse-submodules
I had to fix the submodule url both in bootloader and bsp to make it work:
url = https://github.com/rosvall/cc2531_bsp_asm.git
url = https://github.com/rosvall/cc2531_bootloader.git
Thank you. That should be fixed now.
Please see the following error messages: