#108115 - retrohead - Sun Nov 05, 2006 3:06 pm
Hi guys
i was wondering if anyone can help me with a problem I am having compiling my sources with devkitpro r19.
I added the following line to my Makefile as I heard this may fix the problem but for some reason I am still having difficulties :(
The error message i get is :
Any help with this would be apprecited as for some reason the code builds fine with devkitpro r18 (a friend tested for me) but will not build with r19.
I have uploaded the arm9 Makefile file without the fix i mentioned below:
www.retrohead.f2s.com/Makefile
Thanks
i was wondering if anyone can help me with a problem I am having compiling my sources with devkitpro r19.
I added the following line to my Makefile as I heard this may fix the problem but for some reason I am still having difficulties :(
Code: |
PREFIX := arm-eabi- |
The error message i get is :
Code: |
ERROR: Source Object palette.bin.o has EABI version 0, but target c:/Demo/arm9/Demo.arm9.elf has EABI version 4 |
Any help with this would be apprecited as for some reason the code builds fine with devkitpro r18 (a friend tested for me) but will not build with r19.
I have uploaded the arm9 Makefile file without the fix i mentioned below:
www.retrohead.f2s.com/Makefile
Thanks