Hello, Who knows how to use ctfconvert/ctfmerge? I did as below, but failed. #gcc -D_KERNEL -c dummy.c #ctfconvert -g -l LB dummy.o and I got the message: ERROR:ctfconvert:dummy.o doesn't have type data to convert removing dummy.o
Then I did like this, it's no use either. #gcc -D_KERNEL -c -g dummy.c #ctfconvert -g -l LBL dummy.o and I got the message? ERROR:ctfconvert:GCC-generated stabs are unsupported. Use DWAF instead. removing dummy.o Is there something wrong? This message posted from opensolaris.org