Gnurou / kdev-kernel

KDevelop plugin for hacking the Linux kernel
33 stars 18 forks source link

Make possible compilation on Debian stretch #19

Open richi235 opened 7 years ago

richi235 commented 7 years ago

-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 Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)
."