SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

"make emulate" failed #23

Closed xiaoqiangkx closed 10 years ago

xiaoqiangkx commented 10 years ago

I succesfull ran "make all" As below

cp start.o ../../lib/crt_c.o rm *.o make[2]: Leaving directory /vagrant/sdk/src/libc' make[1]: Leaving directory/vagrant/sdk' Building Userland make -C ./userland make[1]: Entering directory /vagrant/userland' make -C "helloworld" all make[2]: Entering directory/vagrant/userland/helloworld' make[2]: Nothing to be done for all'. make[2]: Leaving directory/vagrant/userland/helloworld' make[1]: Leaving directory `/vagrant/userland'

However, when I ran "make emulate" It failed... make: *\ No rule to make target `emulate'. Stop.

What' the problem?

xiaoqiangkx commented 10 years ago

"make run" works

SamyPesse commented 10 years ago

Yes it's now "make run"