D_Skywalk
05/09/2005, 12:12
Buenas de nuevo, vuelvo a la carga ahora desde linuxete :-D
Vereis es que me salen un par de warnings mientras compilo el rotozoom, supongo que no son importantes pero aqui van:
arm-elf-gcc -I/opt/gp32SDL/include/SDL -I/opt/gp32SDL/include -mtune=arm920 -march=armv4t -marm -mno-thumb-interwork -msoft-float -ffast-math -nostdlib -fno-common -ffreestanding -fno-builtin -fno-exceptions -mstructure-size-boundary=8 -fomit-frame-pointer -fstrict-aliasing -O6 -DGFXST -DGP32 -DGP32_LIBC -Wall -Wno-switch -DUSE_FIXED_POINT -M rotozoom.c > Makedepend
arm-elf-as -o crt0x_gp32.o crt0x_gp32.s
arm-elf-gcc -I/opt/gp32SDL/include/SDL -I/opt/gp32SDL/include -mtune=arm920 -march=armv4t -marm -mno-thumb-interwork -msoft-float -ffast-math -nostdlib -fno-common -ffreestanding -fno-builtin -fno-exceptions -mstructure-size-boundary=8 -fomit-frame-pointer -fstrict-aliasing -O6 -DGFXST -DGP32 -DGP32_LIBC -Wall -Wno-switch -DUSE_FIXED_POINT -c -o rotozoom.o rotozoom.c
In file included from /opt/gp32SDL/include/SDL/SDL_rotozoom.h:15,
from rotozoom.c:38:
/opt/gp32SDL/include/SDL/math-sll.h: In function `sllinv':
/opt/gp32SDL/include/SDL/math-sll.h:438: warning: use of cast expressions as lvalues is deprecated
rotozoom.c: In function `RotatePicture':
rotozoom.c:66: warning: 'zoomfx' might be used uninitialized in this function
rotozoom.c:66: warning: 'zoomfy' might be used uninitialized in this function
arm-elf-ld -Map rotozoom.map -nostartfiles --script arm-gp32bin.x -L/opt/gp32SDL/lib crt0x_gp32.o rotozoom.o -lSDL_gfx -lSDL_image -lSDL -lpng -ljpeg -lz -lc -lm -lgcc -o rotozoom.elf
arm-elf-objcopy -O binary rotozoom.elf rotozoom.gxb
Debo preocuparme? mi version de gcc es:
skywalker@yavin:~/desarrollo/SDL/rotozoom$ arm-elf-gcc --version
arm-elf-gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Que la teneis disponible en mi web (http://gp32.dantoine.org), si quereis testearla ;-)
Un Saludo y si le hago un fixeo para que no quede tan feo, subo los cambios? :chupete:
Vereis es que me salen un par de warnings mientras compilo el rotozoom, supongo que no son importantes pero aqui van:
arm-elf-gcc -I/opt/gp32SDL/include/SDL -I/opt/gp32SDL/include -mtune=arm920 -march=armv4t -marm -mno-thumb-interwork -msoft-float -ffast-math -nostdlib -fno-common -ffreestanding -fno-builtin -fno-exceptions -mstructure-size-boundary=8 -fomit-frame-pointer -fstrict-aliasing -O6 -DGFXST -DGP32 -DGP32_LIBC -Wall -Wno-switch -DUSE_FIXED_POINT -M rotozoom.c > Makedepend
arm-elf-as -o crt0x_gp32.o crt0x_gp32.s
arm-elf-gcc -I/opt/gp32SDL/include/SDL -I/opt/gp32SDL/include -mtune=arm920 -march=armv4t -marm -mno-thumb-interwork -msoft-float -ffast-math -nostdlib -fno-common -ffreestanding -fno-builtin -fno-exceptions -mstructure-size-boundary=8 -fomit-frame-pointer -fstrict-aliasing -O6 -DGFXST -DGP32 -DGP32_LIBC -Wall -Wno-switch -DUSE_FIXED_POINT -c -o rotozoom.o rotozoom.c
In file included from /opt/gp32SDL/include/SDL/SDL_rotozoom.h:15,
from rotozoom.c:38:
/opt/gp32SDL/include/SDL/math-sll.h: In function `sllinv':
/opt/gp32SDL/include/SDL/math-sll.h:438: warning: use of cast expressions as lvalues is deprecated
rotozoom.c: In function `RotatePicture':
rotozoom.c:66: warning: 'zoomfx' might be used uninitialized in this function
rotozoom.c:66: warning: 'zoomfy' might be used uninitialized in this function
arm-elf-ld -Map rotozoom.map -nostartfiles --script arm-gp32bin.x -L/opt/gp32SDL/lib crt0x_gp32.o rotozoom.o -lSDL_gfx -lSDL_image -lSDL -lpng -ljpeg -lz -lc -lm -lgcc -o rotozoom.elf
arm-elf-objcopy -O binary rotozoom.elf rotozoom.gxb
Debo preocuparme? mi version de gcc es:
skywalker@yavin:~/desarrollo/SDL/rotozoom$ arm-elf-gcc --version
arm-elf-gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Que la teneis disponible en mi web (http://gp32.dantoine.org), si quereis testearla ;-)
Un Saludo y si le hago un fixeo para que no quede tan feo, subo los cambios? :chupete: