So I've been tinkering with compiling software on my 860 yesterday. I thought I'd start with xmms since the install is a basic ./configure && make && make install. I started out by removing the xmms-related ipks so ./configure wouldn't complain that I have a version installed. make worked fine with no errors, but make install compiles a few more things and fails:
-c -o controlsocket.o `test -f 'controlsocket.c' || echo './'`controlsocket.c; \
then mv -f ".deps/controlsocket.Tpo" ".deps/controlsocket.Po"; \
else rm -f ".deps/controlsocket.Tpo"; exit 1; \
fi
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See for instructions.
make[3]: *** [controlsocket.o] Error 1
make[3]: Leaving directory `/mnt/card/home/root/xmms-1.2.10/xmms'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/mnt/card/home/root/xmms-1.2.10/xmms'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/mnt/card/home/root/xmms-1.2.10/xmms'
make: *** [install-recursive] Error 1
df -h says I have plenty of free space left on my internal flash as well as on my sd card, I have gcc.img mounted as the documentation said, and I know I'll have to install xmms-mad to play mp3s, but I don't know why ./configure ran just fine as well as make and make install wants to be stubborn. Anything I'm missing when trying to compile source right on the Z?