gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > [Solved] GCC/DevKit problem with compiling

#21047 - JuyLe - Sat May 22, 2004 12:00 pm

So i'm new and I alread have a problem, here is my make.bat

Code:
path=D:\devkitadv\bin
gcc -o mafia.elf mafia.c -lm
objcopy -O binary mafia.elf mafia.bin


and when I lauch it I get:

Code:
D:\DevKitAdv\Mafia>path=D:\devkitadv\bin

D:\DevKitAdv\Mafia>gcc -o mafia.elf pong.c -lm

D:\DevKitAdv\Mafia>objcopy -O binary mafia.elf mafia.bin
/cygdrive/d/DEVKIT~1/BIN/OBJCOPY: mafia.elf: No such of or directory


Can you help me ?
_________________
I'm better at french, sorry !


Last edited by JuyLe on Tue Jun 08, 2004 8:25 pm; edited 2 times in total

#21132 - JuyLe - Mon May 24, 2004 4:48 pm

It was a problem with my background, bad palette file !
_________________
I'm better at french, sorry !