Re: ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Chris H
llowing message emitted on every lib being processed > > during the build: > > > > ERROR: ctfconvert: *.o doesn't have type data to convert > > (replace the asterisk (*) with any given library) > > This is probably because your kernel config contains > "

Re: ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Mark Johnston
gt; ERROR: ctfconvert: *.o doesn't have type data to convert > (replace the asterisk (*) with any given library) This is probably because your kernel config contains "makeoptions WITH_CTF=1" but not "DEBUG=-g". ctfconvert has nothing to do because no DWARF info is availa

Re: ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Chris H
d: > > ERROR: ctfconvert: *.o doesn't have type data to convert > (replace the asterisk (*) with any given library) > > Will this result in an unusable kernel? Should I be concerned? > Well. It didn't seem to cause any *real* harm. (new) kernel doesn

ERROR: ctfconvert: *.o doesn't have type data to convert

2016-03-04 Thread Chris H
I've just finished building world, and am building a custom kernel. (11-CURRENT svn co from yesterday, and on an i386) I see the following message emitted on every lib being processed during the build: ERROR: ctfconvert: *.o doesn't have type data to convert (replace the asterisk (*