#4184 - Hemisphere - Sat Mar 22, 2003 10:25 pm
I went through a couple of tutorials using the devikitadv pack, but when I try to do the compiler test with the basic test.c and make.bat I keep getting the following error: "Objcopy: test.elf: No such file or directory" and other similar errors, please help me understand the foolish mistake I am most likely making, although I am sure I went over the tutorial word for word..
#4200 - pollier - Sun Mar 23, 2003 9:52 am
What were the other similar errors you got? "Objcopy: test.elf: No such file or directory" means that either your code compilation or linking went wrong, or that you've got your filenames mixed up; see if you can find a game.elf file somewhere in your project folder, and see if your code is generating errors somewhere along the way.
_________________
(Works for me!)
#4210 - jenswa - Sun Mar 23, 2003 7:32 pm
check the paths from devkitadvance
and the paths of your own files.