In Lakka v5.x, there was vice core build fail, vice core was temporery removed on Sep 11.
I investigated into this.
I don't know the reason, but same LDFLAGS was set multiple (2 times).
LDFLAGS contains "-version-script=".
If LDFLAGS has two "-version-script=" , ld.bfd is failded with error message.
Error message is :
ld.bfd : anonymous version tag cannot be combined with other version tags
About fix (Patch)
If LDFLAGS is contained "-version-script=" already, Do not set 2nd LDFLAGS.
Thanks and Sorry my storange English.
ASAI, Shigeaki
Pull requests
In Lakka v5.x, there was vice core build fail, vice core was temporery removed on Sep 11.
I investigated into this.
I don't know the reason, but same LDFLAGS was set multiple (2 times). LDFLAGS contains "-version-script=". If LDFLAGS has two "-version-script=" , ld.bfd is failded with error message. Error message is :
ld.bfd : anonymous version tag cannot be combined with other version tags
About fix (Patch) If LDFLAGS is contained "-version-script=" already, Do not set 2nd LDFLAGS.
Thanks and Sorry my storange English. ASAI, Shigeaki