April 7, 2015
3:59 p.m.
On Mon, Apr 6, 2015 at 5:27 PM, John de la Garza <john@jjdev.com> 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