Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI meet a pb ,when patch the busybox
[root@nios busybox-1.1.0]# patch -p1 <~/download/busybox-110.diff patching file Makefile Hunk# 1 FAILED at 213. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej --- Quote Start --- originally posted by hippo@Feb 6 2006, 09:17 AM hi cetic,2. missing elf2flt for busybox, download attached busybox_110.zip
add the elf2flt stuf to busybox makefile
cd ~/download
unzip busybox_110.zip
cd ~/buildroot/build_nios2/busybox-1.1.0
patch -p1 <~/download/busybox-110.diff
rm busybox
make
cd ~/buildroot
make check again with flthdr.
then rebuild kernel.
or you may try post#4, to rebuild toolchain.
hippo
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=12566)</div> --- Quote End ---