Bug 63670 - Not building for ARM v7a
Summary: Not building for ARM v7a
Status: NEW
Alias: None
Product: GStreamer SDK
Classification: Unclassified
Component: Android SDK distribution (show other bugs)
Version: 2012.11
Hardware: Other All
: medium normal
Assignee: bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-18 06:17 UTC by LCID Fire
Modified: 2013-07-07 05:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description LCID Fire 2013-04-18 06:17:37 UTC
When I attemt to build for ARMv7a, all I get is 

cp: cannot stat ‘gst-build/libgstreamer_android.so’: No such file or directory
make: *** [obj/local/armeabi-v7a/libgstreamer_android.so] Error 1

How should one build for ARMv7a then?
Comment 1 LCID Fire 2013-04-22 12:47:50 UTC
When I outcomment in `gstreamer_prebuilt.mk`

delsharedlib:
	#@$(call host-rm,$(GSTREAMER_ANDROID_SO))
	@$(foreach path,$(wildcard $(GSTREAMER_BUILD_DIR)/sed*), $(call host-rm,$(path)))

it builds fine.
What is `delsharedlib` doing and why is it cleaning up prematurely?
Comment 2 jojo 2013-07-07 05:42:25 UTC
i met this issue also, someone would fix this issue ?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.