2020-10-19 05:06 AM
Hi,
I am trying to build this (https://github.com/IntergatedCircuits/DfuBootloader) bootloader for STM32F070CB microcontroller. I tried importing it into Atollic TrueSTUDIO and Eclipse IDE. Couldn't properly import the project and when I build it I get all sorts of different errors. Also I tried to run makefile in windows PowerShell using
(--- make TARGET_HEADER="\<stm32f070xb.h>\" SERIES=STM32F0 APP_ADDRESS=0X08002000 APP_SIZE=120*1024 TOTAL_ERASE_MS=4000 VID=FFFF PID=F070 ---)
command. When I do that
(--- /bin/sh: /usr/bin/arm-none-eabi-gcc: No such file or directory
make.exe": *** [build_FFFF_FFFF/bsp_io.o] Error 127 ---)
error appears. I am very new to this type of projects, recenly moved from Arduino IDE. Can anyone help me with the steps to build this project?