public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] libgcc
@ 2006-02-28 11:48 Jakub Ladman
  2006-02-28 14:52 ` Scott L. Price
  2006-02-28 17:20 ` solar
  0 siblings, 2 replies; 5+ messages in thread
From: Jakub Ladman @ 2006-02-28 11:48 UTC (permalink / raw
  To: gentoo-embedded

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

-- 
gentoo-embedded@gentoo.org mailing list



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

end of thread, other threads:[~2006-02-28 21:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-28 11:48 [gentoo-embedded] libgcc Jakub Ladman
2006-02-28 14:52 ` Scott L. Price
2006-02-28 17:50   ` Jakub Ladman
2006-02-28 21:33     ` Mike Frysinger
2006-02-28 17:20 ` solar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox