You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: