I selected: Target filesystem options ---> iso image after run make i have error: --------------------------------------------------------- # Use fakeroot so mkisofs believes the previous fakery echo "/root/buildroot/output/build/cdrtools-2.01/mkisofs/OBJ/i386-linux-cc/mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot " \ "-boot-load-size 4 -boot-info-table -o /root/buildroot/output/images/rootfs.i686.iso /root/buildroot/output/build/iso9660" \ >> /root/buildroot/output/build/_fakeroot.rootfs.i686.iso chmod a+x /root/buildroot/output/build/_fakeroot.rootfs.i686.iso /root/buildroot/output/host/usr/bin/fakeroot -- /root/buildroot/output/build/_fakeroot.rootfs.i686.iso /root/buildroot/output/build/_fakeroot.rootfs.i686.iso: line 2: /root/buildroot/output/build/cdrtools-2.01/mkisofs/OBJ/i386-linux-cc/mkisofs: No such file or directory make: *** [/root/buildroot/output/images/rootfs.i686.iso] Error 127 --------------------------------------------------------------------------
I found bug in: target/iso9660/iso9660.mk MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(HOST_ARCH)-linux-cc/mkisofs I change it to MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(ARCH)-linux-cc/mkisofs and i have MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/i686-linux-cc/mkisofs
Created attachment 931 [details] Fix Here is the fix I submitted to the list. I haven't checked but the new version of cdrtools maybe available also.
Opps, forgot the URL to my related posting - http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/18700
I'm taking this bug, since I'm currently re-working completely the root filesystem generation code of Buildroot.
Should have been fixed by the filesystem generation code cleanup merged today.