Heres what I have done so far:
I opened the makefile in Programmers Notepad Two and went to the option "make" in the tools drop box. That did not work.
Code: Select all
> "make"
make[1]: *** No rule to make target `Thumbs.db.o', needed by `/c/devkitPro/libogc/libogc.elf'. Stop.
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:01
I typed c:/devkitpro/libogc/makefile - That did not work either
It gave me this
Code: Select all
c:/devkitpro/libogc/makefile: line 4: .SUFFIXES:: command not found
c:/devkitpro/libogc/makefile: line 9: syntax error near unexpected token '$(strip $(devkitpro)),'
c:/devkitpro/libogc/makefile: line 9: 'ifeq ($(strip $(DEVKITPPC)),)'
Thanks in advance!