On Wed, 2010-04-14 at 17:19 +0200, aurelien wrote: > Hi, > > Trying to compile the libre kernel from the source this is what i > obtain :: (make under gNewSense metad) > > usr/bin/make -f ./debian/rules > debian/stamp/binary/pre-linux-image-2.6.33.2-libre-planet > make[1]: Entering directory `/usr/src/linux-2.6.33.2' > ====== making target > debian/stamp/install/linux-image-2.6.33.2-libre-planet [new > prereqs: ]====== > This is kernel package version 11.015. > echo "The UTS Release version in include/linux/version.h"; echo " > \"\" "; echo "does not match current version:"; echo " > \"2.6.33.2-libre-planet\" "; echo "Please correct this."; exit 2 > The UTS Release version in include/linux/version.h > "" > does not match current version: > "2.6.33.2-libre-planet" > Please correct this. > make[1]: *** [debian/stamp/install/linux-image-2.6.33.2-libre-planet] > Error 2 > make[1]: Leaving directory `/usr/src/linux-2.6.33.2' > make: *** [kernel_image] Error 2 > > > > ##### the version.h file #### > > #define LINUX_VERSION_CODE 132641 > #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) > > > Thanks for your help >
Hi, Ok so you can find the receipe to compile it at :: http://groups.fsf.org/wiki/Libre_Kernel_Group And the .deb at :: http://www.fscorsica.org/kernel-en.html Enjoy! Aurélien DESBRIÈRES Libreplanet.org | Free Software Foundation Associated Member http://groups.fsf.org/wiki/User:Aurelien Freedom is not just a word, it's a duty. _______________________________________________ linux-libre mailing list [email protected] http://www.fsfla.org/cgi-bin/mailman/listinfo/linux-libre
