2020-01-10 03:33 AM
when i build a project with the .a lib.
the problem
"make: *** [makefile:47: freertos-stemwin.elf] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete."
was happened.
told me that
"d:\program files\stm32cubeide_1.1.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.0.0.201904181610\tools\arm-none-eabi\bin\ld.exe: cannot find -lD:/test/STemWin544/Lib/STemWin_CM3_wc16.a
collect2.exe: error: ld returned 1 exit status"
then i open the verbose choise in linker, and find that info
"attempt to open D:\test\STemWin544\Lib\libD:/test/STemWin544/Lib/STemWin_CM3_wc16.a.a failed"
some wrony happen with the cubeide.
STM32CubeIDE
Version: 1.2.0
Build: 5034_20200108_0926 (UTC)
thanks for any help.
build information :
config :
project link :
2020-01-13 02:08 AM
2020-01-14 01:52 AM
it's usefull and working. thanks a lot.:D