Guest User

Untitled

a guest
Jun 26th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. vkitpro/libnds/include -I/opt/devkitpro/devkitARM/include -I/opt/devkitpro/devkitARM/arm-none-eabi/include -I/home/shado/Downloads/ASMPatchTemplate-master/build -DARM9 -nodefaultlibs -I. -fno-builtin -c -fno-rtti -fno-exceptions -c /home/shado/Downloads/ASMPatchTemplate-master/source/keys.cpp -o keys.o
  2. nonintendo.cpp
  3. arm-none-eabi-g++ -MMD -MP -MF /home/shado/Downloads/ASMPatchTemplate-master/build/nonintendo.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -iquote /home/shado/Downloads/ASMPatchTemplate-master/include -I/opt/devkitpro/libnds/include -I/opt/devkitpro/devkitARM/include -I/opt/devkitpro/devkitARM/arm-none-eabi/include -I/home/shado/Downloads/ASMPatchTemplate-master/build -DARM9 -nodefaultlibs -I. -fno-builtin -c -fno-rtti -fno-exceptions -c /home/shado/Downloads/ASMPatchTemplate-master/source/nonintendo.cpp -o nonintendo.o
  4. ramviewer.cpp
  5. arm-none-eabi-g++ -MMD -MP -MF /home/shado/Downloads/ASMPatchTemplate-master/build/ramviewer.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -iquote /home/shado/Downloads/ASMPatchTemplate-master/include -I/opt/devkitpro/libnds/include -I/opt/devkitpro/devkitARM/include -I/opt/devkitpro/devkitARM/arm-none-eabi/include -I/home/shado/Downloads/ASMPatchTemplate-master/build -DARM9 -nodefaultlibs -I. -fno-builtin -c -fno-rtti -fno-exceptions -c /home/shado/Downloads/ASMPatchTemplate-master/source/ramviewer.cpp -o ramviewer.o
  6. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer.cpp: In function 'void debugScreenRamViewer()':
  7. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer.cpp:25:6: warning: unused variable 'x' [-Wunused-variable]
  8. 25 | int x=1;
  9. | ^
  10. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer.cpp:26:6: warning: unused variable 'y' [-Wunused-variable]
  11. 26 | int y=1;
  12. | ^
  13. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer.cpp:28:6: warning: unused variable 'keys' [-Wunused-variable]
  14. 28 | int keys = myKeysHeld();
  15. | ^~~~
  16. debugscreen.s
  17. arm-none-eabi-gcc -MMD -MP -MF /home/shado/Downloads/ASMPatchTemplate-master/build/debugscreen.d -x assembler-with-cpp -g -c /home/shado/Downloads/ASMPatchTemplate-master/source/debugscreen.s -o debugscreen.o
  18. noOverlaySig.s
  19. arm-none-eabi-gcc -MMD -MP -MF /home/shado/Downloads/ASMPatchTemplate-master/build/noOverlaySig.d -x assembler-with-cpp -g -c /home/shado/Downloads/ASMPatchTemplate-master/source/noOverlaySig.s -o noOverlaySig.o
  20. print.s
  21. arm-none-eabi-gcc -MMD -MP -MF /home/shado/Downloads/ASMPatchTemplate-master/build/print.d -x assembler-with-cpp -g -c /home/shado/Downloads/ASMPatchTemplate-master/source/print.s -o print.o
  22. ramviewer_asm.s
  23. arm-none-eabi-gcc -MMD -MP -MF /home/shado/Downloads/ASMPatchTemplate-master/build/ramviewer_asm.d -x assembler-with-cpp -g -c /home/shado/Downloads/ASMPatchTemplate-master/source/ramviewer_asm.s -o ramviewer_asm.o
  24. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer_asm.s: Assembler messages:
  25. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer_asm.s:21: Error: selected processor does not support `blx r0' in ARM mode
  26. C:/Users/shado/Downloads/ASMPatchTemplate-master/source/ramviewer_asm.s:31: Error: selected processor does not support `blx r0' in ARM mode
  27. make[1]: *** [/home/shado/Downloads/ASMPatchTemplate-master/Makefile:170: ramviewer_asm.o] Error 1
  28. make: *** [Makefile:122: build] Error 2
  29. Press any key to continue . . .
Add Comment
Please, Sign In to add comment