Open GoogleCodeExporter opened 8 years ago
So I resolved 2 independant pb :
Dependancy on libgstreamer
---------------------------------------------------------------
- Use an angstrom distrib to get a rootfs with dev files or compile gstreamer
for your platform.
- before calling configure you must set PKG_CONFIG_PATH to you exported rootfs.
ARM assembler errors
---------------------------------------------------------------
I got the answer waving around mailing list :
- My platform is beagleboard omap3 (3630/3530)
- bye default the compiler select an 'generic' processor (I guess armv4).
So just override CFLAGS at configure step like that :
CFLAGS="-O2 -ggdb -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes
-ansi -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -fPIC
-DPIC" SN_API=2 DSP_API=2 ./configure
And it compiles.
Subject can be closed.
Original comment by selso.li...@gmail.com
on 12 Sep 2012 at 5:18
Original issue reported on code.google.com by
selso.li...@gmail.com
on 12 Sep 2012 at 12:52