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-lowlate
On Sun, 2014-10-12 at 23:43 +, Karl Berry wrote:
> make 4.1 now outputs lines like:
> ./Common.mak:144: recipe for target 'whatever' failed
>
> which is likely to be immediately followed by a line like:
> make: [whatever] Error 1 (ignored)
I thought that being able to jump to the rule in the
On Sun, 2016-03-20 at 18:40 +0100, Sideboard wrote:
> Why does Android Studio open at all? Is Studio supposed to "help" with
> debugging whenever Make encounters an error? How can I disable that?
GNU make absolutely never invokes Android Studio. It doesn't know
anything about Android Studio.
So,
On 20.03.2016 19:22, Paul Smith wrote:
> GNU make absolutely never invokes Android Studio. It doesn't know
> anything about Android Studio.
Sorry, didn't mean to imply that.
> So, either you are using a different version of make or a modified GNU
> make, or else the rule you're invoking is someh