Compile error help (fixed)

For example I’m trying to add resolutions to test. I go to /frontend/menu/ and edit ‘menu_common.h’ and ‘menu_settings.c’ to add the new resolution in the right order but when I compile and launch RA there is no added resolutions. To make sure I was doing it right I deleted a few resolutions and compiled; when I checked on my Wii all the removed resolutions were still there, it’s like it’s looking somewhere else for the source but there is nowhere else.

Any idea what I am doing wrong? I used ‘make -f Makefile.griffin platform=wii’ to make the core .dol out of the .a like I’m supposed to.

EDIT: After updating the source it compiles again.

Did you use clean after the last time you’ve compiled it? If not, try “make -f Makefile.griffin platform=wii clean”.

I didn’t but now that I did I can’t get it to compile anymore, I redownloaded the source to see if I could get it to compile again but it doesn’t. Compiling the core to .a still works and compiling the bootloader boot.dol also works.

This is the error:

I set everything up on another pc in case I screwed up something on my previous setup and I still get that same error.