Jump to content
XPEnology Community

How to compile the kernel


VeNoM

Recommended Posts

# 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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...