i reinstalled windows on my machine and so i had to reinstall the devkit and msys stuff.
i was using devkitpro r12 and now i tried r14.
but i couldn't compile my existing project with it, then i tried r15 and it couldn't compile because of the same reason:
my sprite-images are converted from the name.bmp file in my folder "sprites" to a name.o file in my folder "build" and into the file name_bin.h
so the errors are "can't file name.h, because the releases 14 and 15 add this "_bin" to the .h file
so i had to switch back to r12 and it compiles without errors.
is there a way to change that error? and where does it come from?