Setting up an OS dev environment, building GCC toolchain

preview_player
Показать описание
How to set up a development environment for making operating systems with GCC, on Windows, Linux and Mac.

Links:

Download links:

Info:

Timestamps:
0:00 Introduction
0:52 What is a cross compiler, why we need it?
2:15 Troubleshooting
2:45 Windows WSL - recommended
7:12 Linux + Windows WSL (cont)
13:39 MacOS
20:00 Windows (Cygwin)
Рекомендации по теме
Комментарии
Автор

I cannot imagine how much did this take, and seeing it at only 9.9K views is quite sad. Thanks for the tutorial

YT-AleX-
Автор

please make the music a little low its too high

ahsanullah
Автор

man you are great really .good jop and thank you ...

midorima
Автор

I can't understand, how can I start this journey for creating an operating System. I want to make a difference computer operating system .
Please suggest me.

the_hSavior
Автор

I don't have the i686-elf folder/file. I installed the same .tar.gz files from where you downloaded them and extracted them. They got extrackted to folders with the same name(without the .tar.gz) but I don't find any file of folder in the extracted folders.

vidastien
Автор

May I ask where do you find the options for the ./configure especially for the bitutils? I try to look up on GNU but cannot find any documentation on the configure. Sorry for the newbie question

sadanashuu
Автор

When I try to install the build dependencies of gcc-10, I get a Source package for gcc-10 not found error. What do I do? I added the line to sources.list and updated apt.

tomiivaswort
Автор

ls: cannot access No such file or directory

cubomusic
Автор

can i ask what terminal program you use on windows? looks nice

miitchel
Автор

thank you! the make didnt worked on the test repository tho

MrMile
Автор

do you mind adding a list of steps for 64 bit?

samuelbarber
Автор

hey, good video. But when I try to make run it shows me this:
qemu-system-i386 -fda build/main_floppy.img
make: qemu-system-i386: No such file or directory
make: *** [Makefile:72: run] Error 127
What can be the cause of this?

hypro