You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug csolution does not check if the linker script file is present. Instead an error at CMake build level is generated that is misleading.
ninja: error: 'C:/w/csolution-examples/CubeMX/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.srcx', needed by 'C:/w/csolution-examples/CubeMX/out/CubeMX/MyBoard_ROM/Debug/CubeMX.axf', missing and no known rule to make it
To Reproduce
Use csolution-examples CubeMX and change *.cproject.yml the linker script file name, i.e.
jkrech
changed the title
csolution does not check if the linker script file is present
[csolution] does not check if the szpecified linker script file is present
Feb 11, 2025
jkrech
changed the title
[csolution] does not check if the szpecified linker script file is present
[csolution] does not check if the specified linker script file is present
Feb 11, 2025
Describe the bug
csolution
does not check if the linker script file is present. Instead an error at CMake build level is generated that is misleading.To Reproduce
Use csolution-examples CubeMX and change
*.cproject.yml
the linker script file name, i.e.Expected behavior
Missing source files are flagged by csolution. Implement a similar behavour for linker script file.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: