PPU LLVM JIT Repository Early Testing
Started by Ekaseo




358 posts in this topic
Darkriot
Member


0
498 posts 29 threads Joined: Aug 2017
09-18-2014, 10:27 PM -
#61
Okay, i don't know what is this, but...
http://puu.sh/bEBdR/92be3b6c68.png - REL (i think "Release&quotWink, Maybe veeery early version Big Grin
BlackDaemon
Moderator
*****


2
844 posts 374 threads Joined: Aug 2017
09-19-2014, 01:46 AM -
#62
Recorded small video demo Tongue


Alexander9000
Unregistered


 
09-19-2014, 02:21 AM -
#63
In my last version of rps3 i can't find this ppu recompiler setting?
can someone help me.. Smile
twdarkeh
Member


0
58 posts 7 threads Joined: Aug 2017
09-19-2014, 02:24 AM -
#64
(09-19-2014, 02:21 AM)Alexander9000 Wrote: In my last version of rps3 i can't find this ppu recompiler setting?
can someone help me.. Smile

It is a highly experimental branch that has not even been offered to the main repository, let alone merged. The people in this thread are manually compiling it from the fork, which one of them can provide.

Again, it is highly experimental, and while the results posted thus far do show promise, I cannot imagine it is very stable at this point.
makotech222
Unregistered


 
09-19-2014, 02:38 AM -
#65
Is anyone even actively developing that branch? It looks like the last commit was in february. I've been thinking about helping out on the dynarec. I was reading this post on pcsx2:

http://forums.pcsx2.net/Thread-blog-Intr...ompilation

It doesn't even seem too difficult... or perhaps hes painting a very basic painting of how it works. Does anyone who knows more want to give me some pointers? Why do people always say dynarecs are so hard to write?
derpf
Unregistered


 
09-19-2014, 05:18 AM -
#66
(09-19-2014, 02:38 AM)makotech222 Wrote: Is anyone even actively developing that branch? It looks like the last commit was in february. I've been thinking about helping out on the dynarec. I was reading this post on pcsx2:

http://forums.pcsx2.net/Thread-blog-Intr...ompilation

It doesn't even seem too difficult... or perhaps hes painting a very basic painting of how it works. Does anyone who knows more want to give me some pointers? Why do people always say dynarecs are so hard to write?

Reading a 100 ft overview of something and actually doing it are very, very different things.

Sure, it sounds easy enough to fly a plane. Just steer and hit some flashing buttons. But you actually need to go through tons of training to be able to fly one with any real chance.
ZeCoxao
Unregistered


 
09-19-2014, 05:50 AM -
#67
ok, guys, it seems visual studio update 3 DOES NOT compile this correctly. it IS compiled, but it is not ran properly as executable, closing with error c00000022
Also, i'll leave a couple of instructions to gopalsr here about how to "build" this thing in linux with the minimum ammount of errors.
leon112211
Unregistered


 
09-19-2014, 06:33 AM -
#68
(09-19-2014, 01:46 AM)BlackDaemon Wrote: Recorded small video demo Tongue


Can you upload your merged version because i can't start sonic cd
it gives me network error
Darkriot
Member


0
498 posts 29 threads Joined: Aug 2017
09-19-2014, 06:50 AM -
#69
(09-19-2014, 06:33 AM)leon112211 Wrote:
(09-19-2014, 01:46 AM)BlackDaemon Wrote: Recorded small video demo Tongue


Can you upload your merged version because i can't start sonic cd
it gives me network error

check my previous messages, I gave a link to download.
ZeCoxao
Unregistered


 
09-19-2014, 06:55 AM -
#70
here are the instructions for a build in linux with only one linker error:
first of all create an environment variable called LLVM_DIR, like so:
Code:
export LLVM_DIR=/usr/share/llvm/cmake
then, remove ConvertUTF.cpp and ConvertUTF.h from Utilities
then remove LLVMRecompilerTests.cpp from Cell
then remove the lines that contain ConvertUTF in emucore.vcxproj
on a certain line in LLVMRecompiler.cpp there's a misname (Filesystem.h) rename it correctly:
Code:
#include "llvm/Support/FileSystem.h"
on line 2795 of file SimpleIni.h remove the include line there and replace it with this one:
Code:
#include "llvm/Support/ConvertUTF.h"
Afterwards just replace the content of CMakeLists.txt in rpcs3 folder with this one:
http://pastie.org/private/bgf7rzlijd1fodtbnpolq
Don't forget to build llvm by creating a directory inside it, compiling and installing it:
Code:
cd llvm
mkdir b
cd b
cmake ..
sudo make install
when it asks for password input it
after that, try to build it, you should only have this error:
http://pastie.org/private/3fdjb3rco0ku597iz8jbjg
hope i helped Smile


Forum Jump:


Users browsing this thread: 6 Guest(s)