Covered topics:
In this episode, we create a proper environment to create operating systems, on Windows.
* Using Virtual Floppy Drive (to replace mount)
* Creating a GRUB floppy image
* Building GCC and Binutils
* Building the kernel created in the previous episode, on a Windows computer.
Gintautas@Gintautas-PC /usr/src/build-gcc
ReplyDelete$ make all-gcc
make: *** No rule to make target `all-gcc'. Stop.
what is wrong? Please answer with solution.
I think it's because of this:
DeleteGintautas@Gintautas-PC /usr/src/build-gcc
$ ../gcc-4.7.2/configure --target=$TARGET --prefix=$PREFIX --disable-nls --enable-languages=c,c++ --without headers
configure: error: unrecognized option: `--without'
Try `../gcc-4.7.2/configure --help' for more information.
any solution?
Fixed the make all-gcc error, but:
ReplyDeleteGintautas@Gintautas-PC /cygdrive/c/Users/Gintautas/Desktop/MyOS
$ ./build.sh
Building...
===========
cp: cannot create regular file `/mnt/floppy/kernel.bin': Permission denied
please help, I can't find the solution.
fixed, nooby problem
DeleteOkay, maybe the last error:
ReplyDeleteGintautas@Gintautas-PC /cygdrive/c/Users/Gintautas/Desktop/MyOS
$ ./build.sh
Building...
===========
mount: warning: couldn't determine mount type.
any solution?
EDIT: everything works totally fine, but I get this error, why?
Delete