Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
Have you tried merging busybox with the 'static' keyword? Then it
shouldn't require any libraries. Of course it will be larger.
Scott =)
Jakub Ladman wrote:
> Hi there
>
> I have done
>
> crossdev -t sh4-pc-linux-uclibc
>
> then created this script
>
> trotl ladmanj # cat memerge
> #!/bin/bash
>
> ARCH=sh4
> ACCEPT_KEYWORDS="-x86 -~x86 sh ~sh"
> ROOT="/home/ladmanj/work_projects/sh4prj"
> CFLAGS="-Os -pipe"
> CXXFLAGS="${CFLAGS}"
> LDFLAGS="-L${ROOT}/lib -L${ROOT}/usr/lib"
> CBUILD=i686-pc-linux-gnu
> CHOST=sh4-pc-linux-uclibc
> CTARGET=sh4-pc-linux-uclibc
> CC=sh4-pc-linux-uclibc-gcc
> CXX=sh4-pc-linux-uclibc-g++
> PKGDIR=/usr/portage/packages/sh4
> USE="-* -X -kde -gnome -glibc uclibc make-symlinks"
>
> export ARCH ACCEPT_KEYWORDS CFLAGS CXXFLAGS LDFLAGS ROOT CBUILD CHOST CTARGET
> CC CXX PKGDIR USE
>
> emerge -b $*
> trotl ladmanj #
>
> then
>
> ./memerge -va sys-libs/uclibc busybox baselayout-lite zlib dropbear tinylogin
> tar bzip2 gzip
>
> Everything was merged succesfully, but when i am trying to boot it at my sh4
> powered board i get this message.
>
> VFS: Mounted root (nfs filesystem).
> Freeing unused kernel memory: 68k freed
> init: can't load library 'libgcc_s.so.1'
> Kernel panic: Attempted to kill init!
>
>
> Can you help me? What must i emerge to fulfil the needs?
> Thank you.
> Best regards
> Jakub ladman
>
--
Electrical Engineering/Web Development
Dragonfly Technologies, Inc. http://www.dflytech.com
Hunt Utilities Group LLC http://www.hugllc.com
Hopkins, MN (952) 935-2418
--
gentoo-embedded@g.o mailing list
|
|