| « Council nominations | Periodiske udfald » |
Compiling busybox against uclibc with Catalyst
Somehow I can't seem to get busybox building properly with my stage3 tarball.
It always bails out with:
/var/tmp/portage/sys-apps/busybox-1.6.1/work/busybox-1.6.1/scripts/gcc-version.sh: line 11: i386-pc-linux-gnu-gcc: command not found
It's similar to this forum post.
Somehow the cc-version target in the Makefile detects the wrong arch as it should be i386-gentoo-linux-uclibc-gcc.
My dirty hack to solve this is to
emerge -av1 binutils gcc uclib