Hi, I'm trying to recompile the installed kernel on my headless power PC box. On this box I'm running Debian GNU/Linux Wheezy system.
uname -a Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux I have downloaded kernel source from here: https://github.com/Excito/community-b3-kernel.git with the command: git clone https://github.com/Excito/community-b3-kernel.git Then I grab the config straight from /boot that is I copied it from /boot/.config to the source directory: cp /boot/config-3.2.62-1 community-b3-kernel/ Then I make oldconfig and after that make menucionfig and here I set the module for Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter Then I execute make to build the kernel, and sudo make modules_install dpkg-buildpackage -us -uc -b -apowerpc but at these last step I get an error message: make[2]: Leaving directory `/home/csanyipal/BubbaKernelek/LeforditottKernelek/\ Community-b3-kernel/community-b3-kernel/debian/build/source' dtc -b 0 -V 17 -R 4 -S 0x3000 -I dts -O dtb -f debian/dts/bubba.dts > debian/dts/bubba.dtb /bin/sh: 1: cannot create debian/dts/bubba.dtb: Directory nonexistent make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory `/home/csanyipal/BubbaKernelek/LeforditottKernelek/\ Community-b3-kernel/community-b3-kernel' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 What should I do to solve this problem? -- Regards from Pal -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87mw3rvdfe....@gmail.com