Martin Lind

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created GDB Monitor commands in CLion
Hi all I'm trying to debug an embedded project using remote GDB. My system: Target: ARM Cortex M0. SEGGER J-Link GDB Server V6.10 Command Line Version arm-none-eabi-gdb 7.10.1.20160616-cvs CLion 2... -
Created J-Link GDB debugging in CLion
Not long ago CLion added support for Remote GDB debugging and I'm trying to set it up with Seggers's J-Link GDB server. My setup: VM VirtualBox running Ubuntu 16.04 J-Link drivers: V6.10 Target c... -
Created CLion, CMSIS and error: "expected identifier or '(' before '__asm'"
Hi all I'm trying to setup a CLion C working environment for my Cortex-M0 embedded processor. I'm completely new to CLion and cmake and I have been struggling for days with this problem: The issue ...