Go Back  
Reply
 
Thread Tools
Old 02-17-2013   #1
vatomalo
Member
 
Join Date: Jan 2011
Posts: 61
Likes: 95
Liked 20 Times in 11 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Compiling PS1GHT on Tf101/Lubuntu

HI!!!

Ive installed Dualboot on my Tf101, now dual booting and running Ubuntu at increadible speed, so i figured that i would try to install PSL1GHT.
now i havent installed the real deal, just got thatotherdevs stuff, since i have been looking at that, and i want to use that to learn more(read steppingstone)

anyways i noticed, that PSL1GHT probably wont compile on a arm device, any tips, tricks or hints to get me on the right track? or if its a no go...
vatomalo is offline   Reply With Quote
Old 02-17-2013   #2
deroad
Homebrew Developer
 
deroad's Avatar
 
Join Date: Jun 2010
Location: Outher Heaven
Posts: 347
Likes: 65
Liked 344 Times in 119 Posts
Mentioned: 110 Post(s)
Tagged: 0 Thread(s)
you need to see if you can satisfied the dipendencies. if yes, then you can install PSL1GHT.
it will take a long time if the cpu is slow (expecially with the ps3toolchain).
deroad is offline   Reply With Quote
Old 02-17-2013   #3
vatomalo
Member
 
Join Date: Jan 2011
Posts: 61
Likes: 95
Liked 20 Times in 11 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
yes i did that no problem, im compiling oopo's git now, but it wont finish so im compiliing it on ubuntu on my triplebooted mini mac.....

well here is the error i get

checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations. Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
http://gcc.gnu.org/install/prerequisites.html for additional info. If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files. They may be located in separate packages.
../scripts/002-gcc-newlib-PPU.sh: Failed.

all these dependencies installed correctly

autoconf automake bison flex gcc make wget git libppl0.11-dev libcloog-ppl-dev libelf-dev libncurses5-dev texinfo build-essential libgmp4-dev python zlib1g-dev pkg-config libtool python-dev

ive searched for gmp4 or libgmp4 on synaptics but cant find it....

ohh and i would not call this slow at all!!! after all im writing from it now... its better than my revovler rom, i would call it lightning fast!!! try it sometime!

but yes compiling ps3toolchain does take a while, not my first time ^_^
vatomalo is offline   Reply With Quote
Old 02-17-2013   #4
GregoryRasputin
 
GregoryRasputin's Avatar
 
Join Date: Jan 2008
Posts: 14,485
Likes: 8,250
Liked 14,616 Times in 5,599 Posts
Mentioned: 1338 Post(s)
Tagged: 3 Thread(s)
Originally Posted by vatomalo View Post
ohh and i would not call this slow at all!!! after all im writing from it now... its better than my revovler rom, i would call it lightning fast!!! try it sometime!
Sorry off topic, but what method and how did you install Linux on your Transformer, the last time i attempted, i bricked my device, luckily there is an unbrick tool so i was able to fix it.

But it put me off trying again >.<
GregoryRasputin is offline   Reply With Quote
Likes: (1)
Old 02-17-2013   #5
vatomalo
Member
 
Join Date: Jan 2011
Posts: 61
Likes: 95
Liked 20 Times in 11 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
http://forum.xda-developers.com/show....php?t=2093041

http://forum.xda-developers.com/show....php?t=1995157



here a little to help you on you path
this is after you have installed android and ubuntu as dualboot, and reflashed your rom, you should use titanium backup for you apps, as sometimes nandroidbackups just wont boot.... so you would rather install a new rom from scratch and install your backups from TB

resize2fs /dev/mmcblk0p8
apt-get purge linux-image-ac100
apt-get purge linux-image-3.1.10.6-ac100

usermod -l newusername olduser
usermod -u 1000 username
usermod -m -d /path/to/home/ username

mkdir /media/$USER
sudo chmod 777 /media/$USER
sudo chown $USER:user /media/$USER

passwd

sudo mkdir media/removable
sudo mkdir media/removable/MicroSD
sudo mkdir media/removable/SD
sudo nano /etc/fstab

/dev/sda1 /media/removable/SD vfat user,auto,fmask=0111,dmask=0000 0 0
/dev/mmcblk1p1 /media/removable/MicroSD vfat user,auto,fmask=0111,dmask=0000 0 0

usermod -a -G audio user
chmod -R 777 /dev/snd/*
alsamixer
alsactl store

leafpad /etc/default/keyboard

change us to what ever is your keyboard language

apt-get clean
apt-get update --fix-missing
apt-get install software-center

apt-get install openssh-server
apt-get install openjdk-6-jre

apt-get autoremove pulseaudio

##dont need if you are not installing 3.1.10 kernel which does not have many features yet
wget http://novaspirit.com/tubuntu/kernel_sup.tar.gz
tar zxvf kernel_sup.tar.gz
//

##not really needed right now, just pick the right kernel i use 1.6ghz
sudo apt-get install cpufrequtils
sudo leafpad /etc/rc.local

cpufreq-set --cpu 0 -d 816000 -u 1600000 -g ondemand
cpufreq-set --cpu 1 -d 816000 -u 1600000 -g ondemand
************* [ - Post Merged - ] *************
mhttp://mikmod.raphnet.net/ is down and converted from php to html

https://bitbucket.org/shlomif/mikmod...255d8a44a0d391

should i edit the toolchain.sh to point there ??

ok that was not it, i think i fixed it by changing it to this http://mikmod.shlomifish.org/files/l...-3.1.11.tar.gz

had to make the mikmod sh script read only, or else it would only overwrite it with the old link

Even more stuff missing this script seems outdated, is there one thats up to date?

but this is compiling on my ubuntu desktop, i think this might fix it on my TF101 http://gmplib.org/

Last edited by vatomalo; 02-17-2013 at 11:10 AM.
vatomalo is offline   Reply With Quote
Likes: (1)
Old 02-18-2013   #6
deroad
Homebrew Developer
 
deroad's Avatar
 
Join Date: Jun 2010
Location: Outher Heaven
Posts: 347
Likes: 65
Liked 344 Times in 119 Posts
Mentioned: 110 Post(s)
Tagged: 0 Thread(s)
Originally Posted by vatomalo View Post
yes i did that no problem, im compiling oopo's git now, but it wont finish so im compiliing it on ubuntu on my triplebooted mini mac.....

well here is the error i get

checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations. Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
http://gcc.gnu.org/install/prerequisites.html for additional info. If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files. They may be located in separate packages.
../scripts/002-gcc-newlib-PPU.sh: Failed.

all these dependencies installed correctly

autoconf automake bison flex gcc make wget git libppl0.11-dev libcloog-ppl-dev libelf-dev libncurses5-dev texinfo build-essential libgmp4-dev python zlib1g-dev pkg-config libtool python-dev

ive searched for gmp4 or libgmp4 on synaptics but cant find it....

ohh and i would not call this slow at all!!! after all im writing from it now... its better than my revovler rom, i would call it lightning fast!!! try it sometime!

but yes compiling ps3toolchain does take a while, not my first time ^_^
try to build them manually. download the sources, run ./configure && make && sudo make install

************* [ - Post Merged - ] *************
Originally Posted by vatomalo View Post
mhttp://mikmod.raphnet.net/ is down and converted from php to html

https://bitbucket.org/shlomif/mikmod...255d8a44a0d391

should i edit the toolchain.sh to point there ??

ok that was not it, i think i fixed it by changing it to this http://mikmod.shlomifish.org/files/l...-3.1.11.tar.gz

had to make the mikmod sh script read only, or else it would only overwrite it with the old link

Even more stuff missing this script seems outdated, is there one thats up to date?

but this is compiling on my ubuntu desktop, i think this might fix it on my TF101 http://gmplib.org/
use the github version: https://github.com/ps3dev/ps3toolchain (it will install v2)
deroad is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 11:51 PM.