John,<br>Thanks for the idea.&nbsp; Unfortunately while compiling from
the latest svn repository, the &quot;--disable-frontend&quot; is not an
option.&nbsp; but it did give me the idea of disabling as many of the
available options as possible since I&#39;m not putting a tuner on
this.&nbsp; So I tried disabling as many as possible.
<br><br>Unfortunately, it fails at the same point as before with some assembler error when compiling mythcontent.cpp.<br><br>It
should be possible to strip away all the unessentials but I&#39;m sure
that&#39;s easier said than done, esp. since myth-setup has a QT GUI.&nbsp;
<br><br>Note that this is not just a regular compile done on some x86
machine; this a native compile done on an NSLU2 which uses an ARM-based
ixp4xx processor.&nbsp; Here is the compile statement and the errors
I&#39;m getting:<br>ccache g++ -c -pipe -I/usr/include/kde/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3
-fomit-frame-pointer -Wall -Wno-switch -Wno-non-virtual-dtor
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr/local\&quot;
-DLIBDIR=\&quot;/usr/local/lib\&quot; -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU
-DUSE_LIRC -DUSE_ARTS -DUSE_JACK -DUSING_XRANDR -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include
-I../libmythsamplerate -I../libmythsoundtouch -I../.. -I..
-I/usr/include/qt3 -o mythcontext.o mythcontext.cpp<br>
{standard input}: Assembler messages:<br>
{standard input}:80036: Warning: end of file not at end of a line; newline inserted<br>
{standard input}:81473: Error: &#39;]&#39; expected -- `ldr r0,[fp,#-58&#39;<br>
g++: Internal error: Killed (program cc1plus)<br>
Please submit a full bug report.<br>
See &lt;URL:<a href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>&gt; for instructions.<br>
For Debian GNU/Linux specific bug reporting instructions, see<br>
&lt;URL:<a href="file:///usr/share/doc/gcc-4.1/README.Bugs">file:///usr/share/doc/gcc-4.1/README.Bugs</a>&gt;.<br>
<br>
make[2]: *** [mythcontext.o] Error 1<br>
make[2]: Leaving directory `/home/jyeh/mythtv/libs/libmyth&#39;<br>
make[1]: *** [sub-libmyth] Error 2<br>
make[1]: Leaving directory `/home/jyeh/mythtv/libs&#39;<br>
make: *** [sub-libs] Error 2<br>
<br>
Any ideas on fixing or somehow sidestepping this compile issue?&nbsp; I
may try to checkout the release version of the source code from svn
(instead of the latest, bleeding edge version).<br>
<br>
Jacob<br>