All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Kernel panic - not syncing: Attempted to kill init!
@ 2009-08-19 18:32 H Hartley Sweeten
  2009-08-19 19:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 47+ messages in thread
From: H Hartley Sweeten @ 2009-08-19 18:32 UTC (permalink / raw)
  To: buildroot

Hello all,

I switch from an external OABI toolchain to an external EABI toolchain
awhile back.  I had to do this in order to build the more recent kernels
since my old toolchain was 4.1.1 and the kernel will not build with
that version.

I haven't had any problems with the toolchain building my kernel but
realized the other day that my rootfs was actually still based on the
older OABI toolchain.  So I deleted all the old directories (build_arm,
toolchain_build_arm, binaries, etc.) and rebuilt everything with the
EABI toolchain.

Now when I try to boot the kernel comes up fine but I get the following
when run_init_process("/sbin/init") trys to execute:

Kernel panic - not syncing: Attempted to kill init!
[<c002ca8c>] (unwind_backtrace+0x0/0xdc) from [<c02943dc>] (panic+0x48/0x120)
[<c02943dc>] (panic+0x48/0x120) from [<c0048430>] (do_exit+0x64/0x608)
[<c0048430>] (do_exit+0x64/0x608) from [<c0048a84>] (do_group_exit+0xb0/0xe4)
[<c0048a84>] (do_group_exit+0xb0/0xe4) from [<c0052cc4>] (get_signal_to_deliver+0x384/0x3dc)
[<c0052cc4>] (get_signal_to_deliver+0x384/0x3dc) from [<c00295f8>] (do_signal+0x50/0x528)
[<c00295f8>] (do_signal+0x50/0x528) from [<c0026eac>] (work_pending+0x1c/0x20)

I haven't been able to figure out what the problem is.  Does anyone have
an idea?  I'm using buildroot version 2009.08-rc2 and kernel 2.6.30.5 if
that's any help.

Thanks,
Hartley

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [Buildroot] equivalent of a 'make modules'
@ 2011-11-22 20:51 Jeff Krasky
  2011-12-01 22:56 ` [Buildroot] LIBFOO_SITE in .mk file Jeff Krasky
  0 siblings, 1 reply; 47+ messages in thread
From: Jeff Krasky @ 2011-11-22 20:51 UTC (permalink / raw)
  To: buildroot

Hello,

 

I am working with another program that builds itself against the kernel.  I
am using BuildRoot for making the kernel and filesystem.  It is believed
that the next step would be to do something like a "make modules" command so
that the kernel and filesystem can be rebuilt with this other program's
information in it.

 

In Buildroot, where I normally do the 'make' command, I tried 'make modules'
and got this message:

 

"No rule to make target 'modules'. Stop."

 

Is there an equivalent?

 

Thanks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111122/44bd57ee/attachment.html>

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

end of thread, other threads:[~2011-12-03  0:25 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-19 18:32 [Buildroot] Kernel panic - not syncing: Attempted to kill init! H Hartley Sweeten
2009-08-19 19:42 ` Thomas Petazzoni
2009-08-19 20:19   ` H Hartley Sweeten
2009-08-19 21:30     ` Thomas Petazzoni
2009-08-19 22:28       ` H Hartley Sweeten
2009-08-20  2:29         ` H Hartley Sweeten
     [not found]           ` <48ab7e010908191938n3577c9eem76c04a5bb2f3bd20@mail.gmail.com>
2009-08-20  2:48             ` H Hartley Sweeten
2009-08-20 12:35         ` Thomas Petazzoni
2009-08-20 16:59           ` H Hartley Sweeten
2009-08-20 18:45             ` H Hartley Sweeten
2009-08-21  0:53               ` H Hartley Sweeten
2009-08-21  9:44                 ` Thomas Petazzoni
2009-08-21 16:37                   ` H Hartley Sweeten
2009-08-21 23:19                     ` Thomas Petazzoni
2009-08-22  3:08                       ` H Hartley Sweeten
2009-08-22  8:55                         ` Thomas Petazzoni
2009-08-22 22:53                           ` H Hartley Sweeten
2009-08-23  6:17                             ` Thomas Petazzoni
2009-08-24 16:19                               ` H Hartley Sweeten
2009-08-24 16:53                               ` H Hartley Sweeten
2009-08-24 17:11                                 ` H Hartley Sweeten
2009-08-25  0:53                                   ` H Hartley Sweeten
2009-08-25 17:48                                     ` H Hartley Sweeten
2009-08-25 19:01                                       ` Bernhard Reutner-Fischer
2009-08-26 16:45                                         ` H Hartley Sweeten
2009-08-26 20:44                                           ` Peter Korsgaard
2009-08-26 21:50                                             ` H Hartley Sweeten
2009-08-27  7:49                                               ` Bernhard Reutner-Fischer
2009-08-28 23:09                                                 ` H Hartley Sweeten
2009-08-30 11:03                                                   ` Bernhard Reutner-Fischer
2009-09-10 23:57                                                     ` H Hartley Sweeten
2009-09-11 10:34                                                       ` Bernhard Reutner-Fischer
2009-09-11 22:04                                                         ` H Hartley Sweeten
2009-09-12  6:02                                                           ` Peter Korsgaard
2009-08-20  0:30       ` H Hartley Sweeten
2009-08-19 22:13     ` Daniel Mack
2009-08-19 22:19       ` H Hartley Sweeten
2009-08-20  8:56         ` Daniel Mack
2011-11-22 20:51 [Buildroot] equivalent of a 'make modules' Jeff Krasky
2011-12-01 22:56 ` [Buildroot] LIBFOO_SITE in .mk file Jeff Krasky
2011-12-02  7:50   ` Thomas De Schampheleire
2011-12-02 13:33     ` Michael S. Zick
2011-12-02 15:57       ` Jeff Krasky
2011-12-02 16:09         ` Quotient Remainder
2011-12-02 16:51           ` [Buildroot] Kernel panic - not syncing: Attempted to kill init! Jeff Krasky
2011-12-02 16:59             ` Jeff Krasky
2011-12-02 17:33             ` Tim Judd
2011-12-02 18:02               ` Jeff Krasky
2011-12-02 18:21                 ` Aleksander Dutkowski
2011-12-02 18:30                   ` Jeff Krasky
2011-12-03  0:25                     ` Aleksander Dutkowski
2011-12-02 18:31                   ` Tim Judd
2011-12-02 18:24                 ` Tim Judd

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.