-
I'm using ARM GNU GCC for compiling my project. Presets for Application and Bootloader with Debug and Release each. My goal is to add our linux 32bit testing environment - which means different target and compiler options. I would like to have a I'd like Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I missed your question, but I have a similar one: #3599 For now I solved this by using CmakePresets and a CMake variable to distinguish between the two targets, although it's not easy to switch back and forth. But in my question I mentioned two other possible solution, one with ExternalProject which might cause problems with VS Code, and the other is a multi root workspace, which I don't have any experience with. |
Beta Was this translation helpful? Give feedback.
Hi, I missed your question, but I have a similar one: #3599
For now I solved this by using CmakePresets and a CMake variable to distinguish between the two targets, although it's not easy to switch back and forth. But in my question I mentioned two other possible solution, one with ExternalProject which might cause problems with VS Code, and the other is a multi root workspace, which I don't have any experience with.