Compiler error during target-post-image
-
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 2I'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?
-
@thinker55 try to build with docker
-
That wasn't the answer I was looking for -- but I'm trying it.
-
There are too many different linux systems, all with their particularities.
Docker provide an unified sub-system that (almost) guarantees everything will compile fine on any host.