Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. [developer@archlinux dsftp]$ make
  2. make -C arm7
  3. make[1]: Entering directory '/home/developer/Workspace/dsftp/arm7'
  4. main.c
  5. arm-none-eabi-gcc -MMD -MP -MF /home/developer/Workspace/dsftp/arm7/build/main.d -g -Wall -O2 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ffast-math -mthumb-interwork -DARM7 -I/home/developer/Workspace/dsftp/arm7/include -I/home/developer/Workspace/dsftp/arm7/build -I/home/developer/Workspace/dsftp/arm7/../common/dsgui-0.3/include -I/home/developer/Workspace/dsftp/arm7/../common/ -I/opt/devkitpro/libnds/include -I/home/developer/Workspace/dsftp/arm7/build -c /home/developer/Workspace/dsftp/arm7/source/main.c -o main.o
  6. pm.c
  7. arm-none-eabi-gcc -MMD -MP -MF /home/developer/Workspace/dsftp/arm7/build/pm.d -g -Wall -O2 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ffast-math -mthumb-interwork -DARM7 -I/home/developer/Workspace/dsftp/arm7/include -I/home/developer/Workspace/dsftp/arm7/build -I/home/developer/Workspace/dsftp/arm7/../common/dsgui-0.3/include -I/home/developer/Workspace/dsftp/arm7/../common/ -I/opt/devkitpro/libnds/include -I/home/developer/Workspace/dsftp/arm7/build -c /home/developer/Workspace/dsftp/arm7/source/pm.c -o pm.o
  8. ipc_libnds_extended.c
  9. arm-none-eabi-gcc -MMD -MP -MF /home/developer/Workspace/dsftp/arm7/build/ipc_libnds_extended.d -g -Wall -O2 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ffast-math -mthumb-interwork -DARM7 -I/home/developer/Workspace/dsftp/arm7/include -I/home/developer/Workspace/dsftp/arm7/build -I/home/developer/Workspace/dsftp/arm7/../common/dsgui-0.3/include -I/home/developer/Workspace/dsftp/arm7/../common/ -I/opt/devkitpro/libnds/include -I/home/developer/Workspace/dsftp/arm7/build -c /home/developer/Workspace/dsftp/arm7/../common/ipc_libnds_extended.c -o ipc_libnds_extended.o
  10. /home/developer/Workspace/dsftp/arm7/../common/ipc_libnds_extended.c: In function 'extendedIPC':
  11. /home/developer/Workspace/dsftp/arm7/../common/ipc_libnds_extended.c:47:40: warning: implicit declaration of function 'CheckStylus' [-Wimplicit-function-declaration]
  12. 47 | MyIPC->touched = (u8)CheckStylus();
  13. | ^~~~~~~~~~~
  14. linking arm7.elf
  15. /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/9.1.0/../../../../arm-none-eabi/bin/ld: ipc_libnds_extended.o: in function `extendedIPC':
  16. /home/developer/Workspace/dsftp/arm7/../common/ipc_libnds_extended.c:47: undefined reference to `CheckStylus'
  17. collect2: error: ld returned 1 exit status
  18. make[2]: *** [/home/developer/Workspace/dsftp/arm7/Makefile:115: /home/developer/Workspace/dsftp/arm7/arm7.elf] Error 1
  19. make[1]: *** [Makefile:97: build] Error 2
  20. make[1]: Leaving directory '/home/developer/Workspace/dsftp/arm7'
  21. make: *** [Makefile:27: arm7/arm7.elf] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement