Hi,
VS2022. I have an STM32 project that builds perfectly, all good.
I now want to duplicate that project under a new name so I can use it for a new very similar project.
I exported a template with a new name and then create a new project from that template, all good my source files are all there.
However, when I try to BUILD I get the following VISUALGDB BUILD error
Build failed: arm-none-eabi-ld.exe exited with code 1
So, I started again by copying the original project under a new name and edited a lot of the files to my new name. Opened the .sln and tried BUILD and got the exact same error.
Help!
Ian.