PSPSDK in Linux image

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Pihas
Posts: 53
Joined: Sat Oct 25, 2008 10:26 pm
Location: Lithuania
Contact:

PSPSDK in Linux image

Post by Pihas »

I have found In ZX81 website http://zx81.zx81.free.fr/serendipity/in ... Users.html here is showing disk-ubuntu-psp Linux Ubuntu Disk image file with installed PSPSDK. I tried to download it 2 times. My internet maxim speed is 128 kb/s firstly it is downloading at 20kb/s then 100kb/s after about an hour slow down to 15 kb/s and after 6 hours it jus stop downloading :/ (~70%) wtf...??? Is any more mirros any torrent? in emule or somewhrere not from dl.free.fr becouse if i press stop or pause it resets becouse start downloading hmtl file (12kb...) ...
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Thats really old by now. Its better you use install the PSPSDK in cygwin.
After that use a windows IDE like DevC++
http://ifile.it/ma2ut1p/pspsdk_with_dev_c__.php_.mht
Pihas
Posts: 53
Joined: Sat Oct 25, 2008 10:26 pm
Location: Lithuania
Contact:

Post by Pihas »

Thx i will try but i want to install linux to pc (Normal bootable... not with virtual box) and i want ready img linux file with sdk or jus advice what version ubuntu or xubuntu i have to install to be able install Tool Chain and PSP Sdk witout any errors...
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

LOL you can't install a virtual machine image to you actual harddisk. Its configured for different hardware.
Pihas
Posts: 53
Joined: Sat Oct 25, 2008 10:26 pm
Location: Lithuania
Contact:

Post by Pihas »

Ok now i know :/
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Actually, with linux you CAN as long as the kernel wasn't recompiled specifically for the particular configuration. At most you'd have to change the X conf script for the video (although if it's set for VESA, you don't even have to do that). It's one of linux's better features - running on virtually anything regardless of what it was installed on. That allows you to install on one computer and move the drive to another and still work.
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Oh thats cool. But in any case theres no tools to extract files from the VirtualBox images, let alone extract the boot track and other information to write to another disk.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

I suppose you COULD run the virtual machine and use dd to copy the boot volume to a real partition. Does VirtualBox allow you to access other partitions?
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

No it doesn't let you mount a physical partition. The only official way to access files on the host machine is to create a virtual shared folder that points to a folder on the host. The virtual share is a SAMBA share, so it can be accessed natively in Windows and Linux.

You CAN get direct disk access though using 3rd party tools like the Ghost client and connecting to the server on the host. Since he needs to dump the only active partition from ZX81's image, he would probably need to mount another disk with Ghost installation as the primary disk and mount the Linux image as the secondary disk.

And VirtualBox images aren't really compatible between different machines running VirtualBox either, at least not for a Windows installation. The virtual machine sees the same CPU and some other motherboard components as the host machine.
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

Vmware lets you access physical drives / partitions though. I installed vista to my hard drive that way once. ;)
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Sounds like more work than it's worth. :) Probably easier to just do a normal linux install, then the normal toolchain setup.
Pihas
Posts: 53
Joined: Sat Oct 25, 2008 10:26 pm
Location: Lithuania
Contact:

Post by Pihas »

What version for egzample i need of xubuntu to install toolchain without any big problems becouse i have installed it on ubuntu 8.10 and i had a lot errors fixed all but, can't run toolchain :/
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

It's easier to use 8.04 instead of 8.10. You shouldn't have to make any changes to get the toolchain to compile, and I've yet to see any problem with the programs made with it.
Post Reply