Build rpcs3 from Nekotekina
Started by notq




33 posts in this topic
notq
RPCS3 Tester


0
435 posts 58 threads Joined: Nov 2017
04-22-2014, 07:22 AM -
#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.
notq
RPCS3 Tester


0
435 posts 58 threads Joined: Nov 2017
11-26-2015, 09:51 AM -
#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
tambre
Unregistered


 
11-26-2015, 01:49 PM -
#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.
notq
RPCS3 Tester


0
435 posts 58 threads Joined: Nov 2017
11-26-2015, 01:56 PM -
#34
Didn't want to create another thread. Guessed it's some sort of same manipulations of building. Maybe i was mistaken.


Forum Jump:


Users browsing this thread: 1 Guest(s)