firmware nucleo F767ZI

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
mpython
Posts: 11
Joined: Sat Nov 14, 2020 7:32 pm

firmware nucleo F767ZI

Post by mpython » Wed Jan 27, 2021 8:34 pm

Hello, I have a problem with build firmware for Nucleo F767ZI.

report:

CC mbedtls/mbedtls_port.c
CC build-NUCLEO_F767ZI/pins_NUCLEO_F767ZI.c
LINK build-NUCLEO_F767ZI/firmware.elf
arm-none-eabi-ld: error: build-NUCLEO_F767ZI/firmware.elf uses VFP register arguments, /usr/lib/gcc/arm-none-eabi/4.9.3/libgcc.a(bpabi.o) does not
arm-none-eabi-ld: failed to merge target specific data of file /usr/lib/gcc/arm-none-eabi/4.9.3/libgcc.a(bpabi.o)
arm-none-eabi-ld: error: build-NUCLEO_F767ZI/firmware.elf uses VFP register arguments, /usr/lib/gcc/arm-none-eabi/4.9.3/libgcc.a(_divdi3.o) does not
arm-none-eabi-ld: failed to merge target specific data of file /usr/lib/gcc/arm-none-eabi/4.9.3/libgcc.a(_divdi3.o)
arm-none-eabi-ld: error: build-NUCLEO_F767ZI/firmware.elf uses VFP register arguments, /usr/lib/gcc/arm-none-eabi/4.9.3/libgcc.a(_udivdi3.o) does not
arm-none-eabi-ld: failed to merge target specific data of file /usr/lib/gcc/arm-none-eabi/4.9.3/libgcc.a(_udivdi3.o)
Makefile:689: recipe for target 'build-NUCLEO_F767ZI/firmware.elf' failed
make: *** [build-NUCLEO_F767ZI/firmware.elf] Error 1

Thank you for your advice.

davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

Re: firmware nucleo F767ZI

Post by davef » Wed Jan 27, 2021 9:50 pm


Post Reply