Re: [osol-code] some puzzle about ctfconvert/ctfmerge

2007-05-13 Thread James C. McPherson
liujun wrote: where can get the material about ctfconvert/ctfmerge my problem is follow: #gcc -D_KERNEL -c -g dummy.c #ctfconvert -g -l LBL dummy.o [color=Red]ERROR:ctfconvert:GCC-generated stabs are unsupported. Use DWAF instead. removing dummy.o[/color] I don't know the PARAM -l means

[osol-code] some puzzle about ctfconvert/ctfmerge

2007-05-13 Thread liujun
where can get the materials about ctfconvert/ctfmerge my problem is follow: #gcc -D_KERNEL -c -g dummy.c #ctfconvert -g -l LBL dummy.o [color=Red]ERROR:ctfconvert:GCC-generated stabs are unsupported. Use DWAF instead. removing dummy.o[/color] I don't know the PARAM's( -l LBL)means thank yo

[osol-code] some puzzle about ctfconvert/ctfmerge

2007-05-13 Thread liujun
where can get the material about ctfconvert/ctfmerge my problem is follow: #gcc -D_KERNEL -c -g dummy.c #ctfconvert -g -l LBL dummy.o [color=Red]ERROR:ctfconvert:GCC-generated stabs are unsupported. Use DWAF instead. removing dummy.o[/color] I don't know the PARAM -l means thank you Th