help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make opens Android Studio


From: Sideboard
Subject: Make opens Android Studio
Date: Sun, 20 Mar 2016 18:40:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]