Closed s1nisteR closed 2 months ago
Recently many were facing an issue since they did not have mtools installed on their systems, when trying to make gpt on the latest develop branch.
mtools
make gpt
Here's what the error looked like:
mkfs.fat 4.2 (2021-01-31) Disk image formatted with FAT32 make[3]: mmd: No such file or directory make[3]: *** [GNUmakefile:231: buildimggpt_second_phase] Error 127 make[3]: Leaving directory '/home/s1nister/omen/buildenv' make[2]: *** [GNUmakefile:245: buildimggpt] Error 2 make[2]: Leaving directory '/home/s1nister/omen/buildenv' make[1]: *** [GNUmakefile:251: gpt] Error 2 make[1]: Leaving directory '/home/s1nister/omen/buildenv' make: *** [Makefile:48: gpt] Error 2
mmd was missing, which is a part of mtools
mmd
thank you for your contribution
Recently many were facing an issue since they did not have
mtools
installed on their systems, when trying tomake gpt
on the latest develop branch.Here's what the error looked like:
mmd
was missing, which is a part ofmtools