dexthcity / FloppaOS

the best os with big russian cat floppa
5 stars 0 forks source link

Build failing #2

Closed coffee100percnt closed 3 years ago

coffee100percnt commented 3 years ago

Tried to build OS, giving error.

Building Kernel
make -C ./kernel
make[1]: Entering directory '/home/dima/Documents/GitHub/FloppaOS/kernel'
nasm   -f elf -o  -c arch/x86/start.asm -o  arch/x86/start.o
arch/x86/start.asm: fatal: more than one output file specified: arch/x86/start.o

make[1]: *** [Makefile:64: arch/x86/start.o] Error 1
make[1]: Leaving directory '/home/dima/Documents/GitHub/FloppaOS/kernel'
make: *** [Makefile:11: all] Error 2
coffee100percnt commented 3 years ago

make run don't works too


Formatting 'c.img', fmt=raw size=2097152

Device     Boot Start End Sectors Size Id Type
./c.img1   *        1   4       4   2K 83 Linux
losetup: /dev/loop1: failed to set up loop device: No such file or directory
mke2fs 1.45.6 (20-Mar-2020)
The file /dev/loop1 does not exist and no size was specified.
mount: /mnt: must be superuser to use mount.
cp: cannot create directory '/mnt/bin': Permission denied
cp: cannot create directory '/mnt/boot': Permission denied
umount: /mnt: not mounted.
./diskimage.sh: line 28: grub: command not found
losetup: /dev/loop1: failed to use device: No such device
make: *** [Makefile:51: run] Error 1