2020-01-28 08:53 AM
Hi every one
When i build project in the STMcubeIDE i have this error :
make: *** [makefile:82: STM32f746.elf] Error 1
what is my problem?
2020-01-28 10:27 PM
look at line line above: ld returned 1 exit status. There is an error while linking. The line above is not entirely visible. Typicall causes: RAM/Flash overflow, missing/wrong libraries,...
hth
KnarfB
2020-01-29 08:49 AM
Thanks for your guidance.
2021-08-20 05:26 AM
create a new stm32 Discovery Project and create a Hello main.main c file.I turned it into cpp. Then when I add C library make file:: 80 ....elf error returned 1 error.even though I removed the library, the error was not removed, did you solve it ?
2021-08-31 01:15 AM
If you create a new STM32 project, select Target Language C++ for it, and rename main.c to main.cpp, it will link and run without errors. "error 1" says not n´much. read and understand the textual output of the linker.
2022-08-29 09:24 PM
How you resolved this error??