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.
- arch=arm
- cross_compile=your path arm cross compile tools/bin/arm-none-eabi-
- make menuconfig
instead of default x86 there arm based architectures list in menu.
Comments
Post a Comment