Can I make eboot.pbp from script.lua in Windows 98? :|

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
windbell
Posts: 7
Joined: Tue Mar 14, 2006 10:51 pm

Can I make eboot.pbp from script.lua in Windows 98? :|

Post by windbell »

I read thousands of readings and all I know is
1) download cygwin
2) install cygwin (with selecting some libraries?)
3) do the things like:

tar xfvz psptoolchain-20051023.tgz
cd psptoolchain
chmod a+x ./toolchain.sh
./toolchain.sh

okay, at this point, I got an error:
bra bra bra..."PATCH" ...bra bra bra...

finally, I give up to do it in my windows...

Anyway... I wonder if there is any compiler available for win98?

I never come across with any unix/linux os before and I am not good at C... but I simply LOVE Lua Player for PSP~ :D
Last edited by windbell on Sat Mar 18, 2006 5:20 pm, edited 1 time in total.
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

okay, at this point, I got an error:
bra bra bra..."PATCH" ...bra bra bra...
thats not really helpful;
but i am guessing you did not install the proper (or any) version of PATCH?

greets
lumo
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
cheriff
Regular
Posts: 258
Joined: Wed Jun 23, 2004 5:35 pm
Location: Sydney.au

Post by cheriff »

Since you love lua as you state, and are posting in the lua forums, I am making the assumption that you wish to begin coding in lua.
Question: Why do you even need the toolchain, sdk, etc? Lua is a scripted language, so you can grab the binary luaplayer from somewhere, write your scripts in notepad or where-ever, stick it on the memcard and be done with it.. Easy!

ps: for future reference, when asking for help, posting error messages, etc, "bra bra bra..."PATCH" ...bra bra bra..." a)Doesn't give anyone enough info to begin reasoning about what your problem is, and b) makes me feel that if you cant be bothered copy&pasting error codes, why should I be bothered enough not to close the window without replying?

How to ask questions the smart way for next time :)
Damn, I need a decent signature!
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

hehe i looked exactly on your title...
it should be NO problem to create a eboot.PHP on windows98

greets
lumo
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
windbell
Posts: 7
Joined: Tue Mar 14, 2006 10:51 pm

Post by windbell »

Sorry that my English is poor...
Well, I haven't post the error message because I'd delete the cygwin before I decided to post a msg on this forum... :( and u know... it is so difficult to install cygwin again for a non-unix user like me~ :(

I really like to program by lua simply, but the problem is:
after I make a piece of work and post onto the web, the ppl can immediately read the code the change the contents of it... as lua script is not hidden at all... :(

If, the lua script can be compiled and form an interprete code or, directly form an eboot.pbp that noob user (like me) cannot read the code, then I am sure I will focus on it~
:D
fullerlee
Posts: 54
Joined: Thu Nov 03, 2005 9:46 am

Post by fullerlee »

But sharing source code is the point of homebrew, it's all for fun and learning, not-for-profit, and should be open-source.

And how are you going to learn lua - probably by looking at other people's source code!

Don't worry about others reading or changing your code.

Lee
Post Reply