how to compile from source code??
how to compile from source code??
can i know the methods to compile an operating system from its source code??
how do make file runs?
how do make file runs?
If you're going to ask a question can you stop using abbrvtns
Anyway, let me get this straight: you wrote an operating system but don't know how to compile it. If so, then you should really spend more time learning your programming language inside out rather than diving into os dev which is really advanced.
Anyway, let me get this straight: you wrote an operating system but don't know how to compile it. If so, then you should really spend more time learning your programming language inside out rather than diving into os dev which is really advanced.
General method for compiling pretty much everything:
If that doesn't work, you're going to have to be more specific with what you are compiling.
Code: Select all
./configure (can be optional)
make
make install
-
- Member
- Posts: 391
- Joined: Wed Jul 25, 2007 8:45 am
- Libera.chat IRC: aejsmith
- Location: London, UK
- Contact:
I don't think many hobby OSes will have an install target. Some also require you to run a configuration utility first, Linux and my OS need you do do make menuconfig/config/etc. to create a config file.
shrikant: If you've written code and don't know how to even compile it, I suggest you learn more about the language you are using and the basics of software development before even attempting to try OS dev.
shrikant: If you've written code and don't know how to even compile it, I suggest you learn more about the language you are using and the basics of software development before even attempting to try OS dev.
if it your code get a compiler and compile and link the code like you would normally do for any radome program.
if its somebody elses code ask them or browses the site you got the code from.
if its somebody elses code ask them or browses the site you got the code from.
.................................. um what should i put here .............................?..........................................
..... ................
..... ................