running buildroot with PC target encounyered error: >>> Executing post-build script board/pc/post-build.sh cp: cannot stat '/home/roschews/buildroot-2018.11.2/output/host/lib/grub/i387-pc/boot.img': No such file or directory Makefile:715: recipe for target 'target-finalize' failed make[1]: *** [target-finalize] Error 1 Checked script board/pc/post-build.sh .... sure enough it specifies i387-pc/boot.img when it likely should be i386-pc/boot.img since that file does exist
Already fixed, see [1], fix should be in the next release... Nevertheless thanks for the report... Regards, Peter
Ups, forgot to add the refernce: [1] https://git.buildroot.net/buildroot/diff/?id=9f1256e1aae0a1e91e033d51b968415adec117bf&h=master
Thanks!