View previous topic :: View next topic |
Author |
Message |
lembark n00b
Joined: 08 Aug 2014 Posts: 3 Location: St. Louis, MO, USA
|
Posted: Fri Aug 08, 2014 10:39 pm Post subject: Cubox instructions are incomplete... |
|
|
<https://wiki.gentoo.org/wiki/Cubox-i> includes the steps:
root # cd linux-linaro-stable-mx6
root # make imx_v7_cubox-i_hummingboard_defconfig
root # make menuconfig
Catch:
Code: | linux-linaro-stable-mx6 $ make imx_v7_cubox-i_hummingboard_defconfig
***
*** Can't find default configuration "arch/x86/configs/imx_v7_cubox-i_hummingboard_defconfig"!
***
make[1]: *** [imx_v7_cubox-i_hummingboard_defconfig] Error 1
make: *** [imx_v7_cubox-i_hummingboard_defconfig] Error 2 |
checking arch the only cubox-ish entry is:
arch/arm/configs/imx_v7_cubox-i_hummingboard_defconfig
which lives -- appropriately enough -- under ./arm rather than ./x86.
Q: What part of the cross-compile settings are missing from my enviornment?
Guessing that is where the arm => x86 got botched (though I'm running on an amd64 system
so I don't get where the x86 part of it comes in). |
|
Back to top |
|
|
Roman_Gruber Advocate
Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Sun Aug 10, 2014 9:15 am Post subject: |
|
|
make ARCH=arm imx_v7_cubox-i_hummingboard_defconfig |
|
Back to top |
|
|
|