Remote debug & cross-compile

已回答

I need to set Clion with cross-toolchain which I already have installed on my ubuntu machine /opt directory ...

Secondly I need to compile & deploy & debug on remote target, please help how to set up clion for this

1

Hi! Toolchains can be configured in File | Settings | Build,Execution, Deployment | Toolchains. However, the remote project support is not fully implemented yet - unfortunately, only remote debug (with GDB/gdbserver and via ssh for WSL) has been supported for now. Please comment or upvote a feature request: https://youtrack.jetbrains.com/issue/CPP-744.

0

请先登录再写评论。