Created
August 2, 2013 20:39
-
-
Save cmartinbaughman/6143284 to your computer and use it in GitHub Desktop.
Current error on my latest PAC-man 4.3 soon to release! This is pretty much I believe the last error I am getting. I need to figure out what is so dif in these libs from 4.2?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target SharedLib: libandroid_runtime (/home/cmbaughman/pac/out/target/product/shooter/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so) | |
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1012: error: undefined reference to 'android::LPAPlayer::mObjectsAlive' | |
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1084: error: undefined reference to 'android::LPAPlayer::LPAPlayer(android::sp<android::MediaPlayerBase::AudioSink> const&, bool&, android::AwesomePlayer*)' | |
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1685: error: undefined reference to 'android::LPAPlayer::mObjectsAlive' | |
collect2: error: ld returned 1 exit status | |
make: *** [/home/cmbaughman/pac/out/target/product/shooter/obj/SHARED_LIBRARIES/libstagefright_intermediates/LINKED/libstagefright.so] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
Note: frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityEventCompat.java uses or overrides a deprecated API. | |
Note: Recompile with -Xlint:deprecation for details. | |
Note: Some input files use unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you ever find a solution to this issue? I am experiencing the same problem on a port of CyanogenMod to an unsupported device and have thusfar been unable to find a resolution for it.