foxsquirrel
- 活动总数 56
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 24
-
已编辑于 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... -
创建于 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... -
创建于 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? -
已编辑于 How to turn this off [[maybe_unused]]
已完成In 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... -
已编辑于 How to attach structure view to a specific .hpp file
已回答What 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... -
创建于 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... -
创建于 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. -
已编辑于 Looking for IDE enviroment variable that is tied to /tmp/tmp.85zGxtQYYq/cmake-build-debug-remote-imx8/test_GTK4
已回答The 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... -
已编辑于 How to install a file set on remote target using cmake?
已回答Hello 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... -
已编辑于 How to disable VM that is running. It interferes with epoll.h and pthreads.h
已回答I 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 ...