VeNoM Posted January 23, 2013 Share #1 Posted January 23, 2013 # download and unpack the toolchain in /home/youruser/syno/ http://sourceforge.net/projects/dsgpl/f ... z/download mkdir /home/youruser/syno cd /home/youruser/syno wget http://downloads.sourceforge.net/projec ... ror=switch tar -xzvf gcc420_glibc236_x64_bromolow-GPL.tgz # download kernel sources cd /home/youruser/syno git clone git://github.com/andy928/xpenology.git cd xpenology.git # compile the kernel make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- menuconfig make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- I will post here how to's on : - how to make your on .pat file - how to put your own kernel on the synoboot image 1 Link to comment Share on other sites More sharing options...
hy9a00 Posted January 23, 2013 Share #2 Posted January 23, 2013 Nice. Thanks for your walkthrough. Can you add more topics about how to add custom drivers? Link to comment Share on other sites More sharing options...
hy9a00 Posted January 23, 2013 Share #3 Posted January 23, 2013 Besides, can you suggest any distro linux is better for this kernel compilation? Thanks. Link to comment Share on other sites More sharing options...
VeNoM Posted January 23, 2013 Author Share #4 Posted January 23, 2013 Gentoo Linux. You can add the necessary drivers when you enter menuconfig on Device Drivers Link to comment Share on other sites More sharing options...
hy9a00 Posted January 23, 2013 Share #5 Posted January 23, 2013 You can add the necessary drivers when you enter menuconfig on Device Drivers Can you tell more? I am not good in linux. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts