0

at the moment I'm trying to import a SW4STM32 project for the STM32F746G-Discovery board into the Segger Embedded Studio.

The initially project works fine but with the Segger Embedded Studio I've got some problems.

After some small problems (missing user paths,..) the project finally "builds", let's say it runs through all sourcefiles without any error.

Now I have an error and I don't know why. I get a linking error while working with the internal toolchain. "not a 32-bit ELF File"

Has anybody got this error? I'm currently searching for any hint.

Thanks![enter image description here

Here are the Files Makefile,...

Clifford
  • 88,407
  • 13
  • 85
  • 165
Melissa123
  • 55
  • 1
  • 10
  • 2
    please show the linker and makefile, because this will have the answer and we can't answer without seeing – Tarick Welling Dec 18 '19 at 08:32
  • Providing a Google drive link is not really appropriate. Presumably somewhere in the IDE there is a plain-test log of the build - you should provide that rather then a screenshot of the IDE filtered/structured messaging - in most cases these hide information that is useful to diagnostics. _"not a 32-bit ELF File"_ is likely an error message from the _from elf_ utility. The question is why export_segger.elf is not a valid ELF file; for that we need to see how it was generated. – Clifford Dec 19 '19 at 20:13

0 Answers0