John,<br>Thanks for the idea. Unfortunately while compiling from
the latest svn repository, the "--disable-frontend" is not an
option. but it did give me the idea of disabling as many of the
available options as possible since I'm not putting a tuner on
this. 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'm sure
that's easier said than done, esp. since myth-setup has a QT GUI.
<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. Here is the compile statement and the errors
I'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 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DLIBDIR=\"/usr/local/lib\" -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: ']' expected -- `ldr r0,[fp,#-58'<br>
g++: Internal error: Killed (program cc1plus)<br>
Please submit a full bug report.<br>
See <URL:<a href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>> for instructions.<br>
For Debian GNU/Linux specific bug reporting instructions, see<br>
<URL:<a href="file:///usr/share/doc/gcc-4.1/README.Bugs">file:///usr/share/doc/gcc-4.1/README.Bugs</a>>.<br>
<br>
make[2]: *** [mythcontext.o] Error 1<br>
make[2]: Leaving directory `/home/jyeh/mythtv/libs/libmyth'<br>
make[1]: *** [sub-libmyth] Error 2<br>
make[1]: Leaving directory `/home/jyeh/mythtv/libs'<br>
make: *** [sub-libs] Error 2<br>
<br>
Any ideas on fixing or somehow sidestepping this compile issue? 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>