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

config: Excluded 'android-armv7' platform from vba-next #130

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

garbear
Copy link
Member

@garbear garbear commented Aug 12, 2024

Description

This PR excludes the android-armv7 platform from vba-next due to a build error.

Build error was:

/ndk-release-r21/bionic/libc/bionic/locale.cpp:136: error: undefined reference to 'operator new(unsigned int)'
/ndk-release-r21/bionic/libc/bionic/locale.cpp:140: error: undefined reference to 'operator delete(void*)'
/ndk-release-r21/bionic/libc/bionic/locale.cpp:155: error: undefined reference to 'operator new(unsigned int)'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

How has this been tested?

After applying the patch, vba-next goes green on all other supported platforms: https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-game%2Fgame.libretro.vba-next/detail/master/143/pipeline

Build error was:

  /ndk-release-r21/bionic/libc/bionic/locale.cpp:136: error: undefined reference to 'operator new(unsigned int)'
  /ndk-release-r21/bionic/libc/bionic/locale.cpp:140: error: undefined reference to 'operator delete(void*)'
  /ndk-release-r21/bionic/libc/bionic/locale.cpp:155: error: undefined reference to 'operator new(unsigned int)'
  clang++: error: linker command failed with exit code 1 (use -v to see invocation)
@garbear
Copy link
Member Author

garbear commented Aug 12, 2024

vba-next is green on https://jenkins.kodi.tv/view/Game%20Binary%20Addons/

@garbear garbear merged commit c5670eb into kodi-game:master Aug 12, 2024
1 of 2 checks passed
@garbear garbear deleted the vba-next-armv7 branch August 12, 2024 03:00
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

Successfully merging this pull request may close these issues.

1 participant