Cross platform development
已回答
I run Clion on a Windows machine, but I develop code that resides and runs on an embedded Beaglebone platform.
So far I have been using Eclipse, but I would really like to move away from it.
Is there a tutorial that explains how to:
1) Create remote projects on a linux host, from CLion running on a Windows platform
2) Compile, run, debug on the Linux host
Regards,
Evangelos
请先登录再写评论。
Hi, Evangelos.
Unfortunately, remote project support hasn't been implemented in CLion yet: https://youtrack.jetbrains.com/issue/CPP-744. Feel free to comment or upvote.
I guess in general I'm glad I upgraded from IntelliJ only to Ultimate but I'm disappointed in how opinionated clion is. I really hate cmake and wish I could just use plain old makefiles. If I could, then all this nonsense about cross-compiling becomes moot. I wonder if I should have waited a while longer before I upgraded. My main use of clion was for cross-development (for microcontrollers, using things like avr-gcc and msp-gcc, and arm). At least with a windows development machine so far clion is not really useable for this purpose.