recipe for target /tools/objtool/fixdep-in.o' failed

  1. do you have ccache? if you don't please inform me, it appears to be ccache specific. there are two solutions: remove ccache, or just use a different unwinder in the kernel. here we'll cover the latter.
  2. open up your terminal
  3. cd /usr/src/linux/
  4. make menuconfig
  5. go to Kernel hacking/Choose kernel unwinder
  6. press select a different unwinder. if the selected unwinder was not ORC please let me know
  7. do the following key combination without the lines:|right|right|right|enter|enter|enter|double esc|
  8. sudo make
  9. sudo make modules_install
  10. mount [boot] /boot where [boot] is your boot partition/directory
  11. sudo make install
  12. grub-mkconfig -o /boot/grub/grub.cfg

[source]