Changes between Version 1 and Version 2 of linux/kernel


Ignore:
Timestamp:
06/05/2018 07:18:51 PM (6 years ago)
Author:
Cale Collins
Comment:

added troubleshooting to step 4

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v1 v2  
    142142 * The INSTALL_MOD_PATH env var is used by the modules_install and firmware_install make targets to specify the directory to install modules/firmware into
    143143 * The ARCH and CROSS_COMPILE env args are required for proper cross-compilation using your toolchain
    144 
     144 * Some troubleshooting steps:
     145{{{#!bash
     146echo $ARCH #should return arm
     147}}}
     148{{{#!bash
     149which ${CROSS_COMPILE}gcc #is this your compiler
     150}}}
     151{{{#!bash
     152gcc -v #is target: your desired architecture
     153}}}
     154{{{#!bash
     155echo $PATH #have you appended the appropriate parameters to your path. When in doubt start new shell
     156}}}
    1451575. Configure the kernel:
    146158 * for the '''Gateworks Linux 3.14.x''' based downstream vendor kernel start with {{{gwventana_defconfig}}}