Compile, build, debug for remote device

已回答

Here I have my gcc & gdbserver on remote device where remote device does not have clion, so I'd like to  compile, build, deploy, debug for that remote device, how should I setup for it?

0

Hi. If you have CLion on one machine and all tools required for building (CMake, compiler, debugger) on another machine, then currently such configuration won't work since it's not supported. In order to be able to build in CLion, you need to have tools on the same machine where CLion is installed. We are planning to add the ability to work remotely with source files (remote projects support) in the future, feel free to comment or upvote the corresponding issue - https://youtrack.jetbrains.com/issue/CPP-744.

For now the only supported variant for using tools located on another machine is Microsoft Subsystem for Linux (WSL): https://www.jetbrains.com/help/clion/how-to-use-wsl-development-environment-in-clion.html.

0

请先登录再写评论。