omen-osdev / omen

Reliable and modular kernel
54 stars 34 forks source link

Add mtools dependency for CONTRIBUTE.md #46

Closed s1nisteR closed 2 months ago

s1nisteR commented 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.

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

TretornESP commented 2 months ago

thank you for your contribution