Linux On iPod Forum Index
 FAQ  •  Search  •  Memberlist  •  Usergroups  •  Profile  •  Log in to check your private messages  •  Log in
 Podzilla 2 Compiling Tutorial from Scratch (via Cygwin) View next topic
View previous topic
Post new topicReply to topic
Author Message
davdthefat



Joined: 02 May 2007


PostPosted: Wed May 02, 2007 9:31 pm Reply with quoteBack to top

lol same as PSP dev way... how similar is the ipod to the PSP as in firmware and stuff? i dont have a ipod and my psp got taken away (i was hacking on it)
View user's profileSend private message
Rufus
Moderator


Joined: 28 Apr 2005

Location: Australia

PostPosted: Thu May 03, 2007 7:57 am Reply with quoteBack to top

That question probably belongs in it's own thread, also I don't know lol. This thread is just the only working tutorial for getting hotdog, ttk, podzilla2, and just about anything else to build for the iPod in Windows.

_________________
Do not PM me with questions about installing things.
View user's profileSend private messageVisit poster's website
MGM



Joined: 14 May 2007


PostPosted: Mon May 14, 2007 10:06 am Reply with quoteBack to top

thanks for the tutorial keripo
i finally got the toolchain to work!
and compile the helloworld c++ thing Razz
now i just gotta run it on the ipod...?
View user's profileSend private message
Rufus
Moderator


Joined: 28 Apr 2005

Location: Australia

PostPosted: Mon May 14, 2007 11:33 am Reply with quoteBack to top

Yeah, you could write a shell script in /etc/rc.d to run your console app before podzilla is started. You could also execute it in a virtual terminal in podzilla2. If it's on the linux partition remember to make sure it's executable (chmod +x <file>)

_________________
Do not PM me with questions about installing things.
View user's profileSend private messageVisit poster's website
Keripo Test Account
Contributor


Joined: 11 Apr 2006

Location: Ontario, Canada

PostPosted: Fri Jun 01, 2007 7:23 pm Reply with quoteBack to top

Was just searching around and found these two links. Not sure if they work but if anyone is willing to try em instead, please do.

Portable Cygwin:
http://www.dam.brown.edu/people/sezer/software/cygwin/
(get a pre-set up Cygwin installation and try this on it, then distribute the pre-set up enviro. No need for this tutorial then ^_^)

Cygwin DVD (no installation)
http://www.cygwineasy.tk/
(can't try cause my computer doesn't even have a DVD drive - adding the toolchain and such might be a hassle too)


Oh, and no idea how late I am but yay for the sticky. Thanksies! Wink

~Keripo

_________________
Project ZeroSlackr
http://sourceforge.net/projects/zeroslackr/
http://ipodlinux.org/forums/viewtopic.php?t=29636
View user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressMSN Messenger
romo



Joined: 25 Jun 2007


PostPosted: Mon Jun 25, 2007 2:47 pm Reply with quoteBack to top

Hello,

When I tried to run "svn co http://svn.ipodlinux.org/tools/hogdog", I got the response of
"svn:PROPFIND request failed on '/'
svn: PROPFIND of '/': 405 Method Not Allowed(http://svn.ipodlinux.org)"

I checked http://svn.ipodlinux.org)" by my browser. The response is as follows.
Under Construction
This website has been pointed to a new webserver, and has not yet been configured. If you are the site owner, please contact Sys-Techs Hosting

Would you please tell me how can I get those files, such as hogdog? Thank you!

_________________
Tout est donne
View user's profileSend private message
Keripo Test Account
Contributor


Joined: 11 Apr 2006

Location: Ontario, Canada

PostPosted: Mon Jun 25, 2007 10:47 pm Reply with quoteBack to top

romo wrote:
Hello,

When I tried to run "svn co http://svn.ipodlinux.org/tools/hogdog", I got the response of
"svn:PROPFIND request failed on '/'
svn: PROPFIND of '/': 405 Method Not Allowed(http://svn.ipodlinux.org)"

I checked http://svn.ipodlinux.org)" by my browser. The response is as follows.
Under Construction
This website has been pointed to a new webserver, and has not yet been configured. If you are the site owner, please contact Sys-Techs Hosting

Would you please tell me how can I get those files, such as hogdog? Thank you!


Under construction means exactly that - iPodLinux's SVN (server?) is under construction. Maybe the system's being revamped, maybe its being moved elsewhere (like before), or maybe its just down for maintenance. Either way, you'll just have to wait it out til the servers get back on, after which you'll be able to obtain new, updated source code.

In other news, I just finished my exams for this year! That means I'll finally be able to stop slacking off (ie watching anime, messing with my PSP and, of course, studying) and get back to iPodLinux stuff. I'll still be busy with work as well as learning java over the summer, but either way, I'll have more free time Wink

Back on topic, since I will get the free time, I will be reformatting/reinstalling my entire computer soon so I'll be rebuilding my compiling enviros. I'll probably take the chance to make a distributable Podzilla 2 compiling environment as a Slax module and upload it along with a cleaned up Podzilla 0 compiling Slax module. If I don't have the time/can't get it working, however, I'll definitely be making a portable Cygwin installation with the bare minimum. Either way, look forward to an update in this thread (but probably not any time soon ; P ).

~Keripo

_________________
Project ZeroSlackr
http://sourceforge.net/projects/zeroslackr/
http://ipodlinux.org/forums/viewtopic.php?t=29636
View user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressMSN Messenger
romo



Joined: 25 Jun 2007


PostPosted: Tue Jun 26, 2007 2:46 pm Reply with quoteBack to top

Thank you! Do you know how can I get the latest codes asap?

BTW, I used to be a JAVA developer and have a SUN certification. Feel free to discuss JAVA issues with me. Smile

Keripo Test Account wrote:

Under construction means exactly that - iPodLinux's SVN (server?) is under construction. Maybe the system's being revamped, maybe its being moved elsewhere (like before), or maybe its just down for maintenance. Either way, you'll just have to wait it out til the servers get back on, after which you'll be able to obtain new, updated source code.

In other news, I just finished my exams for this year! That means I'll finally be able to stop slacking off (ie watching anime, messing with my PSP and, of course, studying) and get back to iPodLinux stuff. I'll still be busy with work as well as learning java over the summer, but either way, I'll have more free time Wink

Back on topic, since I will get the free time, I will be reformatting/reinstalling my entire computer soon so I'll be rebuilding my compiling enviros. I'll probably take the chance to make a distributable Podzilla 2 compiling environment as a Slax module and upload it along with a cleaned up Podzilla 0 compiling Slax module. If I don't have the time/can't get it working, however, I'll definitely be making a portable Cygwin installation with the bare minimum. Either way, look forward to an update in this thread (but probably not any time soon ; P ).

~Keripo

_________________
Tout est donne
View user's profileSend private message
sebajo



Joined: 09 Jan 2007

Location: Kansas City, MO

PostPosted: Tue Jun 26, 2007 5:31 pm Reply with quoteBack to top

I have the sources from less than a week before the server went down.
http://sebajo.files-upload.com/files/325212/hotdog.tar.gz
http://sebajo.files-upload.com/files/325214/podzilla2.tar.gz
Give me a sec and I'll upload the rest needed to compile Podzilla2.

EDIT: Here are the rest. Sorry for the delay.
http://sebajo.files-upload.com/files/325508/ttk.tar.gz
http://sebajo.files-upload.com/files/325725/podfile.tar.gz

_________________
*nix is user-friendly. It's just picky about who its friends are.

I no longer have Windows installed. Don't ask me about it.
View user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
Shuriken2643



Joined: 30 Jul 2007

Location: Germany

PostPosted: Mon Jul 30, 2007 2:34 pm Reply with quoteBack to top

sebajo wrote:
I have the sources from less than a week before the server went down.

Thank you! Smile
View user's profileSend private messageVisit poster's websiteMSN Messenger
Keripo Test Account
Contributor


Joined: 11 Apr 2006

Location: Ontario, Canada

PostPosted: Thu Aug 02, 2007 7:24 pm Reply with quoteBack to top

Z0MG! New Toot Oriole!

Yeah, this one is even more universal and newbie friendly. You don't even need to compile stuff - I've already done it for you ; )
(it also allows you to compile podzilla 0 and legacy applications, but that's beside the point)

And yes, this thread can be unstickied now. Bye-bye ; P

~Keripo


Afterthought:

Okay, maybe this doesn't need to be unstickied ; P Since my computer sucks, compiling on Cygwin is much faster than on Slax. The downside, however, is 1) portability, and 2) numerous incomplete cygwin-vs-linux compatibility when compiling. I'd still suggest Slax but use Cygwin if you need speed (eg kernel compiling).

_________________
Project ZeroSlackr
http://sourceforge.net/projects/zeroslackr/
http://ipodlinux.org/forums/viewtopic.php?t=29636
View user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressMSN Messenger
dalivaktuk



Joined: 17 Nov 2007


PostPosted: Tue Nov 20, 2007 5:59 am Reply with quoteBack to top

I am getting errors and warnings on compiling ttk, I have followed the tutorial. Can someone help me please
View user's profileSend private message
walker_pett



Joined: 12 Nov 2007

Location: Upstate NY

PostPosted: Tue Nov 20, 2007 11:25 pm Reply with quoteBack to top

post the errors and warnings
View user's profileSend private message
dalivaktuk



Joined: 17 Nov 2007


PostPosted: Sun Nov 25, 2007 4:20 am Reply with quoteBack to top

walker_pett wrote:
post the errors and warnings


I've posted this in a different topic now.
View user's profileSend private message
dalivaktuk



Joined: 17 Nov 2007


PostPosted: Sun Nov 25, 2007 9:57 am Reply with quoteBack to top

[quote="Keripo Test Account"]Notice:
Found > this < on Google Code. Don't have the time at the moment, but could someone try it out?

I tried it, and it works. I have burned my own cygwin install, and have downloaded the official Cygwin-Easy-2007.03.21.iso and successfully installed the toolchain. So far I've tried it on an Windows 2000 professional, Windows XP, and Vista. It works fine on Windows 2000, but for some reason it's not as good with Windows XP (maybe it's just my computer though...). As for Windows Vista, it works just fine.

P.S. I used Power ISO to put the toolchain on the iso.
View user's profileSend private message
Display posts from previous:      
Post new topicReply to topic


 Jump to:   



View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: FI Theme :: All times are GMT