| View previous topic :: View next topic |
| Author |
Message |
s00pcan
Joined: 20 Jun 2005 Posts: 3
|
Posted: Mon Jun 20, 2005 11:39 am Post subject: How to use makefiles |
|
|
| I need to know how to use makefiles and libraries because up until now I have only used IDEs to write code. With them, you press a button to compile and run the program. If someone can point out how to use makefiles and convert it into a pbp, I can get started. Once I know that, all I need are the libraries (which I can probably find easily, but it doesn't matter yet), and some sample code, and I can get started. |
|
| Back to top |
|
 |
byg
Joined: 26 Apr 2005 Posts: 12 Location: You are online.
|
Posted: Mon Jun 20, 2005 12:35 pm Post subject: |
|
|
Have you _even_ tried to search the net for info? makefiles are not PSP specific. _________________ Modasi Games : www.modasi.com |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Mon Jun 20, 2005 1:21 pm Post subject: |
|
|
in lunix or unix boxs, you just type "make" and it will run the make file. if your using a windows, you can use cygwin. install toolchain, then go into dir and type "make", or you can create a bat file. check out hello world sticky. _________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jun 20, 2005 1:23 pm Post subject: |
|
|
| Thanhda wrote: | | in lunix or unix boxs, you just type "make" and it will run the make file. |
Thanhda, he needs a proper Makefile to start with, before he can type "make". Why don't you help him with that ? |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Mon Jun 20, 2005 1:27 pm Post subject: Re: How to use makefiles |
|
|
to gorim: well he said how to use not make. check it out.
| s00pcan wrote: | | I need to know how to use makefiles and libraries |
_________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jun 20, 2005 1:29 pm Post subject: Re: How to use makefiles |
|
|
| Thanhda wrote: | to gorim: well he said how to use not make. check it out.
| s00pcan wrote: | | I need to know how to use makefiles and libraries |
|
He said how to use "makefiles" not "make". Check it out and make an appointment with an optometrist if I am right. |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Mon Jun 20, 2005 1:32 pm Post subject: Re: How to use makefiles |
|
|
| gorim wrote: | | Thanhda wrote: | to gorim: well he said how to use not make. check it out.
| s00pcan wrote: | | I need to know how to use makefiles and libraries |
|
He said how to use "makefiles" not "make". Check it out and make an appointment with an optometrist if I am right. |
but typing "make" in the console screen in the dir of the makefile is how to run it. if he ask how to create a make file that would be different. _________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
byg
Joined: 26 Apr 2005 Posts: 12 Location: You are online.
|
Posted: Mon Jun 20, 2005 1:50 pm Post subject: Re: How to use makefiles |
|
|
| Thanhda wrote: |
but typing "make" in the console screen in the dir of the makefile is how to run it. if he ask how to create a make file that would be different. |
I should think that if he knows how to create a makefile he won't need to be told to type 'make'. Don't you think? If he has a pre-built makefile, then 5 or 10 minutes of googling will probably give up all the info he needs. _________________ Modasi Games : www.modasi.com |
|
| Back to top |
|
 |
s00pcan
Joined: 20 Jun 2005 Posts: 3
|
Posted: Mon Jun 20, 2005 2:03 pm Post subject: |
|
|
| I don't use linux and I know it can be done on windows. The source for doom for the psp has a batch file that creates the eboot... but it doesn't seem to be working now like it did before. I'll try what the second guy said to do. And just to clear things up, I don't want to write my own makefiles, I want to make premade makefiles. If I should be writing them, tell me. |
|
| Back to top |
|
 |
|