Mark Pilon wrote: > running w/ the hhl 1.2 libraries the whole system runs fine; > > supplying all of the libraries built under the new glibc causes the > following when init is spawned: > > Kernel panic: Attempted to kill init! > init: error while loading shared libraries: cannot open sh ared object file: > cannot load shared object file: No such file or directory
Are you saying you took user-space packages built for soft floating point and replaced glibc with one built for hard fp? If so, that's your problem. There are ABI changes between hard and soft fp; you can't mix and match. -- Joe Green <jgreen at mvista.com> MontaVista Software, Inc. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
