foxsquirrel
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 24
-
Edited Why is copy and paste disabled in Clion "Get from version control"
Why have you disabled copy and paste on so many features? I cannot even cut and paste a URL so we can retrieve from our private git server. Did I miss a setting some where that turns copy and past... -
Created Git seems to be intermittant using the IDE for control
We use our own private git server.Everything works as expected from the console, however using the clion frame work it has issues. Just tried to push a new branch to the remote server using Clion I... -
Created How to enable cut and paste
Sometimes it works and some times it does not allow copy and paste functionality. Am I doing something wrong or does the setup need changed? -
Edited How to turn this off [[maybe_unused]]
CompletedIn a class after adding a 5th method to a public: it requires this [[maybe_unused]]What is this and how can it be shut off, I am not aware of any limits on the number of public methods. The code ca... -
Edited How to attach structure view to a specific .hpp file
AnsweredWhat I need to do is show the structure view for a specific .hpp file. As it is now, when I am in the main file view screen the structure view travels with that file. Need to have the structure vie... -
Created How to set the toolchain for the Device tree compiler?
Hello, Working with .dts (device-tree) and need to compile with the dtc to generate dtb files and cannot find any place to configure this. Found a section for devicetree under tools, zephyr howeve... -
Created How to add -X to the ssh
I need ssh -X <user@remote>.Looked at all the settings in tools and even tried to append -X to the username and that did not work.Please tell me where that can be added. -
Edited Looking for IDE enviroment variable that is tied to /tmp/tmp.85zGxtQYYq/cmake-build-debug-remote-imx8/test_GTK4
AnsweredThe path generated by CLion is /tmp/tmp.85zGxtQYYqThat is generated by the IDE, I need the variable name in my cmake file. Support files are loaded onto the target board and this path changes per b... -
Edited How to install a file set on remote target using cmake?
AnsweredHello everyone,I tried using install() and that did nothing to copy a set of support files onto the remote target. Is that the wrong cmake command for doing that. It does not even install it locall... -
Edited How to disable VM that is running. It interferes with epoll.h and pthreads.h
AnsweredI am unable to find the settings to allow the locally hosted code to run natively.We use epoll.h and pthreads.h and the binary runs fine from a standard console. It seems like the code is running ...