STM32CubeIDE + DWM3000EVB

Hello everyone,

did anybody try to get the DWM3000EVB Example to work in the ‘new’ STM32CubeIDE? I am trying to run it there, but i get two makefile errors:

Description	Resource	Path	Location	Type
make: *** [makefile:107: all] Error 2	EVK3000_F429_CubeMX		 	C/C++ Problem
make[1]: *** [makefile:140: post-build] Error 3	EVK3000_F429_CubeMX		 	C/C++ Problem

In Line 107 it says:

106 all:
107     +@$(MAKE) --no-print-directory main-build && $(MAKE) --no-print-directory post-build

and in Line 140:

138 post-build:
139	     arm-none-eabi-objcopy -O binary "DW3000_API_CubeMX.elf" "DW3000_API_CubeMX.bin"
140	     arm-none-eabi-size "DW3000_API_CubeMX.bin"
141	     -@echo ' '

Does anybody have an idea what to do?

Thanks!

Kind regards

Matt

I tried the copy “arm-none-eabi-objcopy” from \GNU Tools ARM Embedded\5.4 2016q3\bin to stmcubeide the fault was solved.

But, I don’t know about is that correct solving or not :confused: