<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: -lSDL library not found (DosBox Cross compillation) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/lSDL-library-not-found-DosBox-Cross-compillation/m-p/845306#M129524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjeev More,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to manually download the SDL libraries and make them available to the compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some information on how to do this on the SDL website:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.libsdl.org/FrontPage"&gt;http://wiki.libsdl.org/FrontPage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2019 18:51:16 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2019-01-14T18:51:16Z</dc:date>
    <item>
      <title>-lSDL library not found (DosBox Cross compillation)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lSDL-library-not-found-DosBox-Cross-compillation/m-p/845305#M129523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am cross compiling dosbox and facing below issue for -lSDL library not found.&lt;/P&gt;&lt;P&gt;I followed below procedure to cross compile dosbox&lt;/P&gt;&lt;P&gt;sanjeev@sanjeev-LapTop:~/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2$ export PATH=$PATH:/home/sanjeev/Downloads/Toolchains/gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi/bin &lt;BR /&gt;sanjeev@sanjeev-LapTop:~/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2$ CC=arm-linux-gnueabi-gcc CXX=arm-linux-gnueabi-g++ LDFLAGS="-static -Wl,-elf2flt" CFLAGS="-fno-jump-tables" ./configure -disable-shared --build=i386-linux --host=arm-linux --target=arm --prefix=/home/sanjeev/dosbox&lt;BR /&gt;configure: WARNING: unrecognized options: --disable-shared&lt;BR /&gt;checking build system type... i386-pc-linux-gnu&lt;BR /&gt;checking host system type... arm-unknown-linux-gnu&lt;BR /&gt;checking for a BSD-compatible install... /usr/bin/install -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for arm-linux-strip... no&lt;BR /&gt;checking for strip... strip&lt;BR /&gt;configure: WARNING: using cross tools not prefixed with host triplet&lt;BR /&gt;checking for a thread-safe mkdir -p... /bin/mkdir -p&lt;BR /&gt;checking for gawk... gawk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking whether make supports nested variables... yes&lt;BR /&gt;checking whether make sets $(MAKE)... (cached) yes&lt;BR /&gt;checking for arm-linux-gcc... arm-linux-gnueabi-gcc&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking for suffix of executables... &lt;BR /&gt;checking whether we are cross compiling... yes&lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... yes&lt;BR /&gt;checking whether arm-linux-gnueabi-gcc accepts -g... yes&lt;BR /&gt;checking for arm-linux-gnueabi-gcc option to accept ISO C89... none needed&lt;BR /&gt;checking whether arm-linux-gnueabi-gcc understands -c and -o together... yes&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking dependency style of arm-linux-gnueabi-gcc... gcc3&lt;BR /&gt;checking how to run the C preprocessor... arm-linux-gnueabi-gcc -E&lt;BR /&gt;checking whether we are using the GNU C++ compiler... yes&lt;BR /&gt;checking whether arm-linux-gnueabi-g++ accepts -g... yes&lt;BR /&gt;checking dependency style of arm-linux-gnueabi-g++... gcc3&lt;BR /&gt;checking for arm-linux-ranlib... no&lt;BR /&gt;checking for ranlib... ranlib&lt;BR /&gt;checking for sdl-config... /usr/bin/sdl-config&lt;BR /&gt;checking for SDL - version &amp;gt;= 1.2.0... cross compiling; assumed OK... &lt;BR /&gt;yes&lt;BR /&gt;checking SDL version only being 1.2.X... yes&lt;BR /&gt;checking for an ANSI C-conforming const... yes&lt;BR /&gt;checking for inline... inline&lt;BR /&gt;checking for grep that handles long lines and -e... /bin/grep&lt;BR /&gt;checking for egrep... /bin/grep -E&lt;BR /&gt;checking for ANSI C header files... yes&lt;BR /&gt;checking for sys/types.h... yes&lt;BR /&gt;checking for sys/stat.h... yes&lt;BR /&gt;checking for stdlib.h... yes&lt;BR /&gt;checking for string.h... yes&lt;BR /&gt;checking for memory.h... yes&lt;BR /&gt;checking for strings.h... yes&lt;BR /&gt;checking for inttypes.h... yes&lt;BR /&gt;checking for stdint.h... yes&lt;BR /&gt;checking for unistd.h... yes&lt;BR /&gt;checking for size_t... yes&lt;BR /&gt;checking whether struct tm is in sys/time.h or time.h... time.h&lt;BR /&gt;checking size of unsigned char... 1&lt;BR /&gt;checking size of unsigned short... 2&lt;BR /&gt;checking size of unsigned int... 4&lt;BR /&gt;checking size of unsigned long... 4&lt;BR /&gt;checking size of unsigned long long... 8&lt;BR /&gt;checking size of int *... 4&lt;BR /&gt;checking for stdlib.h... (cached) yes&lt;BR /&gt;checking for sys/types.h... (cached) yes&lt;BR /&gt;checking for sys/socket.h... yes&lt;BR /&gt;checking for netinet/in.h... yes&lt;BR /&gt;checking for pwd.h... yes&lt;BR /&gt;checking if environ can be included... no&lt;BR /&gt;checking if environ can be linked... no&lt;BR /&gt;checking if dirent includes d_type... yes&lt;BR /&gt;checking for powf in libm... checking if compiler allows __attribute__... yes&lt;BR /&gt;checking if compiler allows __attribute__((always_inline)) ... yes&lt;BR /&gt;checking if compiler allows __attribute__((fastcall)) ... no&lt;BR /&gt;checking if compiler allows __builtin_expect... yes&lt;BR /&gt;checking if compiler supports -mno-ms-bitfields... no&lt;BR /&gt;checking for ALSA CFLAGS... &lt;BR /&gt;checking for ALSA LDFLAGS...&amp;nbsp; -lasound -lm -ldl -lpthread&lt;BR /&gt;checking for libasound headers version &amp;gt;= 0.9.0... not present.&lt;BR /&gt;checking for snd_ctl_open in -lasound... no&lt;BR /&gt;checking whether byte ordering is bigendian... no&lt;BR /&gt;checking for target cpu type... unknown&lt;BR /&gt;checking whether Apple user wants to override the build process to produce a 32 bit binary... no, not on Apple&lt;BR /&gt;checking whether x86 dynamic cpu core will be enabled... no&lt;BR /&gt;checking whether recompiling cpu core will be enabled... no&lt;BR /&gt;checking whether fpu emulation will be enabled... yes&lt;BR /&gt;checking whether x86 assembly fpu core will be enabled... no&lt;BR /&gt;checking whether to enable unaligned memory access... no&lt;BR /&gt;checking png.h usability... no&lt;BR /&gt;checking png.h presence... no&lt;BR /&gt;checking for png.h... no&lt;BR /&gt;checking for png_get_io_ptr in -lpng... no&lt;BR /&gt;configure: WARNING: Can't find libpng, screenshot support disabled&lt;BR /&gt;checking SDL_net.h usability... yes&lt;BR /&gt;checking SDL_net.h presence... yes&lt;BR /&gt;checking for SDL_net.h... yes&lt;BR /&gt;checking for SDLNet_Init in -lSDL_net... no&lt;BR /&gt;configure: WARNING: Can't find SDL_net, internal modem and ipx disabled&lt;BR /&gt;checking for main in -lX11... no&lt;BR /&gt;checking X11/XKBlib.h usability... no&lt;BR /&gt;checking X11/XKBlib.h presence... no&lt;BR /&gt;checking for X11/XKBlib.h... no&lt;BR /&gt;checking for XKBlib support... no&lt;BR /&gt;checking for main in -lGL... no&lt;BR /&gt;checking for main in -lopengl32... no&lt;BR /&gt;checking GL/gl.h usability... no&lt;BR /&gt;checking GL/gl.h presence... no&lt;BR /&gt;checking for GL/gl.h... no&lt;BR /&gt;checking whether opengl display output will be enabled... no&lt;BR /&gt;checking SDL_sound.h usability... yes&lt;BR /&gt;checking SDL_sound.h presence... yes&lt;BR /&gt;checking for SDL_sound.h... yes&lt;BR /&gt;checking for Sound_Init in -lSDL_sound... no&lt;BR /&gt;checking for Sound_Seek in -lSDL_sound... no&lt;BR /&gt;configure: WARNING: Can't find libSDL_sound, libSDL_sound support disabled&lt;BR /&gt;checking sys/mman.h usability... yes&lt;BR /&gt;checking sys/mman.h presence... yes&lt;BR /&gt;checking for sys/mman.h... yes&lt;BR /&gt;checking for mprotect... no&lt;BR /&gt;checking for setpriority support... no&lt;BR /&gt;checking that generated files are newer than configure... done&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating src/cpu/Makefile&lt;BR /&gt;config.status: creating src/cpu/core_full/Makefile&lt;BR /&gt;config.status: creating src/cpu/core_normal/Makefile&lt;BR /&gt;config.status: creating src/cpu/core_dyn_x86/Makefile&lt;BR /&gt;config.status: creating src/cpu/core_dynrec/Makefile&lt;BR /&gt;config.status: creating src/debug/Makefile&lt;BR /&gt;config.status: creating src/dos/Makefile&lt;BR /&gt;config.status: creating src/fpu/Makefile&lt;BR /&gt;config.status: creating src/gui/Makefile&lt;BR /&gt;config.status: creating src/hardware/Makefile&lt;BR /&gt;config.status: creating src/hardware/mame/Makefile&lt;BR /&gt;config.status: creating src/hardware/serialport/Makefile&lt;BR /&gt;config.status: creating src/ints/Makefile&lt;BR /&gt;config.status: creating src/libs/Makefile&lt;BR /&gt;config.status: creating src/libs/zmbv/Makefile&lt;BR /&gt;config.status: creating src/libs/gui_tk/Makefile&lt;BR /&gt;config.status: creating src/misc/Makefile&lt;BR /&gt;config.status: creating src/shell/Makefile&lt;BR /&gt;config.status: creating src/platform/Makefile&lt;BR /&gt;config.status: creating src/platform/visualc/Makefile&lt;BR /&gt;config.status: creating visualc_net/Makefile&lt;BR /&gt;config.status: creating include/Makefile&lt;BR /&gt;config.status: creating docs/Makefile&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: config.h is unchanged&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;configure: WARNING: unrecognized options: --disable-shared&lt;BR /&gt;sanjeev@sanjeev-LapTop:~/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2$ make&lt;BR /&gt;make&amp;nbsp; all-recursive&lt;BR /&gt;make[1]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2'&lt;BR /&gt;Making all in src&lt;BR /&gt;make[2]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src'&lt;BR /&gt;Making all in cpu&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu'&lt;BR /&gt;Making all in core_full&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_full'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_full'&lt;BR /&gt;Making all in core_normal&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_normal'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_normal'&lt;BR /&gt;Making all in core_dyn_x86&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_dyn_x86'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_dyn_x86'&lt;BR /&gt;Making all in core_dynrec&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_dynrec'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu/core_dynrec'&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu'&lt;BR /&gt;make[4]: Nothing to be done for 'all-am'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu'&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/cpu'&lt;BR /&gt;Making all in debug&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/debug'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/debug'&lt;BR /&gt;Making all in dos&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/dos'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/dos'&lt;BR /&gt;Making all in fpu&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/fpu'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/fpu'&lt;BR /&gt;Making all in gui&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/gui'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/gui'&lt;BR /&gt;Making all in hardware&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware'&lt;BR /&gt;Making all in serialport&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware/serialport'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware/serialport'&lt;BR /&gt;Making all in mame&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware/mame'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware/mame'&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware'&lt;BR /&gt;make[4]: Nothing to be done for 'all-am'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware'&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/hardware'&lt;BR /&gt;Making all in libs&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs'&lt;BR /&gt;Making all in zmbv&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs/zmbv'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs/zmbv'&lt;BR /&gt;Making all in gui_tk&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs/gui_tk'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs/gui_tk'&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs'&lt;BR /&gt;make[4]: Nothing to be done for 'all-am'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs'&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/libs'&lt;BR /&gt;Making all in ints&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/ints'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/ints'&lt;BR /&gt;Making all in misc&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/misc'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/misc'&lt;BR /&gt;Making all in shell&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/shell'&lt;BR /&gt;make[3]: Nothing to be done for 'all'.&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/shell'&lt;BR /&gt;Making all in platform&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/platform'&lt;BR /&gt;Making all in visualc&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/platform/visualc'&lt;BR /&gt;make[4]: Nothing to be done for 'all'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/platform/visualc'&lt;BR /&gt;make[4]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/platform'&lt;BR /&gt;make[4]: Nothing to be done for 'all-am'.&lt;BR /&gt;make[4]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/platform'&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/platform'&lt;BR /&gt;make[3]: Entering directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src'&lt;BR /&gt;arm-linux-gnueabi-g++&amp;nbsp; -g -O2&amp;nbsp;&amp;nbsp; -static -Wl,-elf2flt -o dosbox dosbox.o&amp;nbsp; cpu/libcpu.a debug/libdebug.a dos/libdos.a fpu/libfpu.a&amp;nbsp; hardware/libhardware.a gui/libgui.a ints/libints.a misc/libmisc.a shell/libshell.a hardware/mame/libmame.a hardware/serialport/libserial.a libs/gui_tk/libgui_tk.a -L/usr/lib/i386-linux-gnu -lSDL&lt;BR /&gt;/home/sanjeev/Downloads/Toolchains/gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/7.3.1/../../../../arm-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/i386-linux-gnu/libSDL.a when searching for -lSDL&lt;BR /&gt;/home/sanjeev/Downloads/Toolchains/gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/7.3.1/../../../../arm-linux-gnueabi/bin/ld: cannot find -lSDL&lt;BR /&gt;/home/sanjeev/Downloads/Toolchains/gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/7.3.1/../../../../arm-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/i386-linux-gnu/libm.a when searching for -lm&lt;BR /&gt;/home/sanjeev/Downloads/Toolchains/gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/7.3.1/../../../../arm-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/i386-linux-gnu/libc.a when searching for -lc&lt;BR /&gt;misc/libmisc.a(cross.o): In function `Cross::ResolveHomedir(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;)':&lt;BR /&gt;/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src/misc/cross.cpp:111: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;Makefile:406: recipe for target 'dosbox' failed&lt;BR /&gt;make[3]: *** [dosbox] Error 1&lt;BR /&gt;make[3]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src'&lt;BR /&gt;Makefile:438: recipe for target 'all-recursive' failed&lt;BR /&gt;make[2]: *** [all-recursive] Error 1&lt;BR /&gt;make[2]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2/src'&lt;BR /&gt;Makefile:377: recipe for target 'all-recursive' failed&lt;BR /&gt;make[1]: *** [all-recursive] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/sanjeev/SANJEEV-O/Product-Mgmt/Linux-HHU/DOSBOX/dosbox-0.74-2'&lt;BR /&gt;Makefile:318: recipe for target 'all' failed&lt;BR /&gt;make: *** [all] Error 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2019 09:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lSDL-library-not-found-DosBox-Cross-compillation/m-p/845305#M129523</guid>
      <dc:creator>sanjeevmore</dc:creator>
      <dc:date>2019-01-01T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: -lSDL library not found (DosBox Cross compillation)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lSDL-library-not-found-DosBox-Cross-compillation/m-p/845306#M129524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjeev More,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to manually download the SDL libraries and make them available to the compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some information on how to do this on the SDL website:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.libsdl.org/FrontPage"&gt;http://wiki.libsdl.org/FrontPage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 18:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lSDL-library-not-found-DosBox-Cross-compillation/m-p/845306#M129524</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-01-14T18:51:16Z</dc:date>
    </item>
  </channel>
</rss>

