mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00:00
Update file README.md
This commit is contained in:
parent
6813723778
commit
28c4a403b9
16
README.md
16
README.md
@ -1,3 +1,19 @@
|
||||
# Yuzu
|
||||
|
||||
## Build Status
|
||||
|
||||
I'm not able to build Yuzu from the backed up source code. There's a link error with [mbedtls](https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mbedtls) if someone has an up to date mbedtls from the now deleted yuzu-emu/mbedtls or knows how to fix the following error please reach to me on Discord `@Stay1444`.
|
||||
|
||||
```
|
||||
[12/106] Linking CXX executable bin/yuzu-cmd
|
||||
FAILED: bin/yuzu-cmd
|
||||
< bunch of stuff >
|
||||
mold: error: undefined symbol: mbedtls_cipher_cmac
|
||||
>>> referenced by key_manager.cpp
|
||||
>>> src/core/libcore.a(src/core/CMakeFiles/core.dir/crypto/key_manager.cpp.o):(Core::Crypto::KeyManager::DeriveBase())
|
||||
collect2: error: ld returned 1 exit status
|
||||
[13/106] Building CXX object src/yuzu/CMakeFiles/yuzu.dir/cmake_pch.hxx.gch
|
||||
ninja: build stopped: subcommand failed.
|
||||
```
|
||||
|
||||
[Releases](https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu/-/releases)
|
Loading…
Reference in New Issue
Block a user