[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#126125: marked as done (gcc: Hardly any cross-compilers available)



Your message dated Wed, 9 Jan 2002 00:08:45 +0100
with message-id <20020108230844.GJ22531@kalle.ardoe.net>
and subject line Debian crosscompiler packages
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at maintonly) by bugs.debian.org; 21 Dec 2001 21:10:21 +0000
>From ak@kgbvax.dyndns.org Fri Dec 21 15:10:21 2001
Return-path: <ak@kgbvax.dyndns.org>
Received: from warsl401pip1.highway.telekom.at (email01.aon.at) [195.3.96.69] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 16HWvq-0002c9-00; Fri, 21 Dec 2001 15:10:18 -0600
Received: (qmail 118414 invoked from network); 21 Dec 2001 21:09:45 -0000
Received: from l1465p19.dipool.highway.telekom.at (HELO localhost) ([62.46.247.19]) (envelope-sender <ak@kgbvax.dyndns.org>)
          by qmail1.highway.telekom.at (qmail-ldap-1.03) with SMTP
          for <maintonly@bugs.debian.org>; 21 Dec 2001 21:09:45 -0000
Received: from ak by localhost with local (Exim 3.32 #1 (Debian))
	id 16HWvJ-0000Jw-00; Fri, 21 Dec 2001 22:09:45 +0100
From: Andreas Krennmair <a.krennmair@aon.at>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: gcc: Hardly any cross-compilers available
X-Reportbug-Version: 1.36
X-Mailer: reportbug 1.36
Date: Fri, 21 Dec 2001 22:09:45 +0100
Message-Id: <E16HWvJ-0000Jw-00@localhost>
Sender: Andreas Krennmair <ak@kgbvax.dyndns.org>
Delivered-To: maintonly@bugs.debian.org

Package: gcc
Version: 2:2.95.4-8
Severity: wishlist

It would be nice to have more cross-compilers available, 
so that it can become possible cross-compile programs for other
platforms. Cross-compilers should at least be available for all 
platforms that are supported by Linux.

Yours,
Andreas Krennmair

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux kgbvax 2.4.16 #6 Mon Nov 26 16:14:50 CET 2001 i586
Locale: LANG=C, LC_CTYPE=de_AT@euro

Versions of packages gcc depends on:
ii  cpp                    2:2.95.4-8        The GNU C preprocessor.
ii  cpp-2.95               1:2.95.4-0.011006 The GNU C preprocessor.
ii  gcc-2.95               1:2.95.4-0.011006 The GNU C compiler.


---------------------------------------
Received: (at 126125-done) by bugs.debian.org; 8 Jan 2002 23:09:57 +0000
>From hakan@kalle.ardoe.net Tue Jan 08 17:09:57 2002
Return-path: <hakan@kalle.ardoe.net>
Received: from as3-3-2.ld.bonet.se (kalle.ardoe.net) [194.237.243.236] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16O5NV-0000to-00; Tue, 08 Jan 2002 17:09:57 -0600
Received: by kalle.ardoe.net (Postfix, from userid 1000)
	id C40C6BE826; Wed,  9 Jan 2002 00:08:45 +0100 (CET)
Date: Wed, 9 Jan 2002 00:08:45 +0100
From: Hakan Ardo <hakan@debian.org>
To: debian-toolchain@lists.debian.org,
	debian-devel-announce@lists.debian.org
Cc: 124173-done@bugs.debian.org, 114521-done@bugs.debian.org,
	50559-done@bugs.debian.org, Matthias Klose <doko@cs.tu-berlin.de>,
	David Schleef <ds@schleef.org>, 126125-done@bugs.debian.org,
	a.krennmair@aon.at
Subject: Debian crosscompiler packages
Message-ID: <20020108230844.GJ22531@kalle.ardoe.net>
Reply-To: hakan@debian.org, e96har@efd.lth.se
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.24i
X-Linux: Debian (http://www.debian.org)
Delivered-To: 126125-done@bugs.debian.org

Hi,
I have now released an updated toolchain-source package (version 3.0.3-1)
that contain the source code for binutils 2.11.92.0.12.3 and gcc 3.0.3. It
also contains two scripts, tpkg-make and tpkg-update, that can be used to 
automatically create and update crosscompiler packages for any supported 
targets. The process is documented in /usr/share/doc/toolchain-source/README, 
but should probably be placed where people might look for it. Where is that?

Creating a crosscompiler package might now be as simple as:

  apt-get install toolchain-source
  tpkg-make <target>

  cd binutils-<target>-<ver>
  debuild
  debi

  cd ../gcc-<target>-<ver>
  debuild
  debi

Note that the binutils package has to be installed before the gcc package
can be compiled. To upgrade an excisting cross compiler package, when a new
toolchain-source is released, should be as simple as:

  apt-get install toolchain-source
  cd binutils-<target>-<ver>
  tpkg-update
  debuild
  debi

  cd ../gcc-<target>-<ver>
  tpkg-update
  debuild
  debi

Please read the README file for more detailed information and note that
those script are not tested much yet, but seems to work for the avr target.

-- 
Hakan Ardo <hakan@debian.org>, http://master.debian.org/~hakan/



Reply to: