RPCS3 Forums
Build rpcs3 from Nekotekina - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: Build rpcs3 from Nekotekina (/showthread.php?tid=161229)

Pages: 1 2 3 4


RE: Build rpcs3 from Nekotekina - notq - 04-22-2014

(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.



RE: Build rpcs3 from Nekotekina - notq - 11-26-2015

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



RE: Build rpcs3 from Nekotekina - tambre - 11-26-2015

(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.



RE: Build rpcs3 from Nekotekina - notq - 11-26-2015

Didn't want to create another thread. Guessed it's some sort of same manipulations of building. Maybe i was mistaken.