Building 1.17 with PYBD_SF2

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
servonifer
Posts: 2
Joined: Mon Nov 30, 2020 4:50 pm

Building 1.17 with PYBD_SF2

Post by servonifer » Thu Sep 09, 2021 1:05 pm

Hi,
I am trying to build firmware 1.17 for my pybd sf2 and I get this at end (linking elf)

CC build-PYBD_SF2/pins_PYBD_SF2.c
LINK build-PYBD_SF2/firmware.elf
c:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major\bin\arm-none-eabi-ld.exe: cannot find build-PYBD: No such file or directory
make: *** [Makefile:710: build-PYBD_SF2/firmware.elf] Error 1

as far as i understand, some file are missing, but i have no error error during the compilation...
I am a bit lost. Can anyone help me ?

Note: i am able to build firmware 1.17 for byBoard v1.1

JohnieBraaf
Posts: 9
Joined: Mon Jan 06, 2020 12:08 am

Re: Building 1.17 with PYBD_SF2

Post by JohnieBraaf » Sat Sep 11, 2021 9:48 pm

I see you are building on Windows. Most likely you are hit by this issue:

https://github.com/micropython/micropython/pull/7774

You can edit the Makefile and py.mk to fix the issue.

Post Reply