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 > Compiling .elf with Debugging information (DevCpp)
#21300 - yaustar - Thu May 27, 2004 1:36 am
I cant seem to find the option to turn this on with DevCpp.. I know the batch file equalivent is
Code:
gcc -g -o main.elf main.cpp
Another question (which is reasonably silly), how do I run makefils as I have been using batch files till now...