On Fri, 12 Sep 2008, learning gst wrote: > I hope to compile GStreammer for ARM. But I don't know how to compile? Please help me. use a cross-compilation toolchain. I'm sure google can help you (for example http://www.scratchbox.org/, but there are certainly other toolchain) So, I think that you have to: 1) set up the toolchain 2) compile the dependencies (iconv, glib, etc...) for the arm target 3) compile gstreamer for the arm target As an example, I plan to have gstreamer on Windows CE devices with cegcc. regards Vincent Torri