Changes between Version 1 and Version 2 of linux/kernel
- Timestamp:
- 06/05/2018 07:18:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v1 v2 142 142 * 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 143 143 * The ARCH and CROSS_COMPILE env args are required for proper cross-compilation using your toolchain 144 144 * Some troubleshooting steps: 145 {{{#!bash 146 echo $ARCH #should return arm 147 }}} 148 {{{#!bash 149 which ${CROSS_COMPILE}gcc #is this your compiler 150 }}} 151 {{{#!bash 152 gcc -v #is target: your desired architecture 153 }}} 154 {{{#!bash 155 echo $PATH #have you appended the appropriate parameters to your path. When in doubt start new shell 156 }}} 145 157 5. Configure the kernel: 146 158 * for the '''Gateworks Linux 3.14.x''' based downstream vendor kernel start with {{{gwventana_defconfig}}}