GNOME Bugzilla – Bug 775728
gstconfig: Compile failure for arc and nios2 architectures (unaligned access support)
Last modified: 2016-12-08 19:46:08 UTC
Created attachment 341514 [details] [review] Fix unaligned access support for arc and nios2 architectures. ../gst/gstconfig.h:112:4: error: #error "Could not detect architecture; don't know whether it supports unaligned access! Please file a bug." # error "Could not detect architecture; don't know whether it supports unaligned access! Please file a bug." Fixes buildroot autobuild failures ([1], [2]). [1] http://autobuild.buildroot.net/results/fbd/fbdcd90635d5ec3a62ad98a7ff93b71b8e5ecde4 [2] http://autobuild.buildroot.net/results/f3c/f3c9b0ed4ffb114221057237ce22c995b673a98b
commit b6e3a0a2dc2ea7a37ad40bc1e08a2004b657a020 Author: Peter Seiderer <ps.report@gmx.net> Date: Tue Dec 6 22:32:31 2016 +0100 gstconfig: Fix unaligned access support for arc and nios2 architectures Fixes buildroot autobuild failures ([1], [2]). [1] http://autobuild.buildroot.net/results/fbd/fbdcd90635d5ec3a62ad98a7ff93b71b8e5ecde4 [2] http://autobuild.buildroot.net/results/f3c/f3c9b0ed4ffb114221057237ce22c995b673a98b https://bugzilla.gnome.org/show_bug.cgi?id=775728
What are all these architectures you're adding, and how is GStreamer used on them? :)
These architectures are from the buildroot ([1]) embeded linux project autobuild system([2]): The Buildroot autobuilders are a set of build machines that continuously run Buildroot builds based on random configurations. This is done for all architectures supported by Buildroot, with various toolchains, and with a random selection of packages. I do not know if anybody really uses gstreamer on this architectures ;-), but there are slides mentioning nios2 and gstreamer ([3])... [1] http://nightly.buildroot.org/manual.html#_about_buildroot [2] http://nightly.buildroot.org/manual.html#_analyzing_and_fixing_autobuild_failures [3] https://rocketboards.org/foswiki/pub/Documentation/WS2LinuxKernelIntroductionForAlteraSoCDevices/WS_2_Linux_Kernel_Introduction_Workshop.pdf