Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVK3000_F429 Can not be compiled #8

Open
ramenia opened this issue Feb 25, 2022 · 1 comment
Open

EVK3000_F429 Can not be compiled #8

ramenia opened this issue Feb 25, 2022 · 1 comment

Comments

@ramenia
Copy link

ramenia commented Feb 25, 2022

Hi,
I am trying to compile example project but i am having make file error.
arm-none-eabi-objcopy -O binary "DW3000_API_CubeMX.elf" "DW3000_API_CubeMX.bin" arm-none-eabi-size "DW3000_API_CubeMX.bin" arm-none-eabi-size: DW3000_API_CubeMX.bin: file format not recognized make[1]: *** [makefile:135: post-build] Error 3 make: *** [makefile:102: all] Error 2 "make all" terminated with exit code 2. Build might be incomplete.

@schneidersoft
Copy link
Contributor

arm-none-eabi-size does not work on binaries. It takes an object file as input and lists the section sizes.
try:
arm-none-eabi-size "DW3000_API_CubeMX.elf"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants