Dimitry
Still Fresh
Can someone help me with the installation of chui's SDL libraries on Linux?
I've putted the .h files in /usr/arm-thumb-elf/include/SDL and the .a files in /usr/arm-thumb-elf/lib , but at the time of compiling Vector , i receive this message:
I'm using debian, but if someone knows some tutorial for install the gcc-arm in red hat based system , please, tell me where to get it (i have debian and red hat on different computers)
Thanks in advance
I've putted the .h files in /usr/arm-thumb-elf/include/SDL and the .a files in /usr/arm-thumb-elf/lib , but at the time of compiling Vector , i receive this message:
sh-2.05b$ make -f Makefile.gp32
arm-thumb-elf-gcc -o vector.elf crt0.o gpstart.o vector.o gpdata.o -Tlnkscript user_init.o -nostartfiles -lm -lgpos -lgpstdio -lgpstdlib -lgpsound -lgpmem -lgpgraphic -lgpfont -lSDL -lSDL_image -lSDL_mixer -lpng -lz -lm -lSDL -lgpstdio -lgpstdlib
/usr/lib/gcc-lib/arm-thumb-elf/3.2.1/../../../../arm-thumb-elf/lib/libSDL_image.a(IMG_jpg.o): In function `jpeg_SDL_RW_src':
IMG_jpg.o(.text+0x2e8): undefined reference to `jpeg_resync_to_restart'
/usr/lib/gcc-lib/arm-thumb-elf/3.2.1/../../../../arm-thumb-elf/lib/libSDL_image.a(IMG_jpg.o): In function `IMG_LoadJPG_RW':
IMG_jpg.o(.text+0x318): undefined reference to `jpeg_std_error'
IMG_jpg.o(.text+0x344): undefined reference to `jpeg_CreateDecompress'
IMG_jpg.o(.text+0x35c): undefined reference to `jpeg_read_header'
IMG_jpg.o(.text+0x370): undefined reference to `jpeg_calc_output_dimensions'
IMG_jpg.o(.text+0x3c0): undefined reference to `jpeg_destroy_decompress'
IMG_jpg.o(.text+0x3d4): undefined reference to `jpeg_start_decompress'
IMG_jpg.o(.text+0x410): undefined reference to `jpeg_read_scanlines'
IMG_jpg.o(.text+0x428): undefined reference to `jpeg_finish_decompress'
collect2: ld returned 1 exit status
make: *** [vector.elf] Error 1
I'm using debian, but if someone knows some tutorial for install the gcc-arm in red hat based system , please, tell me where to get it (i have debian and red hat on different computers)
Thanks in advance