kdev-kernel icon indicating copy to clipboard operation
kdev-kernel copied to clipboard

KDevelop plugin for hacking the Linux kernel

Results 12 kdev-kernel issues
Sort by recently updated
recently updated
newest added

I tried to port CMakeLists.txt and some of the code

There are still many TODOs such as: - [ ] Fix the isValid function as it returns true for some files (why?) - [ ] Implement a GUI for KERN_VALIDFILES...

Of course this breaks the setup for fedora or other distros. Therefore this commit is more a quick and dirty solution for debian users or advanced issue report. For a...

`-fPIC` is needed because of the way the qt libraries are built for Debian. From the build error message: ``` You must build your code with position independent code if...

I tried to build kdev-kernel on Fedora without installing kdevelop-devel (the package in Fedora containing /usr/include/kde4/kdevelop/make/imakebuilder.h). CMake did not complain about missing make/imakebuilder.h, but then compilation failed for that reason....

Hi dear Alexandre, I hope this is the channel I'm suppose to use I could not find a mailing list or email for a short message. I hack Linux Kernel...

Add sub directories support for defconfig. Need for some architectures like powerpc, where defconfig can be in /arch/powerpc/config//board_defconfig

It would be useful it it could build uImage in addition to Image and zImage

Sometimes function are documented before their definition, not their declaration. Would be great to support both.

Designated initializers are heavily used throughout the kernel and needs to be supported by KDevelop.