19 Dec 2018, 20:09

I'm compiling the latest build for rp3 on open SuSE Leap 42.3. I've gotten to the end of things, but have run into the following error:

----- Generating images/recalbox files -----

sh: mkdosfs: command not found
vfat(boot.vfat): failed to generate boot.vfat
Makefile:768: recipe for target 'target-post-image' failed
make[1]: *** [target-post-image] Error 1
make[1]: Leaving directory '/home/stephen/Projects/RECALBOX/recalbox-rpi3/buildroot'
Makefile:25: recipe for target 'buildBR' failed
make: *** [buildBR] Error 2

I'm pretty sure I'm missing something in the build repository, as the apt-get list run on the front end of things didn't pick up everything. The host has mkdosfs -- but make is ignoring it, so I figure it needs a specific version in the repository. Can someone point me the way to get this build finished?