Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building PPSSP Core #36

Open
vddrnnr opened this issue Nov 26, 2023 · 0 comments
Open

Building PPSSP Core #36

vddrnnr opened this issue Nov 26, 2023 · 0 comments

Comments

@vddrnnr
Copy link

vddrnnr commented Nov 26, 2023

Hi,

When linking PPSSPP Core complains about Vulkan with the following error:

Ld /Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Products/Debug/PPSSPP.oecoreplugin/Contents/MacOS/PPSSPP normal x86_64
cd /Volumes/SHARED/SourceCode/OpenEmu/PPSSPP-Core-master-2
export MACOSX_DEPLOYMENT_TARGET=10.13
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Products/Debug -L/Volumes/SHARED/SourceCode/OpenEmu/PPSSPP-Core-master-2/ppsspp/ffmpeg/macosx/universal/lib -F/Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Products/Debug -filelist /Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Intermediates.noindex/PPSSPP.build/Debug/PPSSPP.build/Objects-normal/x86_64/PPSSPP.LinkFileList -exported_symbols_list PPSSPP.exp -mmacosx-version-min=10.13 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Intermediates.noindex/PPSSPP.build/Debug/PPSSPP.build/Objects-normal/x86_64/PPSSPP_lto.o -Xlinker -export_dynamic -fobjc-arc -fobjc-link-runtime -lavformat -lavcodec -lavutil -lswresample -lswscale -liconv -lbz2 -lzip_ppsspp -lvma_ppsspp -larmips -lzstd -ljson -lgason -lGPU -lupnp -lglslang -lSPIRV -lsfmt19937 -ludis86 -lcityhash -lz -lpng17 -lCore -lCommon -lnative -lsnappy -lkirk -lxbrz -lxxhash -framework CoreVideo -framework VideoDecodeAcceleration -framework AGL -framework OpenGL -framework OpenEmuBase -Xlinker -dependency_info -Xlinker /Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Intermediates.noindex/PPSSPP.build/Debug/PPSSPP.build/Objects-normal/x86_64/PPSSPP_dependency_info.dat -o /Users/vddrnnr/Library/Developer/Xcode/DerivedData/PPSSPP-dwygdiecqfzdyahhdloxbjvpogwv/Build/Products/Debug/PPSSPP.oecoreplugin/Contents/MacOS/PPSSPP

Undefined symbols for architecture x86_64:
"VulkanProfiler::End(VkCommandBuffer_T*, VkPipelineStageFlagBits)", referenced from:
TextureCacheVulkan::BuildTexture(TexCacheEntry*) in PPSSPP_lto.o
"VulkanProfiler::Begin(VkCommandBuffer_T*, VkPipelineStageFlagBits, char const*, ...)", referenced from:
TextureCacheVulkan::BuildTexture(TexCacheEntry*) in PPSSPP_lto.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any ideas?

Best regards,
voidRunner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant