On Sat, Feb 14, 2004 at 06:36:20AM -0800, Peter Norton wrote:
I have installed GPC (v.20030830) on my RedHat 7.1 running box. GCC is v.2.96 20000731, binutils v. 2.10.91.0.2-3. It works mainly fine until I want to use the key -g for further gdb work. With this key it breaks with next message: Assembler messages: Warning: Unrecognized .section attribute: want a,w,x ... Error: Rest of line ignored. First ignored character is ','
Did you try -gstabs as well? It might work better than Dwarf with old binutils.
Emil