Andrew
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created Makefile project - run everything in bash?
I am working with a pretty large Makefile project, which uses python (and a few other tools) commonly throughout its steps.How can I get the CLion Makefile project steps (whatever intelligence it i... -
Created CLion for an an autoconf Makefile project? Can't quite figure it out.
I am trying to use CLion with, of all things, the GNU Binutils source code.I think I found a bug in `ar`, so the thought was that I could use CLion's nice lldb integrations to track it down quickly... -
Created JLink + Embedded debug ... toolchain setting?
AnsweredI am trying to get my debugging up and running for a C project in CLion for an embedded target. The issue, as far as I can tell, is that CLion has no knowledge of what the "toolchain" is associated... -
Created Parsing GCC build error ouptut? for a Makefile -> compiledb project
AnsweredI am currently trying to use CLion for development for a large-ish code base for an embedded C project.The embedded part is not relevant, other than the SDK uses an elaborate makefile system, and p... -
Created Rust + Embedded + gdbserver + JLink
AnsweredI am trying to put together a complex use case, but it looks like things are *almost* there. But I need a little bit of help, since I am not so familiar with CLion. I am trying to set up CLion to d...