Hi,
I'm havng trouble compiling and running the thttpd webserver on the DM6467.
ARCH=ARM CC=arm-none-linux-gnueabi-gcc ./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --with-build-cc=gc
make ARCH=ARM CC=arm-none-linux-gnueabi-gcc
The system is running buildroot.
When I try and run it I get the following error:
./thttpd: line 1: sntax error: unexpected word (expecting ")")
If anyone could shed some light of this I would be very gratefull.
Many Thanks