Linux kernel 3.10 for ARM -


where can linux kernel 3.10 arm7l?

i tried using 1 pc when compile it, ask me processor architecture , there no arm option.

thank you!

in order configure , build arm architecture set environment variables or execute following commands sequence.

  1. arch=arm
  2. cross_compile=your path arm cross compile tools/bin/arm-none-eabi-
  3. make menuconfig

instead of default x86 there arm based architectures list in menu.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -