Nicholai Vesterløkke wrote:
I think that there are some typos in the install command for busybox for the embedded versions

make make ARCH=${CLFS_ARCH} CC="${CC} ${BUILD}" CROSS_COMPILE="${CLFS_TARGET}-" \
  CONFIG_PREFIX=${IMAGE_DIR} install

should be changed to make ARCH=${CLFS_ARCH} CC="${CC} ${BUILD}" CROSS_COMPILE="${CLFS_TARGET}-" \
  CONFIG_PREFIX=${CLFS} install

Hint: Two make commands and a wrong CONFIG_PREFIX

Regards
Nicholai
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
Thanx for the report. It's now corrected.
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to