Hi, I wanted to recompile part of the linux kernel on my Ubuntu 15.10. When I execute make in /lib/modules/`uname -r`/build/, Android Studio opens with three error windows:
Cannot find file '/usr/src/linux-headers-4.2.0-34-lowlatency/--64' Cannot find file '/usr/src/linux-headers-4.2.0-34-lowlatency/-o' Cannot find file '/usr/src/linux-headers-4.2.0-34-lowlatency/.5259.tmp' Then a temporary file is shown in its editor: .file "null" .code16gcc .ident "GCC: (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010" .section .note.GNU-stack,"",@progbits When I close Android Studio, it reopens after a few seconds with the same error windows and almost the same temporary file: .file "null" .ident "GCC: (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010" .section .note.GNU-stack,"",@progbits This repeats whenever Android Studio is closed. ---- I was not sure if this qualifies for a bug, so I'm writing on this list first. Why does Android Studio open at all? Is Studio supposed to "help" with debugging whenever Make encounters an error? How can I disable that? Thanks for the help! Sideboard _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make