Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: esses on February 10, 2004, 05:08:05 PM

Title: vbcc output not recognized by debuggers-why?
Post by: esses on February 10, 2004, 05:08:05 PM
Hi i'm new in programming, some little experiences but not with command line tool :-).
I need to know why the vbcc output under m68k_amigaos host aren't recognized as executable by the debugger i tried to use(i understand thast maybe the source level debugger is too much but the debugger, for example gdb, doesn't load the executable)
The message is "not an executable file".
But the file is executable, it runs and functions correctly.
Any suggestions?