From nobody Sun Oct 9 07:28:14 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MlYYh1f08z4f1RX; Sun, 9 Oct 2022 07:28:24 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org (mail.bsd4all.org [88.99.169.216]) by mx1.freebsd.org (Postfix) with ESMTP id 4MlYYg2953z4J4r; Sun, 9 Oct 2022 07:28:23 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org (localhost [127.0.0.1]) by mail.bsd4all.org (Postfix) with ESMTP id A52AA86B1; Sun, 9 Oct 2022 09:28:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from mail.bsd4all.org ([127.0.0.1]) by mail.bsd4all.org (mail.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c5XtMF9TFkpP; Sun, 9 Oct 2022 09:28:18 +0200 (CEST) Received: from smtpclient.apple (pony_ip [204.168.249.121]) by mail.bsd4all.org (Postfix) with ESMTPSA id 982D48706; Sun, 9 Oct 2022 09:28:17 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Peter Blok List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (1.0) Subject: Re: cross build toolchains for mc68000 Date: Sun, 9 Oct 2022 09:28:14 +0200 Message-Id: <2BD55DAF-9459-41D7-9BFC-78C95D7234D8@bsd4all.org> References: <20221008180210.3afb188f@ernst.home> Cc: Tomek CEDRO , Wojciech Puchar , freebsd-hackers@freebsd.org, FreeBSD Questions Mailing List In-Reply-To: <20221008180210.3afb188f@ernst.home> To: garyj@gmx.de X-Mailer: iPad Mail (19H12) X-Rspamd-Queue-Id: 4MlYYg2953z4J4r X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pblok@bsd4all.org designates 88.99.169.216 as permitted sender) smtp.mailfrom=pblok@bsd4all.org X-Spamd-Result: default: False [-2.69 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.990]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_TO(0.00)[gmx.de]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-hackers@freebsd.org,freebsd-questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; DMARC_NA(0.00)[bsd4all.org]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Perhaps the Amsterdam Compiler Kit is usable for you Peter Sent from my iPad > On 8 Oct 2022, at 18:02, Gary Jennejohn wrote: >=20 > =EF=BB=BFOn Sat, 8 Oct 2022 16:01:39 +0200 > Tomek CEDRO wrote: >=20 >>> On Sat, Oct 8, 2022 at 3:47 PM Wojciech Puchar wrote: >>>=20 >>> AFAIK gcc dropped this support so find out what version still supported >>> 68k and download sources and simply compile it from scratch. >>>=20 >>> For sure there are support for Amiga hunk and Atari prg executable forma= t >>=20 >> Thanks Wohciech :-) I would like to port NuttX RTOS as Atari TOS and >> Amiga Kickstart replacement one day.. as for now I am researching >> toolchains on FreeBSD as NuttX is close to 11.0 release :-) >>=20 >=20 > According to the NetBSD gcc man page their version still supports mc680x0 > CPUs. The date on the man page is 2022, so you might want to take a look > at the current NetBSD gcc source. >=20 > -- > Gary Jennejohn >=20