#133831 - biubid_boy - Mon Jul 09, 2007 2:32 am
Hello.
I'm in the process of setting up devkitPro and the Dev-Cpp IDE to work together. But the problem is, whenever I run my makefile (the template makefile from gba examples), I get the following error message.
This problem doesn't seem to be caused by Dev-Cpp because the same error message appears when I use make from MinGW. Is there something terribly wrong with my installation?
Thanks for any help,
Biubid_boy???
I'm in the process of setting up devkitPro and the Dev-Cpp IDE to work together. But the problem is, whenever I run my makefile (the template makefile from gba examples), I get the following error message.
Quote: |
C:\gba_template>make -f makefile
linking multiboot c:/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/lib/th umb/gba_crt0.o: In function `start_vector': gba_crt0.s:(.init+0x208): undefined reference to `main' collect2: ld returned 1 exit status make[1]: *** [/c/gba_template/gba_template_mb.elf] Error 1 make: *** [build] Error 2 |
This problem doesn't seem to be caused by Dev-Cpp because the same error message appears when I use make from MinGW. Is there something terribly wrong with my installation?
Thanks for any help,
Biubid_boy???