Discussion:
Undefined symbols for architecture arm64
Haiyong Zhang
2016-04-28 15:17:12 UTC
Permalink
Hi,

I am using Xcode 7.3 and GStreamer iOS 1.8.1. I created a project by using
"GStreamer single view template". However, I got error messages when I
tried to use #define GST_IOS_PLUGINS_EFFECTS.
The error messages are as below. Please help me figure out how to fix this
problem Thanks.

Undefined symbols for architecture arm64:

"std::basic_string<char, std::char_traits<char>, std::allocator<char>
soundtouch::SoundTouch::putSamples(float const*, unsigned int) in
GStreamer(libSoundTouch_a_arm64_-SoundTouch.o)

soundtouch::FIRFilter::setCoefficients(float const*, unsigned int,
unsigned int) in GStreamer(libSoundTouch_a_arm64_-FIRFilter.o)

"std::runtime_error::runtime_error(std::string const&)", referenced from:

soundtouch::SoundTouch::putSamples(float const*, unsigned int) in
GStreamer(libSoundTouch_a_arm64_-SoundTouch.o)

soundtouch::FIRFilter::setCoefficients(float const*, unsigned int,
unsigned int) in GStreamer(libSoundTouch_a_arm64_-FIRFilter.o)

"std::string::_Rep::_S_empty_rep_storage", referenced from:

soundtouch::SoundTouch::putSamples(float const*, unsigned int) in
GStreamer(libSoundTouch_a_arm64_-SoundTouch.o)

soundtouch::FIRFilter::setCoefficients(float const*, unsigned int,
unsigned int) in GStreamer(libSoundTouch_a_arm64_-FIRFilter.o)

"std::string::_Rep::_M_destroy(std::allocator<char> const&)", referenced
from:

soundtouch::SoundTouch::putSamples(float const*, unsigned int) in
GStreamer(libSoundTouch_a_arm64_-SoundTouch.o)

soundtouch::FIRFilter::setCoefficients(float const*, unsigned int,
unsigned int) in GStreamer(libSoundTouch_a_arm64_-FIRFilter.o)

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see
invocation)
Sebastian Dröge
2016-04-28 15:54:50 UTC
Permalink
Hi,
I am using Xcode 7.3 and GStreamer iOS 1.8.1. I created a project by using "GStreamer single view template". However, I got error messages when I tried to use #define GST_IOS_PLUGINS_EFFECTS. 
The error messages are as below. Please help me figure out how to fix this problem Thanks.
I think this is related to the iOS version you're targetting in XCode.
Try targetting iOS 6, IIRC it uses a different C++ ABI if you target
something newer... or something along those lines.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
Haiyong Zhang
2016-04-28 15:59:04 UTC
Permalink
It works. Thank you very much.
Post by Haiyong Zhang
Hi,
I am using Xcode 7.3 and GStreamer iOS 1.8.1. I created a project by
using "GStreamer single view template". However, I got error messages when
I tried to use #define GST_IOS_PLUGINS_EFFECTS.
Post by Haiyong Zhang
The error messages are as below. Please help me figure out how to fix
this problem Thanks.
I think this is related to the iOS version you're targetting in XCode.
Try targetting iOS 6, IIRC it uses a different C++ ABI if you target
something newer... or something along those lines.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Loading...