From mboxrd@z Thu Jan 1 00:00:00 1970 From: mandeepsandhu.chd@gmail.com (Mandeep Sandhu) Date: Tue, 7 Apr 2015 08:59:29 -0700 Subject: cross-compiling kernel using a 32-bit toolchain on a 64-bit machine In-Reply-To: <20150407002705.GA18600@vega.jjdev.com> References: <20150407002705.GA18600@vega.jjdev.com> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Mon, Apr 6, 2015 at 5:27 PM, John de la Garza wrote: > On Mon, Apr 06, 2015 at 03:50:41PM -0700, Mandeep Sandhu wrote: >> >> I'm having trouble compiling my kernel using a 32-bit toolchain (for >> ARM) on a 64-bit host (Ubuntu 14.10). The kernel version is 3.14.17. >> >> Any hints on how to get make to use the toolchain? >> > > after you export CROSS_COMPILE export ARCH=arm > This didn't help. I get the same error as before. Thanks, -mandeep > > >