This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build rpcs3 from Nekotekina
#31
(04-21-2014, 06:22 PM)ssshadow Wrote: Not all games use the SPU's much... This homebrew should be a lot faster though.

EDIT: Benched, SPU interpreter is 0,4 fps, SPU recompiler is 12 fps. Quite a nice boost. You will get a big boost in all games when the PPU recompiler is done though (no ETA)

Yeah 52 fps vs 28 fps.


Attached Files Thumbnail(s)
   
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#32
Trying make a build from vlj fork and got some errors.

Code:
Severity    Code    Description    Project    File    Line
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPULLVMRecompilerCore.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPULLVMRecompilerTests.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPUThread.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPULLVMRecompiler.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    LNK1181    cannot open input file 'wxmsw31u_adv.lib'    rpcs3    C:\Git\rpcs3-d3d12-wip\rpcs3\LINK    1
Error    LNK1181    cannot open input file 'C:\Git\rpcs3-d3d12-wip\wxWidgets\lib\vc_x64_lib\wxmsw31u_adv.lib'    rpcs3-tests    C:\Git\rpcs3-d3d12-wip\rpcs3-tests\LINK    1
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#33
(11-26-2015, 09:51 AM)notq Wrote: Trying make a build from vlj fork and got some errors.

Code:
Severity    Code    Description    Project    File    Line
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    MSB3073    The command "
      cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_RUNTIME=OFF -DLLVM_BUILD_TOOLS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF -DLLVM_INCLUDE_UTILS=OFF -DWITH_POLLY=OFF -DCMAKE_SYSTEM_VERSION=6.1 -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=8.1 ../llvm
      msbuild.exe ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release
    " exited with code 1.    llvm_build    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets    42
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPULLVMRecompilerCore.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPULLVMRecompilerTests.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPUThread.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    C1083    Cannot open include file: 'llvm/Support/DataTypes.h': No such file or directory (compiling source file Emu\Cell\PPULLVMRecompiler.cpp)    emucore    C:\Git\rpcs3-d3d12-wip\llvm\include\llvm\ADT\Hashing.h    48
Error    LNK1181    cannot open input file 'wxmsw31u_adv.lib'    rpcs3    C:\Git\rpcs3-d3d12-wip\rpcs3\LINK    1
Error    LNK1181    cannot open input file 'C:\Git\rpcs3-d3d12-wip\wxWidgets\lib\vc_x64_lib\wxmsw31u_adv.lib'    rpcs3-tests    C:\Git\rpcs3-d3d12-wip\rpcs3-tests\LINK    1

Why are you posting this in a completely unrelated thread? Also, which branch, what steps you took and the full log. It would also be faster to get fixed, when you messaged it to him on IRC.
Reply
#34
Didn't want to create another thread. Guessed it's some sort of same manipulations of building. Maybe i was mistaken.
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)