........\Spider3DSTools>make arm-none-eabi-gcc -c -o code.o code.c -fPIE -fno-zero-initialized-in-bss -std=c9 9 -mcpu=mpcore -fshort-wchar -O3 code.c:25:141: warning: initialization makes pointer from integer without a cast [enabled by default] code.c:26:62: warning: initialization makes pointer from integer without a cast [enabled by default] code.c:27:57: warning: initialization makes pointer from integer without a cast [enabled by default] code.c: In function 'uvl_entry': code.c:65:9: warning: passing argument 1 of 'GSPGPU_FlushDataCache' makes pointe r from integer without a cast [enabled by default] code.c:65:9: note: expected 'void *' but argument is of type 'int' code.c:66:9: warning: passing argument 1 of 'GX_SetTextureCopy' makes pointer fr om integer without a cast [enabled by default] code.c:66:9: note: expected 'void *' but argument is of type 'int' code.c:66:9: warning: passing argument 2 of 'GX_SetTextureCopy' makes pointer fr om integer without a cast [enabled by default] code.c:66:9: note: expected 'void *' but argument is of type 'int' code.c:68:9: warning: passing argument 1 of 'GSPGPU_FlushDataCache' makes pointe r from integer without a cast [enabled by default] code.c:68:9: note: expected 'void *' but argument is of type 'int' code.c:69:9: warning: passing argument 1 of 'GX_SetTextureCopy' makes pointer fr om integer without a cast [enabled by default] code.c:69:9: note: expected 'void *' but argument is of type 'int' code.c:69:9: warning: passing argument 2 of 'GX_SetTextureCopy' makes pointer fr om integer without a cast [enabled by default] code.c:69:9: note: expected 'void *' but argument is of type 'int' arm-none-eabi-ld -o code.elf code.o -T uvl.x -nostdlib arm-none-eabi-objcopy -O binary code.elf code.bin arm-none-eabi-gcc -nostartfiles -nostdlib -c -o LoadROP.o LoadROP.S arm-none-eabi-ld -o LoadROP.elf LoadROP.o -T rop.x -nostdlib rop.x:16 cannot move location counter backwards (from 08b88720 to 08b8870c) make: *** [LoadROP.elf] Error 1 rm LoadROP.o