#174619 - anta40 - Fri Jul 02, 2010 6:07 am
I was reading this tutorial
Then I tried to build the project in Programmers Notepad. Unfortunately, the steps covered in this page is not pretty clear.
So, based on this example:
C:\devkitPro\examples\gba\graphics\ansi_console
I build my project manually (creating the source folder & copying the Makefile)
And this is the output while running make
What went wrong here?
Then I tried to build the project in Programmers Notepad. Unfortunately, the steps covered in this page is not pretty clear.
So, based on this example:
C:\devkitPro\examples\gba\graphics\ansi_console
I build my project manually (creating the source folder & copying the Makefile)
And this is the output while running make
Code: |
> "make"
linking cartridge c:/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.4.3/../../../../arm-eabi/lib/thumb/gba_crt0.o: In function `CIDExit': (.init+0x20c): undefined reference to `main' collect2: ld returned 1 exit status make[1]: *** [/c/devkitPro/source/gba/asmtest/asmtest.elf] Error 1 "make": *** [build] Error 2 |
What went wrong here?