[mythtv] Regarding cross compilation of Mythtv for ARM

Jean-Yves Avenard jyavenard at gmail.com
Tue Oct 8 22:01:47 UTC 2013


On 8 October 2013 23:23, Brajesh Sharma <s.brajesh at mobiveil.com> wrote:
> Hello Member,
>
> I am trying to run Mythtv on Pandaboard (omap4) for that iam cross compiling
> the mythtv source code but i am getting an error while configuring .Please
> have a look at it and suggest me suitable actions required.
>
> export CC="distcc
> /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc
> "
>
> export CC="distcc
> /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-g++"
>
> ./configure --prefix=/usr/local/arm_stuff/arm-mythtv --enable-libmp3lame
> --enable-sdl --enable-libvpx --cpu=cortex-a9 --arch=arm --enable-libfaac
> --enable-libxvid --enable-libx264 --enable-nonfree

the majority of mythtv is C++; CC is only defining the C compiler;
which you've now assigned to the C++ compiler. You also need to define
the C++ compiler

also, check the cross-compiling switch


More information about the mythtv-dev mailing list