All of lore.kernel.org
 help / color / mirror / Atom feed
* [ERROR] Make won't run
@ 2018-02-22 20:27 Nishka Dasgupta
  2018-02-22 22:08 ` [Outreachy kernel] " Julia Lawall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nishka Dasgupta @ 2018-02-22 20:27 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: nishka.dasgupta_ug18

From: nishka.dasgupta_ug18@ashoka.edu.in

I can't run make because the process exits with error messages at various files. I reset all my changes, manually undid them, and fetched and rebased the origin again for good measure, but even now files that I haven't touched (from init to android to other files in the same directory) are causing the make process to exit with errors (usually an "Input/Output Error" in some .o file). I don't know what to do and would appreciate any assistance. (In case it helps, I was removing braces in a single line if statement on line 290 of drivers/staging/wilc1000/wilc_wfi_cfgoperations.c. Before that, Mr Kroah-Hartman had replied to an earlier commit pointing out that I had committed files that had no business being in this kernel, so I tried to roll back the commit with a git reset and then fetch the origin again.)

Thank you for your time.

Regards,
Nishka Dasgupta


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Outreachy kernel] [ERROR] Make won't run
  2018-02-22 20:27 [ERROR] Make won't run Nishka Dasgupta
@ 2018-02-22 22:08 ` Julia Lawall
  2018-02-23  6:35 ` Greg KH
  2018-02-27 13:33 ` Error Disappeared Nishka Dasgupta
  2 siblings, 0 replies; 4+ messages in thread
From: Julia Lawall @ 2018-02-22 22:08 UTC (permalink / raw)
  To: Nishka Dasgupta; +Cc: outreachy-kernel



On Fri, 23 Feb 2018, Nishka Dasgupta wrote:

> From: nishka.dasgupta_ug18@ashoka.edu.in
>
> I can't run make because the process exits with error messages at
> various files. I reset all my changes, manually undid them, and fetched
> and rebased the origin again for good measure, but even now files that I
> haven't touched (from init to android to other files in the same
> directory) are causing the make process to exit with errors (usually an
> "Input/Output Error" in some .o file).

How much space do you have on your disk?  The kernel is big, and creating
.o files makes it even bigger.

> I don't know what to do and would
> appreciate any assistance. (In case it helps, I was removing braces in a
> single line if statement on line 290 of
> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c. Before that, Mr
> Kroah-Hartman had replied to an earlier commit pointing out that I had
> committed files that had no business being in this kernel, so I tried to
> roll back the commit with a git reset and then fetch the origin again.)

If things are not going well with your git tree, you could just delete the
whole thing and clone it again.

julia

> Thank you for your time.
>
> Regards,
> Nishka Dasgupta
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1519331234-14582-1-git-send-email-nishka.dasgupta_ug18%40ashoka.edu.in.
> For more options, visit https://groups.google.com/d/optout.
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Outreachy kernel] [ERROR] Make won't run
  2018-02-22 20:27 [ERROR] Make won't run Nishka Dasgupta
  2018-02-22 22:08 ` [Outreachy kernel] " Julia Lawall
@ 2018-02-23  6:35 ` Greg KH
  2018-02-27 13:33 ` Error Disappeared Nishka Dasgupta
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-02-23  6:35 UTC (permalink / raw)
  To: Nishka Dasgupta; +Cc: outreachy-kernel

On Fri, Feb 23, 2018 at 01:57:13AM +0530, Nishka Dasgupta wrote:
> From: nishka.dasgupta_ug18@ashoka.edu.in
> 
> I can't run make because the process exits with error messages at
> various files. I reset all my changes, manually undid them, and
> fetched and rebased the origin again for good measure, but even now
> files that I haven't touched (from init to android to other files in
> the same directory) are causing the make process to exit with errors
> (usually an "Input/Output Error" in some .o file). I don't know what
> to do and would appreciate any assistance. (In case it helps, I was
> removing braces in a single line if statement on line 290 of
> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c. Before that, Mr
> Kroah-Hartman had replied to an earlier commit pointing out that I had
> committed files that had no business being in this kernel, so I tried
> to roll back the commit with a git reset and then fetch the origin
> again.)

Please provide the exact error messages, otherwise it's a bit hard to be
able to determine what is wrong with your kernel build.

And you have built a kernel successfully from the source tree before
modifying it, right?

thanks,

greg k-h


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Error Disappeared
  2018-02-22 20:27 [ERROR] Make won't run Nishka Dasgupta
  2018-02-22 22:08 ` [Outreachy kernel] " Julia Lawall
  2018-02-23  6:35 ` Greg KH
@ 2018-02-27 13:33 ` Nishka Dasgupta
  2 siblings, 0 replies; 4+ messages in thread
From: Nishka Dasgupta @ 2018-02-27 13:33 UTC (permalink / raw)
  To: outreachy-kernel

I have now switched to native Linux. Everything appears to be working now. In answer to your question, I had successfully built a kernel from the source tree before trying the commands that led to this error. 
I apologise for the trouble.
Thanking you,
Nishka Dasgupta


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-27 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22 20:27 [ERROR] Make won't run Nishka Dasgupta
2018-02-22 22:08 ` [Outreachy kernel] " Julia Lawall
2018-02-23  6:35 ` Greg KH
2018-02-27 13:33 ` Error Disappeared Nishka Dasgupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.