From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-soc+bounces-2502-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77B1C1382C5 for <garchives@archives.gentoo.org>; Mon, 29 Jun 2020 21:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93FF1E08B1; Mon, 29 Jun 2020 21:27:57 +0000 (UTC) Received: from raba.swcp.com (raba.swcp.com [216.184.2.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DF56E08B1 for <gentoo-soc@lists.gentoo.org>; Mon, 29 Jun 2020 21:27:57 +0000 (UTC) Received: from roundcube.swcp.com (roundcube.swcp.com [216.184.2.221]) by raba.swcp.com (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 05TLRssC010093 for <gentoo-soc@lists.gentoo.org>; Mon, 29 Jun 2020 15:27:55 -0600 Received: from roundcube.swcp.com (localhost [127.0.0.1]) by roundcube.swcp.com (8.15.2/8.15.2/Debian-8) with ESMTP id 05TLRsdR001739 for <gentoo-soc@lists.gentoo.org>; Mon, 29 Jun 2020 15:27:54 -0600 Received: (from www-data@localhost) by roundcube.swcp.com (8.15.2/8.15.2/Submit) id 05TLRsoD001738; Mon, 29 Jun 2020 15:27:54 -0600 X-Authentication-Warning: roundcube.swcp.com: www-data set sender to ebo@sandien.com using -f To: <gentoo-soc@lists.gentoo.org> Subject: Re: [gentoo-soc] Weekly Report: Portage Powered Android X-PHP-Originating-Script: 1000:main.inc Precedence: bulk List-Post: <mailto:gentoo-soc@lists.gentoo.org> List-Help: <mailto:gentoo-soc+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-soc+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-soc+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-soc.gentoo.org> X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 29 Jun 2020 15:27:54 -0600 From: EBo <ebo@sandien.com> In-Reply-To: <20200629201204.hssao7lsdtcmpsme@tardis.localdomain> References: <20200629201204.hssao7lsdtcmpsme@tardis.localdomain> Message-ID: <a4c44af301bbfed3ad481ffaeaa64635@mail.swcp.com> X-Sender: ebo@sandien.com User-Agent: Roundcube Webmail/0.8.2 X-Archives-Salt: e75eedae-753b-4066-a991-05667fbae926 X-Archives-Hash: 052cda1c823deb6cb89a272d8d6b9bad Getting everything set up to move forward is sometimes the hardest thing... You will have to discuss this with your mentor, but a few posts in some appropriate indexed forum would be very useful for others. Also, if you can document what steps you went through to make it work. Speaking for myself, once I get something like this to work I start off with a clean dir/disk and follow my notes step by step so that I know I did not miss anything when writing it all down. Anyway, like I said, talk to your mentor and see what is reasonable to add along these lines, but I would love to see this documented. Keep up the good work, and best of success. On Jun 29 2020 2:12 PM, Gunwant Jain wrote: > Hello Everyone, > > This week, I had relatively less work done. > I spent most of my time perusing the LFS guide and osdev.org learning > about building toolchains. Then I went onto building the > aarch64-linux-android toolchain as described in [1]. I updated the > kernel sources for my phone [2]. And in general tidied up my kernel > repository. > But while building the toolchain, I was not able to compile `gcc` as > I was riddled with errors along the way. Most of them are related to > the > newer `gcc` (version 9.x) finding incompatibility in the sources of > the > `gcc` I am trying to build (version 4.9). > I will continue to build the toolchain and hopefully move onto > separating `Bionic` from the other side of Android mid-week. > > Thanks, > Gunwant > > [1] > > https://wiki.gentoo.org/wiki/Android/SharkBait/Building_a_toolchain_for_aarch64-linux-android > [2] > > https://github.com/WantGuns/overlay/blob/master/sys-kernel/linux-headers/linux-headers-4.4.222.ebuild