mcauser / WEACT_F411CEU6

MicroPython board definition for the WeAct STM32F411CEU6 board
121 stars 33 forks source link

make error #5

Open Onefabis opened 4 years ago

Onefabis commented 4 years ago

Hi, when I use the code: make BOARD=WEACT_F411CEU6 I get this error: [build-WEACT_F411CEU6/genhdr/pins.h] Error 128 What I've done wrong?

Onefabis commented 4 years ago

I use it in Wondows 10

robhamerling commented 3 years ago

I got a different message with Make (under Linux Mint), of which I do not know/understand the cause. Apparently something is missing on my system, but how to repair?

/bin/sh: 1: arm-none-eabi-gcc: not found make: *** [../../py/mkrules.mk:89: build-WEACT_F411CEU6/genhdr/qstr.i.last] Error 127

[addition]

By searching for this error message I found the solution:

But then I got a message that mpy-cross has to be built first. Now I got firmware.dfu and firmware.hex files!

These pre-requisites could be a useful addition to Readme.md!

Regards, Rob.