Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile #12

Open
Heath123 opened this issue Apr 2, 2021 · 0 comments
Open

Can't compile #12

Heath123 opened this issue Apr 2, 2021 · 0 comments

Comments

@Heath123
Copy link

Heath123 commented Apr 2, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant