Kirikiroid2 icon indicating copy to clipboard operation
Kirikiroid2 copied to clipboard

编译错误

Open BBplux opened this issue 2 years ago • 2 comments

ld: error: relocation R_AARCH64_ADD_ABS_LO12_NC cannot be used against symbol 'TVPEventQueue'; recompile with -fPIC

BBplux avatar Feb 15 '23 01:02 BBplux

ld: error: duplicate symbol: vorbis_dsp_clear

BBplux avatar Feb 22 '23 15:02 BBplux

You need to link seperately with -Wl,--no-whole-archive with some libs. Recently I am investigating build from source and it can successfuly compile. You can also refer from my repo https://github.com/YuriSizuku/Kirikiroid2Yuri

YuriSizuku avatar Mar 09 '23 16:03 YuriSizuku