[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] GCC / GDB & -Wl,--traditional-format




Hello,

I just compiled an testcase for -Wl,--traditional-format but it seems to have some issues.
I'm compiling the testcase this way:

gcc old.c -o old.tos -g -O0 -Wl,--traditional-format

1.) PureC hangs when opening the produces app, OS hangs...
2.) When loading the program with the rudimentary Paral debugger, I can't lookup my test symbols (a function named "testme"), maybe it is in there, but the search function of paral is not working... 3.) when loading the program with gdb-7.0, gdb says: "ridiclous string table size (795094901)"
4.) the old gdb says: "format: File format not recognized"

Anyone had success using the traditional symbols with other debuggers?

Greets,
m