I've got a program to complie
it is a chinese chess program
and i following the thread here
getting the qemu running and complied the example program
however, the chinese chess program need SDL
therefore, i downloaded it
however, i cannot config it
i run the configure script following the parameter in another thread here
but doesnt work
NM=arm-linux-nm LD=arm-linux-ld CC=arm-linux-gcc CXX=arm-linux-g++ RANLIB=arm-linux-ranlib AR=arm-linux-ar ./configure --host=arm-linux --build=i686-pc-linux-gnu --enable-video-qtopia --disable-video-dummy --disable-video-fbcon --disable-video-dga --disable-arts --disable-esd --disable-alsa --disable-cdrom --disable-video-x11 --disable-nasm --prefix=/opt/Embedix/tools/arm-linux
it said that the --build=i686-pc-linux-gnu doesnt correct
also i want to ask if the CXX should be set to arm-linux-g++ ?
i think there is only a gcc-2.95 in the qemu, but not a standard gcc...
(it said no such instruction when i type gcc)