c - Can't build the STM32 microcontroller project in System Workbench -
installed system workbench ide, started new project. downloading firmware board f103rb didn't work - downloads first ~200kb of zip file , stops, had find manually (it had same name should correct) , extract in c:\users[username]\appdata\roaming\ac6\sw4stm32\firmwares
. after doing this, system workbench found firmware , didn't prompt download it; project created. downloaded toolchain , after installation checked checkbox add path. when building project these error remains , i'm stuck here:
and console tab outputs this:
10:27:06 **** incremental build of configuration debug project sluchawki **** make process_begin: createprocess(null, echo "building file: ../startup/startup_stm32f10x_md.s", ...) failed. make (e=2): nie można odnaleźć określonego pliku. [can't find specified file.] make: *** [startup/startup_stm32f10x_md.o] error 2 10:27:07 build finished (took 1s.403ms)
Comments
Post a Comment