Hi,
-lSDL library not fond while cross compiling dos box. how to add this library to existing toolchain to cross compile dos box.
Procedure followed:
export PATH=$PATH:/home/sanjeev/Downloads/Toolchains/gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi/bin
CC=arm-linux-gnueabi-gcc CXX=arm-linux-gnueabi-g++ LD=arm-linux-gnueabi-ld ./configure -disable-shared --build=i386-linux --host=arm-linux --target=arm --prefix=/home/sanjeev/dosbox
make