Closed TamojitSaha closed 3 years ago
I made few changes to Makefile in usb
directory of this repo.
I remove these line otherwise I was getting the following error:
makefile:75: *** target pattern contains no '%'. Stop.
As I am using Windows platform I had to update my GNU Make to version 4.3.
This can be done by executing choco install make
. Then add the install path to the PATH variable.
The bootloader successfully compiled after that step.
Hello, I have installed the prerequisites as mentioned in order to compile bootloader. I have also correctly edited the MakeFile under the root directory as well in the
./usb
directory here.Attached below is compressed folder of the cloned repo after some adjustment in the file structure. sboot_stm32.zip
The directory structure looks like the following:
After I ran
make stm32f103x8
, the output from the terminal is as follows:The linker file is not generated at the location as shown here
I would humbly request you and anyone who can shine some light on this to kindly help me out. in solving the error as shon above Thanks in advance for your time