You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My top screen is broken, so I'm trying to edit the nesDS code to enable the swap screens option by default as I don't think you can use ini files with this. I get this error when compiling:
linking ... boot.elf
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: main.o: in function `main':
/home/heath/Downloads/wii-ds-rom-sender/source/main.c:1012: undefined reference to `gameyob_bin_size'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1012: undefined reference to `gameyob_bin_size'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1012: undefined reference to `gameyob_bin'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1012: undefined reference to `gameyob_bin'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1029: undefined reference to `nesds_bin_size'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1029: undefined reference to `nesds_bin_size'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1029: undefined reference to `nesds_bin'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/main.c:1029: undefined reference to `nesds_bin'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: ndsfile.o: in function `ndsfile_demomenu_start':
/home/heath/Downloads/wii-ds-rom-sender/source/ndsfile.c:206: undefined reference to `demomenu_bin_size'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/ndsfile.c:206: undefined reference to `demomenu_bin_size'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/ndsfile.c:208: undefined reference to `demomenu_bin'
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld: /home/heath/Downloads/wii-ds-rom-sender/source/ndsfile.c:208: undefined reference to `demomenu_bin'
collect2: error: ld returned 1 exit status
make[1]: *** [/opt/devkitpro/devkitPPC//wii_rules:30: /home/heath/Downloads/wii-ds-rom-sender/boot.elf] Error 1
make: *** [Makefile:101: build] Error 2
The text was updated successfully, but these errors were encountered:
My top screen is broken, so I'm trying to edit the nesDS code to enable the swap screens option by default as I don't think you can use ini files with this. I get this error when compiling:
The text was updated successfully, but these errors were encountered: