2023-01-05 10:17 PM
I am trying to build
git clone ://github.com/bbrown1867/stm32-makefile.git
from Ubuntu (virtualbox) command line:
using the command
make
but getting the following error
No rule to make target 'bsp/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_s'
Kindly help to resolve this issue
2023-01-06 12:11 AM
Hello @ARama.7
Try cleaning the project and then rebuild it.
Please keep us informed about your update.
Imen
2023-01-06 01:03 AM
i cleaned using make clean command
after i tried again build using the command:
make
but same issue is happening
2023-01-06 01:16 AM
You have entered the toolchain path here, haven't you?
Is the git sub-repo downloaded into the bsp/ subdir?
2023-01-06 01:20 AM
Sorry. I missed
what tools i need to install?
what is the meaning of toolchain path?
2023-01-07 02:43 AM
Please see this file in that github project.
https://github.com/bbrown1867/stm32-makefile/blob/bf01e37a1f44e7f6a278f65e0dcc8aadf172f8a7/README.md
It is called "README", a hint to actually read it.
2023-01-07 04:24 AM
I tried the following. but in both cases, same error is obtained:
TOOLCHAIN_ROOT = /opt/gcc-arm-none-eabi-5_4-2016q3/bin
and
TOOLCHAIN_ROOT = /opt/gcc-arm-none-eabi-5_4-2016q3/