From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G3uhU-0007vF-Bv for garchives@archives.gentoo.org; Fri, 21 Jul 2006 13:05:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6LD4CLq000040; Fri, 21 Jul 2006 13:04:12 GMT Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6LD4BqW026736 for ; Fri, 21 Jul 2006 13:04:12 GMT Received: by wr-out-0506.google.com with SMTP id i28so410680wra for ; Fri, 21 Jul 2006 06:04:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BAooSBxyw7hdgcki62f/v1n7EgToMV1TAIdnsMz3q3PXpegctpmemRwgGOQOgc+068soS+YdkvrmVkRuPvvJx9PmFs5vMUCaxPgu6bYC8qOEUjWJcYYqICLZoKNvy9YepC+rkS2ajjTbafJQY1tlS7qMxTBo0JXXwAtbs4/b5+U= Received: by 10.54.83.11 with SMTP id g11mr705612wrb; Fri, 21 Jul 2006 06:04:11 -0700 (PDT) Received: from ?192.168.1.2? ( [66.202.34.162]) by mx.gmail.com with ESMTP id 29sm3934217wrl.2006.07.21.06.04.10; Fri, 21 Jul 2006 06:04:10 -0700 (PDT) Message-ID: <44C0D0C7.50003@gmail.com> Date: Fri, 21 Jul 2006 09:04:07 -0400 From: Anish Patel User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] Help wanted References: <200607201806.08828.ladmanj@volny.cz> <200607210142.51835.vapier@gentoo.org> <200607211127.02364.ladmanj@volny.cz> In-Reply-To: <200607211127.02364.ladmanj@volny.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k6LD4CMc000040 X-Archives-Salt: 331c7f8e-bd99-4069-847c-3c4a107b4c3b X-Archives-Hash: d09552b635b9ecce23cf315afdd9bf35 Jakub Ladman wrote: > I am trying to buil minicom manually: >=20 > trotl minicom-2.1 # export CC=3D"sh4-pc-linux-uclibc-gcc" > trotl minicom-2.1 # export ARCH=3Dsh4 > trotl minicom-2.1 # export CFLAGS=3D"-Os -pipe -fPIC" > trotl minicom-2.1 # export LD=3D"sh4-pc-linux-uclibc-ld" > trotl minicom-2.1 # export CXXFLAGS=3D"${CFLAGS}" > trotl minicom-2.1 # export LDFLAGS=3D"-L/var/sh4prj/lib -L/var/sh4prj/u= sr/lib" > trotl minicom-2.1 # export CBUILD=3Di686-pc-linux-gnu > trotl minicom-2.1 # export CHOST=3Dsh4-pc-linux-uclibc > trotl minicom-2.1 # export CTARGET=3Dsh4-pc-linux-uclibc > trotl minicom-2.1 # export CXX=3Dsh4-pc-linux-uclibc-g++ > trotl minicom-2.1 # ./configure --prefix=3D/var/sh4prj/usr/local --buil= d=3Di686-pc-linux-gnu --host=3Dsh4 > trotl minicom-2.1 # make > trotl minicom-2.1 # make install >=20 > It completes without any errors, but: >=20 > trotl ladmanj # file /var/sh4prj/usr/local/bin/minicom > /var/sh4prj/usr/local/bin/minicom: ELF 32-bit LSB executable, Intel 803= 86, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses share= d libs), for GNU/Linux 2.6.9, not stripped > trotl ladmanj # =20 >=20 > I am little bit agonized of it. >=20 > Jakub Ladman >=20 > Dne p=E1tek 21 ?ervenec 2006 07:42 Mike Frysinger napsal(a): >> On Thursday 20 July 2006 12:06, Jakub Ladman wrote: >>> I realy need a terminal for a serial ports with hardware handshaking. >>> I know minicom only for this purposes, but i am not able to build it = for >>> sh4 cpu. >> minicom cross builds for sh4 just fine for me >> -mike >=20 try using ./configure --target=3Dsh4 and also put those CHOST and what=20 nots with against the make, CC=3D$TARGET make, or edit the makefile to us= e=20 your stuff. --=20 gentoo-embedded@gentoo.org mailing list