Raspberry Pi compatibility Follow
This question is actually several questions. First, I see you dont plan to offer support for x86... I would assume you dont plan to offer support for arm to run the actual IDE? It would be super great if I could run CLion on an RPi.
Second, can I cross platform compile with CLion? Is there built in support or do I just have to roll this all on my own?
Please sign in to leave a comment.
Hi William.
You can find out some information about ARM support here: https://devnet.jetbrains.com/message/5535418#5535418
Currently cross-compilation is not implemented in CLion, but CMake supports cross-compilation, so it should be possible to build for different platforms.
However, there is no support for remote debugging at the moment. Here's a related ticket feel free to vote for it.