- cp ../linux-5.10.52.tar.gz .
- cp ../patch-5.10.52-rt47.patch.gz .
- tar -xvf linux-5.10.52.tar.gz
- cd linux-5.10.52/
- patch -p1 --dry-run <../patch-5.10.52-rt47.patch
- patch -p1 <../patch-5.10.52-rt47.patch
- cd ..
- cd linux-5.10.52/
- cp ../kconfig.backup002.config .config
- ARCH=i386 CFLAGS="-m32" make -j8 CFLAGS="-m32" ARCH=i386 deb-pkg 2>&1 | tee buildlog.log
- echo $?
32bit build sequence #008
Posted by Anonymous on Wed 4th Aug 2021 22:06
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.