I am trying to compiler several libraries with mwcceppc compiler and some with gcc. Then link them together with mwldeppc .
I ran into a problem that mwldeppc cannot recognize gcc debug data.
mwldeppc.exe: Invalid abbreviation code : 266l in section .debug_info of file
If I compile with gcc without including debug data linking is OK.
Is there any way to get support for gcc debug data?
Thanks.