8 Sep
2010
8 Sep
'10
9:51 a.m.
asim khan wrote:
I have enabled --with-pcm-plugins option in my configure script which will select all pcm-plugins #!/bin/sh ./configure CC=arm_v7_vfp_le-gcc --target=arm-linux --host=i386-linux --build=$BUILD --enable-static --enable-pcm --with-pcm-plugins --disable-debug --disable-python --prefix=/mtd_rwarea
This is the same as --with-pcm-plugins="".
Use "--with-pcm-plugins=all", leave it as the default.
Regards, Clemens