Advertisement
Guest User

Spider Compile Error

a guest
Jun 12th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.00 KB | None | 0 0
  1.  
  2. ........\Spider3DSTools>make
  3. arm-none-eabi-gcc -c -o code.o code.c -fPIE -fno-zero-initialized-in-bss -std=c9
  4. 9 -mcpu=mpcore -fshort-wchar -O3
  5. code.c:25:141: warning: initialization makes pointer from integer without a cast
  6.  [enabled by default]
  7. code.c:26:62: warning: initialization makes pointer from integer without a cast
  8. [enabled by default]
  9. code.c:27:57: warning: initialization makes pointer from integer without a cast
  10. [enabled by default]
  11. code.c: In function 'uvl_entry':
  12. code.c:65:9: warning: passing argument 1 of 'GSPGPU_FlushDataCache' makes pointe
  13. r from integer without a cast [enabled by default]
  14. code.c:65:9: note: expected 'void *' but argument is of type 'int'
  15. code.c:66:9: warning: passing argument 1 of 'GX_SetTextureCopy' makes pointer fr
  16. om integer without a cast [enabled by default]
  17. code.c:66:9: note: expected 'void *' but argument is of type 'int'
  18. code.c:66:9: warning: passing argument 2 of 'GX_SetTextureCopy' makes pointer fr
  19. om integer without a cast [enabled by default]
  20. code.c:66:9: note: expected 'void *' but argument is of type 'int'
  21. code.c:68:9: warning: passing argument 1 of 'GSPGPU_FlushDataCache' makes pointe
  22. r from integer without a cast [enabled by default]
  23. code.c:68:9: note: expected 'void *' but argument is of type 'int'
  24. code.c:69:9: warning: passing argument 1 of 'GX_SetTextureCopy' makes pointer fr
  25. om integer without a cast [enabled by default]
  26. code.c:69:9: note: expected 'void *' but argument is of type 'int'
  27. code.c:69:9: warning: passing argument 2 of 'GX_SetTextureCopy' makes pointer fr
  28. om integer without a cast [enabled by default]
  29. code.c:69:9: note: expected 'void *' but argument is of type 'int'
  30. arm-none-eabi-ld -o code.elf code.o -T uvl.x -nostdlib
  31. arm-none-eabi-objcopy -O binary code.elf code.bin
  32. arm-none-eabi-gcc -nostartfiles -nostdlib   -c -o LoadROP.o LoadROP.S
  33. arm-none-eabi-ld -o LoadROP.elf LoadROP.o -T rop.x -nostdlib
  34. rop.x:16 cannot move location counter backwards (from 08b88720 to 08b8870c)
  35. make: *** [LoadROP.elf] Error 1
  36. rm LoadROP.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement