Cross-compilation with raspberry
Answered
Hello,
I want to know if we can do a cross-compilation between clion and a raspberry pi2 and if yes how can i do it ?
Thanks for your answer :)
Please sign in to leave a comment.
Please take a look at the following articles: http://foreglance.com/20160414/setup-and-use-c-ide-clion-on-raspberry-pi-with-ubuntu-mate/, http://www.vtk.org/Wiki/CMake_Cross_Compiling.
Is it possible to use the debugger when the deployment is on a remote Raspberry?
Hello, can we expect a CLion version compatible with ARM processors in 2020? (Raspberry Pi 4 user here)?
Kind Regards
The foreglance site is gone so there is no help there, to bad for us.
Alexander Jaworowski yes. If compilation happens locally, the Remote GDB Server configuration (https://www.jetbrains.com/help/clion/remote-gdb-server.html) or the Remote Debug configuration (https://www.jetbrains.com/help/clion/remote-debug.html) can be used. If compilation happens remotely, you can use the remote mode with local sources - https://www.jetbrains.com/help/clion/remote-projects-support.html.
Marc Chambon we plan to release aarch64 CLion distribution soon, feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-31030 in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Ichibrosan what questions do you have?