• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomeLinuxTQ2440TUT 3: Add ARM support in Linux Kernel
Previous Next

TUT 3: Add ARM support in Linux Kernel

Posted by: admin , January 5, 2014

Enter the kernel directory that created in TUT 2, and locate “Makefile”.

In line 193 (approximately),   ” ARCH ?=(SUBARCH)”

In line 194 (approximately),     “CROSS_COMPILE ?=”

We change them to:

“ARCH =arm”

“CROSS_COMPILE =arm-linux-“, and save.

Another way to do it is when we first time use “make menuconfig”, we use:

#make  ARCH=arm CROSS_COMPILE=arm-linux- menuconfig

Tags: TQ2440

Share!
Tweet

admin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors